Skip to content

Commit 8b0ad29

Browse files
authored
Merge pull request #2883 from krkhan/update_help
Update help text for {Get,Disable}-AzureRmVMDiskEncryption cmdlets
2 parents d0b7554 + 26d2de6 commit 8b0ad29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,6 +3084,7 @@ PS C:\> Add-AzureRmVmssWinRMListener -VirtualMachineScaleSet $VMSS -Protocol
30843084
</command:details>
30853085
<maml:description>
30863086
<maml:para>The Disable-AzureRmVMDiskEncryption cmdlet disables encryption on an infrastructure as a service (IaaS) virtual machine. This cmdlet installs an extension on the virtual machine to disable encryption. If the Name parameter is not specified, extension with the name &quot;AzureDiskEncryption/AzureDiskEncryptionForLinux&quot; (depending on the OS) is used. Caution: This cmdlet reboots the virtual machine.</maml:para>
3087+
<maml:para>On Linux IaaS VMs, Disable-AzureRMVMDiskEncryption is not supported for VolumeType &quot;OS&quot;.</maml:para>
30873088
</maml:description>
30883089
<command:syntax>
30893090
<command:syntaxItem>
@@ -5648,7 +5649,7 @@ PS C:\&gt; Disable-AzureRMVMDiskEncryption -ResourceGroupName &quot;Group002&quo
56485649
</command:details>
56495650
<maml:description>
56505651
<maml:para>The Get-AzureRmVMDiskEncryptionStatus cmdlet gets the encryption status of the virtual machine. It displays the encryption status of the operating system and data volumes. In addition to encryption status, it also displays the encryption secret URL, key encryption key URL, resource IDs of the KeyVaults where the encryption key and key encryption key for operating system volume are present. </maml:para>
5651-
<maml:para>The OS disk encryption status reporting is not supported for Linux VMs in the preview release. Currently it is reported as &quot;Unknown&quot;.</maml:para>
5652+
<maml:para>For more details on the encryption status, refer to https://gallery.technet.microsoft.com/Azure-Disk-Encryption-for-a0018eb0</maml:para>
56525653
</maml:description>
56535654
<command:syntax>
56545655
<command:syntaxItem>
@@ -5764,7 +5765,7 @@ PS C:\&gt; Disable-AzureRMVMDiskEncryption -ResourceGroupName &quot;Group002&quo
57645765
<maml:alertSet>
57655766
<maml:title></maml:title>
57665767
<maml:alert>
5767-
<maml:para />
5768+
<maml:para>On some versions of Linux, the encryption status is reported as &quot;Unknown&quot;. This is caused by an issue in Linux Agent. The correct status shall be shown once the Linux distribution consumes the updated Linux Agent. Refer to https://github.com/Azure/WALinuxAgent/issues/388 for technical details.</maml:para>
57685769
</maml:alert>
57695770
</maml:alertSet>
57705771
<command:examples>

0 commit comments

Comments
 (0)