Skip to content

Commit fcc0121

Browse files
grizzlytheodoreTheodore ChangBethanyZhou
authored
breaking change message for New-AzVmss (#20935)
* breaking change message * changelog --------- Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Beisi Zhou <[email protected]>
1 parent 96a3e1d commit fcc0121

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
2121
-->
2222
## Upcoming Release
23+
* Added breaking change message for `New-AzVmss`.
2324
* Added `-PerformancePlus` parameter to `New-AzDiskConfig`
2425

2526
## Version 5.4.0

src/Compute/Compute/Generated/VirtualMachineScaleSet/VirtualMachineScaleSetCreateOrUpdateMethod.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737

3838
namespace Microsoft.Azure.Commands.Compute.Automation
3939
{
40-
[GenericBreakingChange("Starting in May 2023 the \"New-AzVmss\" cmdlet will deploy with the Trusted Launch configuration by default. To know more about Trusted Launch, please visit https://docs.microsoft.com/en-us/azure/virtual-machines/trusted-launch")]
40+
[GenericBreakingChange("Starting May 2023, the \"New-AzVmss\" cmdlet will deploy with the Trusted Launch configuration by default. To know more about Trusted Launch, please visit https://docs.microsoft.com/en-us/azure/virtual-machines/trusted-launch", "6.0.0")]
41+
[GenericBreakingChange("Starting May 2023, the \"New-AzVmss\" cmdlet will create a OrchestrationMode: Flexible VMSS by default unless explicitly provded \"-OrchestrationMode Uniform\".", "6.0.0")]
42+
[GenericBreakingChange("Starting May 2023, the \"New-AzVmss\" used with \"-OrchestrationMode Flexible\" will allow NAT pool to be configured. Before, VMSS in OrchestrationMode:Flexible defaulted NAT pool to be not configured(null).", "6.0.0")]
4143
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Vmss", DefaultParameterSetName = "DefaultParameter", SupportsShouldProcess = true)]
4244
[OutputType(typeof(PSVirtualMachineScaleSet))]
4345
public partial class NewAzureRmVmss : ComputeAutomationBaseCmdlet

0 commit comments

Comments
 (0)