-
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
Failover database and elastic pool swagger changes #6365
Conversation
Pull from Azure-rest-api-specs for latest changes
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-jsA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Can one of the admins verify this patch? |
SDK Automation [Logs] (Generated from 23564cc)Python: Azure/azure-sdk-for-python
Java: Azure/azure-sdk-for-java
Go: Azure/azure-sdk-for-go
JavaScript: Azure/azure-sdk-for-js
Ruby: Azure/azure-sdk-for-ruby
|
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.
When the api is available in production, then you need to add links to these files in readme.md
"tags": [ | ||
"FailoverDatabases" | ||
], | ||
"description": "Failovers a database.", |
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.
Fails a database over
?
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 wonder if there is any less jargony way to describe this
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.
API is available in production, I will go ahead and add to the readme.md. For failover database, customers know what a failover is. We originally had restart database but opted for failover instead as in the future we're thinking about doing planned and unplanned failovers
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.
Ok in that case please add to all package-composite-v*, and also the package-pure- which matches the api version.
Automation for azure-sdk-for-javaA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Avocado failures are because the files have a BOM. You'd need to resave as regular UTF-8-without BOM to fix it |
@daschult could you check JS SDK generation failure? |
@sergey-shandar We've disabled the JavaScript portion of Swagger to SDK in favor of the JavaScript portion of SDK Automation (which is green in the SDK Automation comment above). I recommend disabling the JavaScript Swagger to SDK check for this repository. |
Signing off from ARM side. |
@emgu-ms could help resolve the conflict first? |
@emgu-ms Any update on this? Could you help resolve the conflict? |
|
@yaohaizh Merge conflicts resolved, thank you! |
* Add swagger changes for failover databases and failover elastic pools * Fixed api version for FailoverDatabases * Add examples * Add to read me * Remove BOM from files
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.
Description:
Changes to add failover database and failover elastic pool to swagger.