-
Notifications
You must be signed in to change notification settings - Fork 547
feat(azure): Add private dns record sets and vnet links #12417
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): Add private dns record sets and vnet links #12417
Conversation
This PR has the following changes to source plugin(s) tables:
|
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.
Thanks for the contribution @yvardhineni 🚀 Looks great.
Added a few comments regarding the table names. We usually include the parent table name (in singular) in the child's name, see example https://github.com/cloudquery/cloudquery/pull/12410/files#diff-d891ecd9395ed7888be8d30554ec319423e7b4821ca871b81235496fab2a5045R14.
This makes it easier to understand the relation from looking at the name.
Please let me know what you think
plugins/source/azure/resources/services/privatedns/record_sets.go
Outdated
Show resolved
Hide resolved
plugins/source/azure/resources/services/privatedns/record_sets.go
Outdated
Show resolved
Hide resolved
plugins/source/azure/resources/services/privatedns/virtual_network_links.go
Outdated
Show resolved
Hide resolved
plugins/source/azure/resources/services/privatedns/virtual_network_links.go
Outdated
Show resolved
Hide resolved
4c098c4 to
19d4947
Compare
|
Agreed, some convention always help |
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.
Thanks for the follow up @yvardhineni, look great 🎸
🤖 I have created a release *beep* *boop* --- ## [9.1.0](plugins-source-azure-v9.0.3...plugins-source-azure-v9.1.0) (2023-07-25) ### This Release has the Following Changes to Tables - Table `azure_mysql_server_databases` was added - Table `azure_network_private_endpoints` was added - Table `azure_privatedns_private_zone_record_sets` was added - Table `azure_privatedns_private_zone_virtual_network_links` was added - Table `azure_trafficmanager_profiles` was added ### Features * **azure:** Add azure private endpoints ([#12473](#12473)) ([24d111c](24d111c)) * **azure:** Add azure trafficmanager profiles ([#12458](#12458)) ([347b5c5](347b5c5)) * **azure:** Add private dns record sets and vnet links ([#12417](#12417)) ([2f337b1](2f337b1)) * **resources:** Add MySQL Server Databases ([#12410](#12410)) ([553b11d](553b11d)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 10df4b9 ([#12443](#12443)) ([e385283](e385283)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Adds Azure Private DNS Zone record sets and VNet Links