Skip to content

Commit 9bb33f2

Browse files
Update src/Compute/Compute/VirtualMachine/Operation/NewAzureVMCommand.cs
Co-authored-by: Yeming Liu <[email protected]>
1 parent 7418bad commit 9bb33f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)