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.
1 parent d47d4e3 commit 5750bc6Copy full SHA for 5750bc6
src/Compute/Compute/Extension/VmssDiskEncryption/DisableAzureVmssDiskEncryption.cs
@@ -127,7 +127,7 @@ public override void ExecuteCmdlet()
127
bool extensionFound = false;
128
foreach (var ext in vmss.VirtualMachineProfile.ExtensionProfile.Extensions)
129
{
130
- if (ext.Name.Equals(this.ExtensionName))
+ if (ext.Type.Equals(this.ExtensionName))
131
132
ext.Settings = GetDisalbeEncryptionSetting();
133
ext.ProtectedSettings = null;
0 commit comments