-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add wait/no-wait support to Commands #1528
Comments
This is needed for end of Sprint 12 right? |
Removed milestone as this is an additive change. |
I would think this is not really a GA-mandatory item. It would simply be an additive feature we can incrementally roll out over time. This issue is to track those items for which it would be nice to have. |
Please add support for "az vm access" as well, the command took minutes to complete, it's practically not possible to manage large set of VMs without --no-wait. |
I'd love to get --no-wait on |
I would really like to get --no-wait for "az network nic create" and "am vm extension set" commands. |
az group deployment delete --no-wait would be great, ATM there's no way to async delete a batch of deploys, have to serially do it one by one and it takes a long time. |
I have a customer request for --no-wait on |
az postgres server firewall-rule create and az postgres server firewall-rule delete could use the same flag. I'm provisioning a PgSQL db with firewall rules from azure devops and from the ~8 mins pipeline run time ~4 are just to set 5 firewall rules |
If possible, please add "az sig" to the list |
I need wait for az acr network-rule add. It is not a long running operation, but it's long enough to fail in my use-case. I'm using terraform to a list of outbound IP addresses from an app service to the existing list of on-premise IPs. Terraform doesn't support modifying that list after creation of the acr (see hashicorp/terraform-provider-azurerm#4936). So I'm using a null resource with a provisioner. But it launches all the az commands without waiting, and so some of them fail with "Error: Error running command 'az acr network-rule add --name registryname --ip-address xxx.xxx.xxx.xxx': exit status 1. Output: ERROR: Another operation is in progress for the resource /subscriptions/****/resourceGroups/rg-name/providers/Microsoft.ContainerRegistry/registries/registryname. Please try after some time." |
Need a wait option on: I keep my zone data in the flat file format to feed internal DNS servers. The delete can take a few seconds or several minutes for a 400 record zone. Obviously do not want zone down long. THX. |
Please add the ability to |
Please add |
I need a wait option for storage account. I'm having issues creating a container right after the storage account is created using az cli.
|
az vm run-command needs --no-wait option. Example command:
|
@sdavis3 If you have new requirements, please create a feature request. We will arrange our development plan according to the priority. |
I'd also like to nominate az sql db import/export for a no-wait Flagged in #23885 |
What about mandating |
PR #1463 added support for the
... wait
command for select command groups and the--no-wait
option for several long-running operations in those groups. This issue is for identifying and tracking which commands still need this functionality exposed. Please nominate additional commands to be given wait/no-wait capability in the comments.Needed
Completed
create/update/delete (PR Add wait commands and --no-wait support #2524)create/update/delete/start/stop/deallocate/... (PR Add wait commands and --no-wait support #2524)--no-wait
support to various commands #6684)--no-wait
support to various commands #6684)--no-wait
support to various commands #6684)The text was updated successfully, but these errors were encountered: