Skip to content

Commit c24e4ca

Browse files
authored
Update NewAzureRmVmssConfigCommand.cs (#14295)
removing generic breaking change as it happened a few months ago for last breaking change release.
1 parent 505bb3e commit c24e4ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssConfigCommand.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ namespace Microsoft.Azure.Commands.Compute.Automation
3535
{
3636
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VmssConfig", SupportsShouldProcess = true, DefaultParameterSetName = "DefaultParameterSet")]
3737
[OutputType(typeof(PSVirtualMachineScaleSet))]
38-
[GenericBreakingChange("This command will no longer always create the UpgradePolicy property in the PSVirtualMachineScaleSet object" +
39-
" after the next major release. Please ensure you pass in the UpgradePolicyMode, RollingUpgradePolicy, or EnableAutomaticOSUpgrade parameter" +
40-
" if you require this to be populated.")]
4138
public partial class NewAzureRmVmssConfigCommand : Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
4239
{
4340
[Parameter(

0 commit comments

Comments
 (0)