We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: Create or Update Certificate Order is a long running operation but Swagger does not describe it that way. https://github.com/Azure/azure-rest-api-specs/blob/master/arm-web/2015-08-01/swagger/service.json#L300. Must add "x-ms-long-running-operation": true, and use 201
Similarly, other long running operations must be modeled the same way
See guidance on how to model long running operations. https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/creating-swagger.md
The text was updated successfully, but these errors were encountered:
Per 8/15 discussion, this is #1 on blocking issues list
Sorry, something went wrong.
naveedaz
No branches or pull requests
Example: Create or Update Certificate Order is a long running operation but Swagger does not describe it that way. https://github.com/Azure/azure-rest-api-specs/blob/master/arm-web/2015-08-01/swagger/service.json#L300. Must add "x-ms-long-running-operation": true, and use 201
Similarly, other long running operations must be modeled the same way
See guidance on how to model long running operations. https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/creating-swagger.md
The text was updated successfully, but these errors were encountered: