[App Service] Fix #20983: az webapp config ssl import: Make web app a non-required parameter#30958
[App Service] Fix #20983: az webapp config ssl import: Make web app a non-required parameter#30958zhoxing-ms merged 11 commits intoAzure:devfrom
az webapp config ssl import: Make web app a non-required parameter#30958Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| functionapp config ssl import | cmd functionapp config ssl import update parameter name: removed property required=True |
||
| webapp config ssl import | cmd webapp config ssl import update parameter name: removed property required=True |
|
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>
|
az webapp config ssl import: make web app a non-required parameteraz webapp config ssl import: Make web app a non-required parameter
The merge-base changed after approval.
The merge-base changed after approval.
@seligj95 Could you please pull the latest code from remote dev branch to pass the CI check? |
|
please note that Azure CLI will have a code freeze on 03/25/2025 07:00 UTC for the upcoming release. If you want to catch this release train, please address the commands ASAP, otherwise it has to be postponed to next sprint (05-06). |
@zhoxing-ms I pulled in the latest |
|
@zhoxing-ms Looks like there is a test now failing due to something unrelated to my changes. Can you have a look? |
Related command
az webapp config ssl import
Description
Fixes: #20983
Testing Guide
You no longer need to provide a web app for this command. Previously, it used the webapp's location as the location of the webspace for the cert import. Now, if a webapp is not provided, it takes the resource groups location instead.
az webapp config ssl import -g <> --key-vault <> --key-vault-certificate-name <>
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis 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.