Skip to content

Commit 7530a0b

Browse files
authored
[ACS] BREAKING CHANGE: az aks create: Make --no-ssh-key default behaviour (#32205)
1 parent 8d0c503 commit 7530a0b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# --------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
# --------
4+
# --------------------------------------------------------------------------------------------
5+
6+
from azure.cli.core.breaking_change import register_logic_breaking_change
7+
8+
# Breaking change: change default SSH key handling in `az aks create`
9+
register_logic_breaking_change(
10+
'aks create',
11+
summary="Default SSH key behavior will change. When no SSH key parameters are provided, "
12+
"the command will behave as if '--no-ssh-key' was passed instead of failing"
13+
)

0 commit comments

Comments
 (0)