-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az acr repository delete --no-wait flag #19748
Copy link
Copy link
Open
Labels
Container Registryaz acraz acrService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Container Registryaz acraz acrService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Is your feature request related to a problem? Please describe.
We use scripting to periodically clean up our private registries. These scripts are waiting a long time before the image is actually deleted before continuing.
Describe the solution you'd like
A lot of the other commands of the Azure CLI already have the
--no-waitoption, I would like for this option to also be available for this delete action.Describe alternatives you've considered
Running the process in the background, but as the --no-wait is build in functionality, I think it would be better if this was added to the CLI itseld.
Additional context
-none-