-
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
Add managed instances swagger to 2018-06-01-preview #6441
Conversation
SDK Automation [Logs] (Generated from 1b3affb)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
|
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: |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
...fication/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/managedInstances.json
Outdated
Show resolved
Hide resolved
...urce-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedInstanceCreateMax.json
Show resolved
Hide resolved
@jaredmoo SQL swagger please review. Added "ARM review request" since the PR removes an API and introduces new property? |
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 address comments. Otherwise approved.
...fication/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/managedInstances.json
Outdated
Show resolved
Hide resolved
...fication/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/managedInstances.json
Outdated
Show resolved
Hide resolved
Will remove maintenance window changes from this PR. |
Thanks @jaredmoo - I've addressed comments. |
I removed the new property section. |
@johnpaulkee - are you dropping support for this one API from 2015 preview? Whats the usage of this API in 2015 preview. For SQL, even though this API is marked as -preview, since it has been in this state for ever, its considered as perpetual preview. So, we don't want to break customers using this API -version. |
@ravbhatnagar currently there is no usage for this ManagedInstance_ListByInstancePool API in 2015-05-01-preview and we plan to support it in 2018-06-01-preview. Customer's won't be broken using the newer API version as there are no clients/customers using it yet. Currently this API doesn't work in 2015-05-01-preview as its request url starts with .../instancePool/{ipName}/managedInstances and currently in ARM manifest, instance pools only allows the 2018-06-01-preview api version. The migration of this API from 2015-05-01-preview over to 2018-06-01-preview will fix this and allow actual support of this API from SDKs. There are no other managed instance APIs that we are moving from 2015-05-01-preview, and support for 2018-06-01-preview already exists in production for all other managed instance APIs. |
Thanks for confirming @johnpaulkee . Signing off from ARM side since it was confirmed that there is no usage of this API and it wouldnt have worked since in ARM the supported API version is the new one. |
Thank you @ravbhatnagar. |
Adding "breaking-change" tag since 2015-05-01-preview removes an API. |
Add managed instances swagger to 2018-06-01-preview.
Main changes include moving ManagedInstances_ListByInstancePool over from 2015-05-01-preview over to 2018-06-01-preview, updating sql README.md to reference 2018-06-01-preview/managedInstances swagger.
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.