Open Xoere opened 1 year ago
The CLI command for force-deletion does not work. Example given: az vm delete --resource-group myResourceGroup --name myVM --force-deletion
This gives an error: argument --force-deletion: expected one argument
This command works: az vm delete --resource-group myResourceGroup --name myVM --force-deletion none
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
@zhoxing-ms for awareness
Why is it "none" instead of "true"?
The CLI command for force-deletion does not work. Example given: az vm delete --resource-group myResourceGroup --name myVM --force-deletion
This gives an error: argument --force-deletion: expected one argument
This command works: az vm delete --resource-group myResourceGroup --name myVM --force-deletion none
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.