feat(azure): Add keyvaults and network_gateways#5564
Merged
kodiakhq[bot] merged 4 commits intomainfrom Dec 13, 2022
Merged
Conversation
This PR has the following changes to source plugin(s) tables:
|
erezrokah
approved these changes
Dec 13, 2022
Member
erezrokah
left a comment
There was a problem hiding this comment.
Looks good, added 1 non blocking comment
| }, | ||
|
|
||
| Relations: []*schema.Table{ | ||
| keyvault_keys(), |
Member
There was a problem hiding this comment.
Not blocking but I think these should be named keyvaultKeys and keyvaultSecrets
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 13, 2022
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-source-azure-v1.4.10...plugins-source-azure-v2.0.0) (2022-12-13) ### ⚠ BREAKING CHANGES * **azure:** Move to new SDK. Many new resources were added, please see https://www.cloudquery.io/docs/plugins/sources/azure/tables for the new list. The main difference in columns is that we don't unwrap Azure properties into separate columns. Instead `properties` are stored as a JSON column ### Features * **azure:** Add keyvaults and network_gateways ([#5564](#5564)) ([147becb](147becb)) * **azure:** Move to new sdk ([8657395](8657395)) * **azure:** New tables for mariadb,mysql,cdn ([#5549](#5549)) ([ae8bb85](ae8bb85)) * **website:** Add plugins tables ([#5259](#5259)) ([c336f4e](c336f4e)) ### Bug Fixes * **azure:** Remove azure_storage_deleted_accounts ([#5551](#5551)) ([821d63a](821d63a)) * **deps:** Update golang.org/x/exp digest to 6ab00d0 ([#5200](#5200)) ([66a8ae4](66a8ae4)) * **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.2.0 ([#5211](#5211)) ([46b470e](46b470e)) * **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azidentity to v1.2.0 ([#5212](#5212)) ([64c1802](64c1802)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.0 ([#5416](#5416)) ([2e7ca35](2e7ca35)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.0 ([#5539](#5539)) ([fb71293](fb71293)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.2 ([#5583](#5583)) ([d721c4e](d721c4e)) * **deps:** Update module github.com/gofrs/uuid to v4.3.1 ([#5204](#5204)) ([1ca1bdc](1ca1bdc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add more missing tables from previous sdk version