Skip to content

Commit c41906d

Browse files
authored
Create _breaking_change.py for node-vm-size announcement
1 parent 08f8734 commit c41906d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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('aks create', '--node-vm-size', 'Standard_DS2_V2 (Linux), Standard_DS2_V3 (Windows)', 'Dynamically Selected By Azure')
9+
# The default value of `--node-vm-size` will be changed to `namically Selected By Azure` from `Standard_DS2_V2 (Linux), Standard_DS2_V3 (Windows)` in next breaking change release(2.xx.0).

0 commit comments

Comments
 (0)