From 984229118e467538b36206a57262e129df5e56b0 Mon Sep 17 00:00:00 2001 From: Aditya Pujara <59631311+a0x1ab@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:57:09 +1030 Subject: [PATCH] =?UTF-8?q?Revert=20"[ACS]=20BREAKING=20CHANGE:=20`az=20ak?= =?UTF-8?q?s=20create`:=20Make=20`--no-ssh-key`=20default=20b=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7530a0b2d75fd77324c83e05909b7584dddc7613. --- .../azure/cli/command_modules/acs/_breaking_change.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py b/src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py index dd5323105af..a6f1ed479c9 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_breaking_change.py @@ -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" -) +# --------