fix: Properly handle cloud_name in JSON schema#14663
Merged
Conversation
erezrokah
approved these changes
Oct 18, 2023
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 20, 2023
🤖 I have created a release *beep* *boop* --- ## [10.0.0](plugins-source-azure-v9.4.0...plugins-source-azure-v10.0.0) (2023-10-20) ### ⚠ BREAKING CHANGES * Use `ListAll` API to list sub assessments and make `azure_security_sub_assessments` a top level table. If you were syncing it implicitly via `azure_security_assessments`, please add `azure_security_sub_assessments` to you existing config to sync its data, e.g. before: `tables: ["azure_security_assessments"]`, after: `tables: ["azure_security_assessments", "azure_security_sub_assessments"]` ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.9 ([#14627](#14627)) ([c1d244c](c1d244c)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.3.0 ([#14635](#14635)) ([00b380c](00b380c)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.0 ([#14639](#14639)) ([f139c0e](f139c0e)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.9 ([#14660](#14660)) ([68ab0bb](68ab0bb)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 ([#14622](#14622)) ([b497a6b](b497a6b)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.2 ([#14662](#14662)) ([e274fe4](e274fe4)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.3 ([#14679](#14679)) ([0513c19](0513c19)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.16.1 ([#14721](#14721)) ([1c7ee1d](1c7ee1d)) * Properly handle `cloud_name` in JSON schema ([#14663](#14663)) ([6cf28e4](6cf28e4)) * Set plugin metadata ([#14715](#14715)) ([39935e2](39935e2)) * Update plugin-SDK to v4.16.0 ([#14702](#14702)) ([0dcb545](0dcb545)) * Use `ListAll` API to list security sub assessments ([23eab8d](23eab8d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
hydratim
pushed a commit
to hydratim/cloudquery
that referenced
this pull request
Oct 20, 2023
hydratim
pushed a commit
to hydratim/cloudquery
that referenced
this pull request
Oct 20, 2023
🤖 I have created a release *beep* *boop* --- ## [10.0.0](cloudquery/cloudquery@plugins-source-azure-v9.4.0...plugins-source-azure-v10.0.0) (2023-10-20) ### ⚠ BREAKING CHANGES * Use `ListAll` API to list sub assessments and make `azure_security_sub_assessments` a top level table. If you were syncing it implicitly via `azure_security_assessments`, please add `azure_security_sub_assessments` to you existing config to sync its data, e.g. before: `tables: ["azure_security_assessments"]`, after: `tables: ["azure_security_assessments", "azure_security_sub_assessments"]` ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.9 ([cloudquery#14627](cloudquery#14627)) ([c1d244c](cloudquery@c1d244c)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.3.0 ([cloudquery#14635](cloudquery#14635)) ([00b380c](cloudquery@00b380c)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.0 ([cloudquery#14639](cloudquery#14639)) ([f139c0e](cloudquery@f139c0e)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.9 ([cloudquery#14660](cloudquery#14660)) ([68ab0bb](cloudquery@68ab0bb)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 ([cloudquery#14622](cloudquery#14622)) ([b497a6b](cloudquery@b497a6b)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.2 ([cloudquery#14662](cloudquery#14662)) ([e274fe4](cloudquery@e274fe4)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.3 ([cloudquery#14679](cloudquery#14679)) ([0513c19](cloudquery@0513c19)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.16.1 ([cloudquery#14721](cloudquery#14721)) ([1c7ee1d](cloudquery@1c7ee1d)) * Properly handle `cloud_name` in JSON schema ([cloudquery#14663](cloudquery#14663)) ([6cf28e4](cloudquery@6cf28e4)) * Set plugin metadata ([cloudquery#14715](cloudquery#14715)) ([39935e2](cloudquery@39935e2)) * Update plugin-SDK to v4.16.0 ([cloudquery#14702](cloudquery#14702)) ([0dcb545](cloudquery@0dcb545)) * Use `ListAll` API to list security sub assessments ([23eab8d](cloudquery@23eab8d)) --- 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.
Closes #14553