Skip to content

Commit f0cf827

Browse files
committed
Fix Update-AzureRmVmssInstance cmdlet name
1 parent c30ba0d commit f0cf827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/Compute/Commands.Compute/Generated/VirtualMachineScaleSet/VirtualMachineScaleSetUpdateInstancesMethod.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ protected PSArgument[] CreateVirtualMachineScaleSetUpdateInstancesParameters()
115115
}
116116
}
117117

118-
[Cmdlet("Update", "AzureRmVmss", DefaultParameterSetName = "InvokeByDynamicParameters")]
119-
public partial class UpdateAzureRmVmss : InvokeAzureComputeMethodCmdlet
118+
[Cmdlet("Update", "AzureRmVmssInstance", DefaultParameterSetName = "InvokeByDynamicParameters")]
119+
public partial class UpdateAzureRmVmssInstance : InvokeAzureComputeMethodCmdlet
120120
{
121-
public UpdateAzureRmVmss()
121+
public UpdateAzureRmVmssInstance()
122122
{
123123
}
124124

0 commit comments

Comments
 (0)