-
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
Add initial set for changes for ANT79 #4435
Add initial set for changes for ANT79 #4435
Conversation
If you're a MSFT employee, click this link |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-pythonA PR has been created for you: |
Automation for azure-sdk-for-rubyA PR has been created for you: |
Automation for azure-sdk-for-jsA PR has been created for you: |
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 rearrange the changes so that the diff is accurate and easier to review
Automation for azure-sdk-for-goA PR has been created for you: |
Automation for azure-sdk-for-nodeA PR has been created for you: |
Automation for azure-sdk-for-javaA PR has been created for you: |
@dsgouda We auto-generate the swagger files. For now I have re-arranged it. I'll look into whether we can maintain this order while generating for future PRs. |
Thanks @naveedaz |
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.
Left a few comments
@@ -686,6 +686,10 @@ | |||
"items": { | |||
"type": "string" | |||
} | |||
}, | |||
"supportCredentials": { |
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.
Why are these changes being made to an existing stable version?
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.
Changes to stable released versions must be approved by ARM
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.
These changes are additive. We do not want to release a new API-version for small non-breaking changes.
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.
Yes, missed that. Since these are additive changes I would guess these are not breaking changes.
@@ -1632,7 +1632,7 @@ | |||
} | |||
} | |||
}, | |||
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/virtualNetwork": { | |||
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork": { |
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.
This may be beyond the scope of this PR, but this spec has a few operations that define 404
error status codes explicitly. AutoRest does not support these today (we have an experimental extension to handle this if you really need it). Please remove these error status codes (or apply the extension) and regenerate the SDKs
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.
@dsgouda Thanks for calling out the 404 status codes. I will talk to the feature owners to figure out if we should remove the status codes or use the experimental extension. We will change that as a new PR.
Please share the link to the extension, I could not find it on https://github.com/Azure/autorest/blob/master/docs/extensions/readme.md
Are you good with all the other changes? If so, please approve.
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.
Here is a brief explanation
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
* Add initial set for changes for ANT79 (Azure#4435) * Add initial set for changes for ANT79 * Fix ordering of swift VNET APIs * Add GeoRegion to DeletedSite Model (Azure#4453)
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: