{REST} `az rest` should support polling on asynchronous Azure operations
Open
feature-request
rest
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
`az rest` should support polling on [asynchronous Azure operations](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations).
As difference Resource Providers uses different methods of indicating async operations, there are three possible ways to poll on asynchronous Azure operations
- By response headers
- `Azure-AsyncOperation`
- `Location`
- By response body value
- `provisioningState`
`az rest` should auto-detect it or allow the user to specify the method used for polling.
Contributor guide
Assessment
This issue has not been assessed yet.