fix: Add missing azure_keyvault_secrets tables#1937
Merged
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom Sep 21, 2022
Merged
fix: Add missing azure_keyvault_secrets tables#1937kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
azure_keyvault_secrets tables#1937kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
Conversation
azure_keyvault_secrets tables
disq
approved these changes
Sep 21, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Sep 22, 2022
🤖 I have created a release *beep* *boop* --- ## [0.14.1-pre.0](plugins/source/azure/v0.14.0-pre.0...plugins/source/azure/v0.14.1-pre.0) (2022-09-22) ### Bug Fixes * Add missing `azure_keyvault_secrets` tables ([#1937](#1937)) ([491aa66](491aa66)) * Update Azure codegen ([#1936](#1936)) ([4b739db](4b739db)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Sep 22, 2022
yevgenypats
pushed a commit
that referenced
this pull request
Sep 26, 2022
🤖 I have created a release *beep* *boop* --- ## [1.0.0-pre.0](plugins-source-azure-v0.14.2-pre.0...plugins-source-azure-v1.0.0-pre.0) (2022-09-26) ### ⚠ BREAKING CHANGES * Migrate Azure plugin to v2 (#1754) * Fix Azure credential chain (#1283) ### Features * Add website, docs and blog to our main repo ([#1159](#1159)) ([dd69948](dd69948)) * Added azure cdn profiles ([#1460](#1460)) ([cc154c5](cc154c5)) * Migrate Azure plugin to v2 ([#1754](#1754)) ([ee9bef2](ee9bef2)) ### Bug Fixes * Add missing `azure_keyvault_secrets` tables ([#1937](#1937)) ([491aa66](491aa66)) * **deps:** Update golang.org/x/sync digest to 7fc1605 ([#1652](#1652)) ([daafae1](daafae1)) * **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.1.2 ([#1664](#1664)) ([5390e13](5390e13)) * **deps:** Update module github.com/cloudquery/cq-gen to v0.0.10 ([#1474](#1474)) ([b142e13](b142e13)) * **deps:** Update module github.com/cloudquery/cq-gen to v0.0.11 ([#1491](#1491)) ([5140bef](5140bef)) * **deps:** Update module github.com/cloudquery/cq-gen to v0.0.12 ([#1503](#1503)) ([a740719](a740719)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.6.3 ([#1858](#1858)) ([9e3ace7](9e3ace7)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.6.4 ([#1862](#1862)) ([5d141cf](5d141cf)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.1 ([#1865](#1865)) ([474bb70](474bb70)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.2 ([#1872](#1872)) ([49ed26d](49ed26d)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.3 ([#1886](#1886)) ([7435d59](7435d59)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.4 ([#1889](#1889)) ([63a5362](63a5362)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.9 ([#1891](#1891)) ([3469f20](3469f20)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.8.0 ([#1997](#1997)) ([4fa40da](4fa40da)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.8.1 ([#2024](#2024)) ([8f88de4](8f88de4)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.8.2 ([#2044](#2044)) ([9b69b46](9b69b46)) * Fix Azure credential chain ([#1283](#1283)) ([c2aadf7](c2aadf7)) * Generate Azure date.time as Timestamps ([#1885](#1885)) ([92d41a1](92d41a1)) * Regenerate Azure resources ([#1875](#1875)) ([7411a27](7411a27)) * Update Azure codegen ([#1936](#1936)) ([4b739db](4b739db)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Oct 4, 2022
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.
Summary
This was missing from migration to the new code gen. Thanks @disq for finding it.
Related to
cloudquery/plugins/source/azure/policies/queries/keyvault/secrets_without_expiration_date.sql
Line 14 in 374fa4f
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)