Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------
# --------------------------------------------------------------------------------------------
Comment thread
a0x1ab marked this conversation as resolved.

from azure.cli.core.breaking_change import register_logic_breaking_change

# Breaking change: change default SSH key handling in `az aks create`
register_logic_breaking_change(
'aks create',
summary="Default SSH key behavior will change. When no SSH key parameters are provided, "
"the command will behave as if '--no-ssh-key' was passed instead of failing"
)