Skip to content

Commit 85c9f1f

Browse files
committed
breaking change pre-announcement
1 parent 9e76255 commit 85c9f1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# --------------------------------------------------------------------------------------------
5+
from azure.cli.core.breaking_change import register_default_value_breaking_change
6+
7+
register_default_value_breaking_change('vm create', '--size', 'Standard_DS1_v2', 'Standard_D2s_v5', target_version=None)
8+
register_default_value_breaking_change('vmss create', '--vm-sku', 'Standard_DS1_v2', 'Standard_D2s_v5', target_version=None)

0 commit comments

Comments
 (0)