Azure / Azure/azure-cli

{REST} `az rest` should support polling on asynchronous Azure operations

Open
#14,223 3 comments 6 reactions 1 assignee Claimed by @jiasli View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.