Azure-docs: Wrong arg for volume_type in data decryption section

Created on 21 May 2019  Â·  2Comments  Â·  Source: MicrosoftDocs/azure-docs

It has the following command:

Disable-AzVMDiskEncryption -ResourceGroupName 'MyVirtualMachineResourceGroup' -VMName 'MySecureVM' [--volume-type {ALL, DATA, OS}]

It has to be this other one instead:
Disable-AzVMDiskEncryption -ResourceGroupName 'MyVirtualMachineResourceGroup' -VMName 'MySecureVM' [-VolumeType {ALL, DATA, OS}]

In Powershell is needs -VolumeType not --volume-type (This is AZ CLI)


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

cxp doc-bug in-progress securitsvc triaged

All 2 comments

@dtec83
Thanks for your feedback! We will investigate and update as appropriate.

Thanks for catching this! I've created a pull request which should go live in 24 hours. https://github.com/MicrosoftDocs/azure-docs-pr/pull/77336

Was this page helpful?
0 / 5 - 0 ratings

Related issues

monteledwards picture monteledwards  Â·  3Comments

mrdfuse picture mrdfuse  Â·  3Comments

paulmarshall picture paulmarshall  Â·  3Comments

AronT-TLV picture AronT-TLV  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments