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
Add LRO test case. Support both location headers and Azure-AsyncOperation. ARM LRO guideline: https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/async-api-reference.md
The text was updated successfully, but these errors were encountered:
We should already have enough LRO cases for now: https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/azure/resource-manager/resources/toplevel.tsp#L43-L44
LRO pageable will be covered in #695, closing this issue.
Sorry, something went wrong.
azure-http-specs, add ARM LRO case (#1821)
cff495c
### Context - fix Azure/cadl-ranch#696 - ARM LRO guideline: https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/async-api-reference.md - not covering legacy cases ### Content |verb|lro type|expected polling pattern| |--|--|--| |PUT|AAO|poll AAO, get final result through original(resource) uri |POST|AAO+Location|poll AAO, get final result through Location| |DELETE|Location|poll Location, until 204|
XiaofeiCao
Successfully merging a pull request may close this issue.
Add LRO test case. Support both location headers and Azure-AsyncOperation.
ARM LRO guideline: https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/async-api-reference.md
The text was updated successfully, but these errors were encountered: