Skip to content
Closed
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,13 +1,4 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

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"
)
# --------
Copy link

Copilot AI Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete license header comment. The closing line should match the opening format with full dashes.

Suggested change
# --------
# --------------------------------------------------------------------------------------------

Copilot uses AI. Check for mistakes.
Loading