-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add swagger spec for new resource type in Microsoft.PolicyInsights #3815
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
This commit adds a spec of a new preview resource type for the Microsoft.PolicyInsights- PolicyTrackedResources. The new resource type is only avaliable in the 2018-07-01-preview API version. The API itself is already deployed and passed an initial review by the ARM team.
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
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.
Please create a new tag in the config file (readme.md) that references this version
This enables the linter in CI to run against these specs
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
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 OK apart from a few comments
...urce-manager/Microsoft.PolicyInsights/preview/2018-07-01-preview/policyTrackedResources.json
Show resolved
Hide resolved
...urce-manager/Microsoft.PolicyInsights/preview/2018-07-01-preview/policyTrackedResources.json
Show resolved
Hide resolved
...urce-manager/Microsoft.PolicyInsights/preview/2018-07-01-preview/policyTrackedResources.json
Show resolved
Hide resolved
...urce-manager/Microsoft.PolicyInsights/preview/2018-07-01-preview/policyTrackedResources.json
Outdated
Show resolved
Hide resolved
...urce-manager/Microsoft.PolicyInsights/preview/2018-07-01-preview/policyTrackedResources.json
Show resolved
Hide resolved
- Moved subscriptionId and apiVersion parameters to the end of the sections. - Removed the 'required' section from the definitions (irrelevant since the API doesn't support PUT operations). - Marked readonly properties.
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
This commit adds a spec of a new preview resource type for the Microsoft.PolicyInsights- PolicyTrackedResources.
The new resource type is only avaliable in the 2018-07-01-preview API version. It only supports POSTing query (like other resource types in Microsoft.PolicyInsights).
The API itself is already deployed and passed an initial review by the ARM team.
If required, I can provide a short document that describes the API in more detail.
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger