You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Compute/Commands.Compute/Generated/VirtualMachineScaleSet/VirtualMachineScaleSetUpdateMethod.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ public override void ExecuteCmdlet()
187
187
publicbool?EnableAutomaticUpdate{get;set;}
188
188
189
189
[Parameter(
190
+
ParameterSetName="ExplicitIdentityParameterSet",
190
191
Mandatory=false)]
191
192
[ValidateNotNullOrEmpty]
192
193
publicstring[]IdentityId{get;set;}
@@ -313,7 +314,6 @@ public override void ExecuteCmdlet()
0 commit comments