Azure / Azure/azure-cli

--no-wait

Open
#25,767 1 comment 0 reactions 1 assignee Claimed by @zhoxing-ms View on GitHub
act-identity-squad ARM Auto-Assign Azure CLI Team feature-request
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

**Related command**
az resource tag (there are many more)

**Is your feature request related to a problem? Please describe.**
`az resource tag` does not have a `--no-wait` flag. I need to tag a large number of resources and am not concerned with the response of each tag operation. Running the command in the background (`az resource tag ... &`) is not really a great option because of memory exhaustion due to all the python invocations.

What is the process for adding `--no-wait` to an existing command? Can we ensure that all (well, most, since it would not make sense for some) newly added commands have `--no-wait` by default?

**Describe the solution you'd like**
Most commands should support `--no-wait`.

**Describe alternatives you've considered**
n/a

**Additional context**
n/a

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.