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

How to install azure-cli on python docker image

I am trying to install azure-cli in a python docker container but I get the following error: [5/5] RUN pip3 install azure-cli: #9 1.754 Collecting azure-cli #9 1.956 Downloading azure_cli-2.43.0-py3-none-any.whl (4.3 MB) #9 7.885 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 730.7 kB/s eta…

VIEW QUESTION
Back To Top
Search