We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d689f28 + 745be58 commit 69c33d0Copy full SHA for 69c33d0
src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/DisableAzureDiskEncryption.cs
@@ -269,6 +269,7 @@ public override void ExecuteCmdlet()
269
// +---------+---------------+----------------------------+
270
271
if (OperatingSystemTypes.Windows.Equals(currentOSType) &&
272
+ !string.IsNullOrEmpty(VolumeType) &&
273
VolumeType.Equals(AzureDiskEncryptionExtensionContext.VolumeTypeData, StringComparison.InvariantCultureIgnoreCase))
274
{
275
var result = Mapper.Map<PSAzureOperationResponse>(opExt);
0 commit comments