-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Preview SDK for Microsoft.ResourceGraph #4734
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
Conversation
...rceGraph/Management/Management.ResourceGraph/Microsoft.Azure.Management.ResourceGraph.csproj
Outdated
Show resolved
Hide resolved
...ceGraph/Management/ResourceGraph.Tests/Microsoft.Azure.Management.ResourceGraph.Tests.csproj
Outdated
Show resolved
Hide resolved
src/SDKs/ResourceGraph/Management/ResourceGraph.Tests/ResourceGraphTests.cs
Outdated
Show resolved
Hide resolved
...ceGraph/Management/ResourceGraph.Tests/Microsoft.Azure.Management.ResourceGraph.Tests.csproj
Outdated
Show resolved
Hide resolved
dsgouda
left a comment
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.
Looks great apart from a minor comment. Thanks for addressing all the warnings
...ceGraph/Management/ResourceGraph.Tests/Microsoft.Azure.Management.ResourceGraph.Tests.csproj
Outdated
Show resolved
Hide resolved
dsgouda
left a comment
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.
Missed a comment
src/SDKs/ResourceGraph/Management/Management.ResourceGraph/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
|
@demyanenko squash commits into a single commit and we are good to merge |
dsgouda
left a comment
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.
LGTM
Initial release
658fd8a to
8d21227
Compare
|
@dsgouda Squashed and pushed. |
Microsoft.ResourceGraph is a new resource provider that allows customers to explore their Azure resources at scale using a powerful query language (KQL). We are launching in Public Preview at Ignite and aiming to release CLI/PowerShell tools by then.
More info here: https://aka.ms/resource-graph/intro
Swagger spec PRs: #3716 and #3796
Autorest config PR: #3795
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.