Skip to content

Commit e135705

Browse files
Default VM size update breaking change message (#27763)
Co-authored-by: Yeming Liu <[email protected]>
1 parent ffc8be3 commit e135705

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
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-AzVM` and `New-AzVmss` cmdlets.
2324

2425
## Version 10.0.0
2526
* Added new properties `Architecture`, `HyperVGeneration`, and `ImageDeprecationStatus` to be returned in `Get-AzVMImage` ListVMImage parameter set.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
namespace Microsoft.Azure.Commands.Compute.Automation
4242
{
43+
[GenericBreakingChangeWithVersion("In the next breaking change period (Nov 2025), the default VM size will change from 'Standard_Ds1_v2' to 'Standard_D2s_v5'.", "15.0.0", "11.0.0")]
4344
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Vmss", DefaultParameterSetName = "DefaultParameter", SupportsShouldProcess = true)]
4445
[OutputType(typeof(PSVirtualMachineScaleSet))]
4546
public partial class NewAzureRmVmss : ComputeAutomationBaseCmdlet

src/Compute/Compute/VirtualMachine/Operation/NewAzureVMCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959

6060
namespace Microsoft.Azure.Commands.Compute
6161
{
62+
[GenericBreakingChangeWithVersion("The default VM size will change from 'Standard_D2s_v3' to 'Standard_D2s_v5'.", "15.0.0", "11.0.0", "Nov 2025")]
6263
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VM", SupportsShouldProcess = true, DefaultParameterSetName = "SimpleParameterSet")]
6364
[OutputType(typeof(PSAzureOperationResponse), typeof(PSVirtualMachine))]
6465
public class NewAzureVMCommand : VirtualMachineBaseCmdlet

0 commit comments

Comments
 (0)