-
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
Adding swagger of sensitivity labels APIs. #3373
Conversation
Adding swagger containing APIs of sensitivity labels, as long as usage examples of these APIs.
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
@ravbhatnagar could you take a look to the new swagger spec? |
}, | ||
"x-ms-azure-resource": true | ||
}, | ||
"ProxyResource": { |
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 manually remove these and reference common definitions. See other swagger files for examples.
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.
Done.
"type": "object", | ||
"properties": { | ||
"labelName": { | ||
"description": "The label name.", |
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.
For labelName and informationType, is it freeform text or is there a list of allowed values? If latter - please add enum info.
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.
Former.
Reference common definitions.
@hovsepm Can this PR be merged as it was approved? |
@bashahee I'm waiting on ARM review. |
@ravbhatnagar Can you please review? |
@hovsepm Can you please merge this PR since you approved it? |
per email thread response: "if APIs are already in prod it means ARM team reviewed manifest if needed so I don’t think we should block on ARM team anymore" |
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-version
in the path should match theapi-version
in the spec).Quality of Swagger