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

Support a GET LRO #394

Open
lmazuel opened this issue Jun 27, 2022 · 1 comment
Open

Support a GET LRO #394

lmazuel opened this issue Jun 27, 2022 · 1 comment

Comments

@lmazuel
Copy link
Member

lmazuel commented Jun 27, 2022

Because that exists, cc @weidongxu-microsoft for more details

@weidongxu-microsoft
Copy link
Member

weidongxu-microsoft commented Jun 28, 2022

An example in web https://github.com/Azure/azure-rest-api-specs/blob/cf35748/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/WebApps.json#L2981

I've tested the activation operation of the API, it returns 202 with Location and Retry-After header. So it appears that service did implement an LRO for it. (I didn't test the polling, as Java core for now throws for it)

However, I didn't find any ARM document that mention the GET LRO
https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md

And the new LRO guideline on data-plane also not mentioning it (which likely means GET should not happen)
microsoft/api-guidelines#353

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

2 participants