File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/azure-cli/azure/cli/command_modules/acs Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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+ )
You can’t perform that action at this time.
0 commit comments