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 05aa2d5 commit 96df89cCopy full SHA for 96df89c
src/Compute/Compute/VirtualMachine/Config/SetAzureVMOperatingSystemCommand.cs
@@ -349,9 +349,6 @@ public override void ExecuteCmdlet()
349
});
350
}
351
352
- // OS Profile
353
- this.VM.OSProfile.WindowsConfiguration.ProvisionVMAgent = this.VM.OSProfile.WindowsConfiguration.ProvisionVMAgent;
354
-
355
if (this.ProvisionVMAgent.IsPresent)
356
{
357
this.VM.OSProfile.WindowsConfiguration.ProvisionVMAgent = true;
0 commit comments