Skip to content

az acr repository delete --no-wait flag #19748

@rcomanne

Description

@rcomanne

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-

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions