Skip to content

Commit fbe8485

Browse files
authored
breaking change flag. (#12892)
1 parent 60f21f3 commit fbe8485

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ 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.")]
3841
public partial class NewAzureRmVmssConfigCommand : Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
3942
{
4043
[Parameter(

0 commit comments

Comments
 (0)