Revert "[ACS] az aks create: Pre-announce --no-ssh-key default behaviour breaking change"#32230
Revert "[ACS] az aks create: Pre-announce --no-ssh-key default behaviour breaking change"#32230
az aks create: Pre-announce --no-ssh-key default behaviour breaking change"#32230Conversation
…efault b…" This reverts commit 7530a0b.
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR reverts a previously added breaking change announcement for az aks create command's SSH key behavior. The revert removes the pre-announcement of a breaking change that would make --no-ssh-key the default behavior when no SSH key parameters are provided.
- Removes breaking change registration logic for AKS SSH key behavior
- Cleans up the breaking change announcement file by removing import and registration code
- Reverts to previous state before the breaking change announcement was added
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| 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" | ||
| ) | ||
| # -------- |
There was a problem hiding this comment.
Incomplete license header comment. The closing line should match the opening format with full dashes.
| # -------- | |
| # -------------------------------------------------------------------------------------------- |
Reverts #32205
[Breaking change to be released in the following iteration]