-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
HybridDataManager - adding API version 2019-06-01 and examples #8676
Conversation
Added updated swagger file for Microsoft.HybridData
Added swagger and examples for API version 2019-06-01 Adding PartiallySucceeded job status
Azure Pipelines successfully started running 1 pipeline(s). |
Can one of the admins verify this patch? |
Ran npm install; npm run prettier -- --write "specification/hybriddatamanager/**/*.json"
azure-sdk-for-go - Release
|
azure-sdk-for-java - Release
|
azure-sdk-for-net - Release
|
azure-sdk-for-python - Release
|
Azure Pipelines successfully started running 1 pipeline(s). |
@prtank per the checklist above, this PR needs arm feedback. Adding appropriate label |
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.
Diffing with 2016-06-01 shows only a small change. When adding a new API, please make the first commit an unmodified copy of the previous API version at the folder of the new API version. This makes reviews very easy because then we simply diff first commit with last and get the actual delta.
Otherwise, changes look good from ARM side. Signing off...
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.
A few minor changes in comments, otherwise, LGTM
], | ||
"responses": { | ||
"200": { | ||
"description": "This method gets all the operations.", |
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.
To be parallel with the other operation results, this description should be 'The list of operations for this provider'
"tags": [ | ||
"DataServices" | ||
], | ||
"description": "Gets the data service that match the data service name given.", |
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.
"description": "Gets the data service that match the data service name given.", | |
"description": "Gets the data service that matches the data service name given.", |
], | ||
"responses": { | ||
"200": { | ||
"description": "The data store/repository object.", |
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.
Completed request for Create/Update.
], | ||
"responses": { | ||
"200": { | ||
"description": "The list of job definitions in that resource.OK", |
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.
"description": "The list of job definitions in that resource.OK", | |
"description": "The list of job definitions in the resource.", |
Azure Pipelines successfully started running 1 pipeline(s). |
azure-cli-extensions - Release
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
Azure Pipelines successfully started running 1 pipeline(s). |
…#8676) * Create hybriddata.json Added updated swagger file for Microsoft.HybridData * Create readme.md * Updated readme files * Update readme.md * Removed unused API endpoints * Updated example files and swagger * Fixed error in path to example files * Fixed Go and Ruby Readme Files * Added suppression for OperationIdNounVerb * Added DataManagers_Update and examples * Added suppression for ARM Violation and updated swagger and example files * Updated swagger to sdk script for ruby * Added Python swagger to sdk * Added PartiallySucceeded status * Added swagger and examples for API Version 2019-06-01 Added swagger and examples for API version 2019-06-01 Adding PartiallySucceeded job status * Removed partially succeeded status from 2016-06-01 swagger * Updating body of 202 response * After running prettier Ran npm install; npm run prettier -- --write "specification/hybriddatamanager/**/*.json" * Updated readme files to include 2019-06 api version * Updated descriptions as per PR comments * Committing Prettier check change Co-authored-by: t-prta <46665688+prerna-tank-ms@users.noreply.github.com>
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.