Skip to content

Commit fa58af5

Browse files
authored
{AKS} az aks create: Add upcoming breaking change announcement (#31056)
1 parent 89d2232 commit fa58af5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
6+
from azure.cli.core.breaking_change import register_default_value_breaking_change
7+
8+
register_default_value_breaking_change(
9+
'aks create',
10+
'--node-vm-size',
11+
'Standard_DS2_V2 (Linux), Standard_DS2_V3 (Windows)',
12+
'Dynamically Selected By Azure'
13+
)

0 commit comments

Comments
 (0)