az acr repository delete --no-wait flag
Open
act-observability-squad
Container Registry
customer-reported
Service Attention
- 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.**
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-wait` option, 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-
Contributor guide
Assessment
This issue has not been assessed yet.