Disable-AzureRmVmssDiskEncryption fails if there is any other extension other than ‘AzureDiskEncryption’ extension on VMSS #5038
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Compute - VMSS
Service Attention
This issue is responsible by Azure service team.
Cmdlet(s)
Disable-AzureRmVmssDiskEncryption
PowerShell Version
Instructions: to get PowerShell version, type
$PSVersionTable
and look for the value associated withPSVersion
Module Version
OS Version
Description
Disable-AzureRmVmssDiskEncryption fails if there is any other extension other than ‘AzureDiskEncryption’ extension on VMSS (Windows OS)
Debug Output
Instructions: to get Debug Output, set
$DebugPreference="Continue"
and then execute the cmdlet or script causing the issueAlso debug log file attached here.
DisableVMSSDELogs.txt
Script/Steps for Reproduction
it says - Disable-AzureRmVmssDiskEncryption : Extension, AzureDiskEncryption, is not installed in the VM Scale Set.
It seems it didn't work if there is any other extension other than ‘AzureDiskEncryption’ extension on VMSS.
The text was updated successfully, but these errors were encountered: