[App Service] az webapp list-runtimes: Pre-announce breaking changes#32905
[App Service] az webapp list-runtimes: Pre-announce breaking changes#32905
az webapp list-runtimes: Pre-announce breaking changes#32905Conversation
Pre-announce upcoming breaking changes for az webapp list-runtimes: - Output format changing from flat string list to structured list of dicts - --linux parameter being removed (use --os linux) - --show-runtime-details parameter being removed Targeting the next breaking change window (Build 2026).
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| webapp list-runtimes | cmd webapp list-runtimes added property deprecate_info_target |
|
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
Adds App Service module breaking-change registrations to pre-announce upcoming behavior/parameter removals for az webapp list-runtimes ahead of the next breaking change window.
Changes:
- Register an output breaking-change warning for
webapp list-runtimesdescribing the upcoming structured output format. - Register argument deprecation warnings for
--linux(redirect to--os linux) and--show-runtime-details(no replacement).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/azure-cli/azure/cli/command_modules/appservice/_breaking_change.py
Outdated
Show resolved
Hide resolved
az webapp list-runtimesaz webapp list-runtimes: Pre-announce breaking changes
|
please let me know when the PR is ready to review/merge |
Related command
az webapp list-runtimesDescription
Pre-announce upcoming breaking changes for
az webapp list-runtimestargeting the next breaking change window (Build 2026).This PR adds
_breaking_change.pyto the appservice module to display warnings when users runaz webapp list-runtimes:os,runtime,version,config,support,end_of_life.--linuxremoval: Deprecated in favor of--os linux.--show-runtime-detailsremoval: Will be removed with no replacement (subsumed by new output format).The actual breaking change implementation is in #32903 (draft, to be merged during the breaking change window).
Testing Guide
History Notes
This PR is not customer-facing (pre-announcement warnings only).
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.