Skip to content
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

Long running operations must be modeled as long running operations (Web App Swagger) #443

Closed
selvasingh opened this issue Jul 29, 2016 · 1 comment
Assignees

Comments

@selvasingh
Copy link
Contributor

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

@martinsawicki
Copy link

Per 8/15 discussion, this is #1 on blocking issues list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants