-
Notifications
You must be signed in to change notification settings - Fork 544
feat(azure): Add network: interface_ip_configurations and virtual_network_subnets #8126
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
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.
Looks great @disq, but I think we don't add a reference to the parent unless required for PK purposes, isn't ID enough for that?
Yes |
I agree. My comment is intedened to keep the plugin consistent. If we add a parent ref we should do it for all relational tables and decide on a naming convention so maybe out of scope for this PR. cc @yevgenypats |
🤖 I have created a release *beep* *boop* --- ## [4.2.0](plugins-source-azure-v4.1.1...plugins-source-azure-v4.2.0) (2023-02-21) ### Features * **azure:** Add network ExpressRoute circuit authorizations and peerings ([#8128](#8128)) ([2d4cba5](2d4cba5)), closes [#7927](#7927) * **azure:** Add network: interface_ip_configurations and virtual_network_subnets ([#8126](#8126)) ([df5e48b](df5e48b)), closes [#7929](#7929) * **azure:** Add postgresql databases resource ([#8125](#8125)) ([91cab61](91cab61)), closes [#7928](#7928) ### Bug Fixes * **azure:** Ensure spec subscriptions are unique ([#8099](#8099)) ([20dc235](20dc235)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.38.2 ([#8156](#8156)) ([ac2d2d7](ac2d2d7)) * **deps:** Update module golang.org/x/net to v0.7.0 [SECURITY] ([#8176](#8176)) ([fc4cef8](fc4cef8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Implements #7929