skip to Main Content

Azure – –no-wait tag not working when using az resource delete

I am trying to delete a virtual machine using the command below az resource delete --ids /subscriptions/0b1f6471-1bf0-4dda-aec3-111111111111/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualMachines/vmlname1 --no-wait I am getting this error: unrecognized arguments: --no-wait When I remove --no-wait it works By this link: https://learn.microsoft.com/en-us/cli/azure/resource?view=azure-cli-latest#az-resource-delete-optional-parameters no-wait is given as…

VIEW QUESTION
Back To Top
Search