-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Hub Generated] Review request for Microsoft.ResourceGraph to add version preview/2020-04-01-preview #11070
Merged
allenjzhang
merged 16 commits into
Azure:master
from
Yobretaw:dev-resourcegraph-Microsoft.ResourceGraph-2020-04-01-preview
Jan 24, 2021
Merged
[Hub Generated] Review request for Microsoft.ResourceGraph to add version preview/2020-04-01-preview #11070
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1254f45
Add missing subscriptionId and resourceGroup
Yobretaw c8b1632
Update 2020-04-01-preview
Yobretaw e2b8693
Split 2020-04-01-preview
52e1adc
Merge branch 'patch-1' into dev-resourcegraph-Microsoft.ResourceGraph…
cc35b3d
Reverting changes for subscriptionId/resourceGroup; Fix casing for et…
10dada2
Adding missing ResourcesHistory API to swagger
7ba5e89
Fix API definition; Add an example
64a43ad
Fix multiple issues
b715ff6
Fix linter/model issues
6824bd5
Fix etag casing more places
ef6e448
Fix ErrorResponse modeling in resourcechanges.json and resourcehistor…
42c6436
Add default response for Operations API
87c3af1
Revert renaming of PropertyChangeType
5bfd7fb
Add changeType to swagger
7e59684
Revert "Add changeType to swagger"
3deaa28
Fix swagger for resourcesHistory
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
I do not understand the change here. This "Resource" definition was more or less aligned with standard "TrackedResource" definition. But now you are adding subscription ID and resource group here, it is messing up this base definition. I would suggest this to go on to the specific query definition.
Also in terms of the name
GraphQueryResource
, if feels more likeXXXQuery
rather aXXXResource
. Anyway, I guess that boat has sailed.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.
Actually you are correct.. We are returning extra fields in the RP. Let me revert this change and fix our RP side.
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.
Reverted changes for subscriptionId/resourceGroup. Also fixed a casing issue for
etag
field.