-
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
NetApp update swagger for R4.5 #6395
Conversation
SDK Automation [Logs] (Generated from 69314a7)Python: Azure/azure-sdk-for-python
.NET: Azure/azure-sdk-for-net
JavaScript: Azure/azure-sdk-for-js
Go: Azure/azure-sdk-for-go
Java: Azure/azure-sdk-for-java
|
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
For some reason one of the pipeline checks is failing(Breaking Changes). It's complaining about a line that is identical to last versions line. All other checks pass, and json validation doesn't complain. Are you familiar with the error we're getting? |
@tomasm9 - Can you summarize the changes made in the new api 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.
Please remove the test-swagger folder which contains the C# code. This repository only contains the swagger spec. Please send a PR to https://github.com/azure/azure-sdk-for-net repo for the C# sdk that is generated from this swagger spec.
looks like the parameters are being included for each API. earlier they were at the level of the path and now they are being added for each http verb. Signing off from ARM side. |
I added a quick summary in the description with the changes @amarzavery the C# code was accidentally added in, should be removed now :)
@ravbhatnagar should be reverted now |
* NFSAAS-2660 swagger update for R4.5 * NFSAAS-2660 delete swagger generated files * NFSAAS-2660 fixing model validation error * updated readme * fixing up the json * trying to fix serialization bug * Updating description for responses * Changing the protocolTypes example * Fix Swaggers to get the diff working * Reverting accidental netapp.json changes
Summary of Changes
Added async responses to:
-- Account update
-- Pools update
-- Volumes update
-- Snapshots update
-- Snapshots delete
Removed default value from size in poolProperties
Protocol types changed from an array inside a string, to an array of strings
Snapshot id allows resource id in volumeProperties
-- Added to the regex
-Updated the API version
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.