Skip to content

Commit

Permalink
fix issue for PVS-Studio (#14365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youri970410 authored and wyunchi-ms committed Mar 2, 2021
1 parent d5ec8f3 commit 5731805
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,6 @@ public override void ExecuteCmdlet()
});
}

// OS Profile
this.VM.OSProfile.WindowsConfiguration.ProvisionVMAgent = this.VM.OSProfile.WindowsConfiguration.ProvisionVMAgent;

if (this.ProvisionVMAgent.IsPresent)
{
this.VM.OSProfile.WindowsConfiguration.ProvisionVMAgent = true;
Expand Down

0 comments on commit 5731805

Please sign in to comment.