-
Notifications
You must be signed in to change notification settings - Fork 547
feat(azure-resources): Add DNS Record Sets #10918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(azure-resources): Add DNS Record Sets #10918
Conversation
This PR has the following changes to source plugin(s) tables:
|
8b4b551 to
0bcfc47
Compare
0bcfc47 to
8e7ae9c
Compare
|
@yevgenypats @erezrokah @disq please review |
|
@hermanschaaf Please review |
8e7ae9c to
d258b0e
Compare
|
Hi @yvardhineni, thanks for this PR 👍 It looks good from a first read through; we're just in the middle of a migration to plugin-sdk v3, now merged to main and due for release as part of a major new Azure version early next week (likely Monday). We'll need to update this PR to import plugin-sdk v3 rather than v2, and do any other required changes around that. We can help you with this, but it will probably have to wait until Monday as we're still working out some of the details. |
|
Thanks for the review @hermanschaaf, sure will wait till the v3 upgrade and update this PR with the necessary changes. |
* Updated code to use SDK 3
555f689 to
32f3c8e
Compare
|
@hermanschaaf @erezrokah I have updated the plugin SDK to V3, Please let me know if any other changes required |
erezrokah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @yvardhineni, thank you for following up on this 🚀
🤖 I have created a release *beep* *boop* --- ## [8.1.0](plugins-source-azure-v8.0.0...plugins-source-azure-v8.1.0) (2023-06-06) ### Features * **azure-resources:** Add DNS Record Sets ([#10918](#10918)) ([7c56926](7c56926)) * **azure:** Add CIS 1.21, 6.3, 6.4, 8.5 policies ([#11194](#11194)) ([a3cda9b](a3cda9b)) * **azure:** Implement missing CIS policies ([#10928](#10928)) ([3ae3df3](3ae3df3)) ### Bug Fixes * **azure:** Consumption legacy usage details ([#11242](#11242)) ([8da78c6](8da78c6)) * **azure:** Fix some CIS Azure policies ([#11228](#11228)) ([b95a4df](b95a4df)) * **deps:** Update github.com/apache/arrow/go/v13 digest to e07e22c ([#11151](#11151)) ([5083cf7](5083cf7)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 20b0de9 ([#11199](#11199)) ([dc3565d](dc3565d)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 88d5dc2 ([#11226](#11226)) ([9f306bc](9f306bc)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to a7aad4c ([#11184](#11184)) ([8a0822e](8a0822e)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 ([#11169](#11169)) ([dcb0f92](dcb0f92)) * **deps:** Update golang.org/x/exp digest to 2e198f4 ([#11155](#11155)) ([c46c62b](c46c62b)) * **deps:** Update google.golang.org/genproto digest to e85fd2c ([#11156](#11156)) ([dbe7e92](dbe7e92)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.9 ([#11240](#11240)) ([f92cd4b](f92cd4b)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 ([#11150](#11150)) ([dc00994](dc00994)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.4 ([#11244](#11244)) ([8fceef6](8fceef6)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.7.0 ([#11113](#11113)) ([487bf87](487bf87)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Fixes #10847