-
Notifications
You must be signed in to change notification settings - Fork 3.4k
--no-wait #25767
Copy link
Copy link
Open
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamact-identity-squadfeature-request
Milestone
Metadata
Metadata
Assignees
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamact-identity-squadfeature-request
Related command
az resource tag (there are many more)
Is your feature request related to a problem? Please describe.
az resource tagdoes not have a--no-waitflag. 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-waitto an existing command? Can we ensure that all (well, most, since it would not make sense for some) newly added commands have--no-waitby default?Describe the solution you'd like
Most commands should support
--no-wait.Describe alternatives you've considered
n/a
Additional context
n/a