[App Service] BREAKING CHANGE: Remove support for ASEv2#31373
[App Service] BREAKING CHANGE: Remove support for ASEv2#31373zhoxing-ms merged 1 commit intoAzure:devfrom
Conversation
️✔️AzureCLI-FullTest
|
❌AzureCLI-BreakingChangeTest
Please submit your Breaking Change Pre-announcement ASAP if you haven't already. Please note:
|
|
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>
|
|
May I ask if these changes are breaking changes? |
Not really. The changes/removals are all targeting resources that do no longer exist. As part of RDFE deprecation we removed all the instances of ASEv1 and ASEv2. Only ASEv3 exist now and the commands and options towards that should be untouched by this update. |
|
@yanzhudd Anything else holding a merge back? |

Related command
az appservice aseDescription
The PR is removing support for ASEv2 as it has been deprecated and all instances have been removed world wide. The PR removes the command support, cleans up code and updates help text to reflect the change.
Testing Guide
History Notes
[App Service] BREAKING CHANGE:
az appservcie ase create/update/delete: Remove support for ASEv2This 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.