Skip to content

Commit aa50737

Browse files
Merge pull request #220399 from AjayBathini-MSFT/patch-21
(AzureCXP) fixes MicrosoftDocs/azure-docs#102235
2 parents 7c383ff + b3cf788 commit aa50737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/disk-encryption-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ You can remove the encryption extension using Azure PowerShell or the Azure CLI.
295295
- **Disable encryption with the Azure CLI:** To remove encryption, use the [az vm extension delete](/cli/azure/vm/extension#az-vm-extension-delete) command.
296296
297297
```azurecli-interactive
298-
az vm extension delete -g "MyVirtualMachineResourceGroup" --vm-name "MySecureVM" -n "AzureDiskEncryptionForWindows"
298+
az vm extension delete -g "MyVirtualMachineResourceGroup" --vm-name "MySecureVM" -n "AzureDiskEncryption"
299299
```
300300
301301
## Unsupported scenarios

0 commit comments

Comments
 (0)