Skip to content

az resource group delete should accept a --fast or --nowait flag #1071

@colemickens

Description

@colemickens

It looks like az resource group delete polls on the long-running operation and forces the user to wait for the deletion to complete.

I don't really ever want to wait on a resource group deployment. I'm usually issuing this command frequently when testing template deployments, so it would be really great to have a --fast or --nowait command so that I don't have to do tricks like timeout 5 az resource group delete RGNAME.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupDiscussionResource Manager

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions