We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
az aks create
1 parent 89d2232 commit fa58af5Copy full SHA for fa58af5
src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py
@@ -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