fix: Use ParentResourceFieldResolver instead of ParentIDResolver#2125
Merged
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom Sep 29, 2022
Merged
fix: Use ParentResourceFieldResolver instead of ParentIDResolver#2125kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
Conversation
hermanschaaf
approved these changes
Sep 29, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 2, 2022
🤖 I have created a release *beep* *boop* --- ## [1.0.1-pre.0](plugins-source-azure-v1.0.0-pre.0...plugins-source-azure-v1.0.1-pre.0) (2022-10-02) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 540bb73 ([#2169](#2169)) ([d183fea](d183fea)) * **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.1.3 ([#2173](#2173)) ([d707d60](d707d60)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.10.2 ([#2048](#2048)) ([e407991](e407991)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v0.11.0 ([#2135](#2135)) ([1729467](1729467)) * Use ParentResourceFieldResolver instead of ParentIDResolver ([#2125](#2125)) ([5039788](5039788)) * Use TypeString for parent ids ([#2136](#2136)) ([a62f1a0](a62f1a0)) --- 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
Fixes Azure plugin to get the parent ID from the
idcolumn of the parent instead of using the CQ ID of the parent