[Compute] BREAKING CHANGE: az vmss create/update: Remove too long argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graph to fix help message issue#31687
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @Jing-song, |
There was a problem hiding this comment.
Pull Request Overview
Removes an obsolete and overly long CLI argument alias for az vmss create/update because it hasn’t been used and clutters the help output.
- Deleted the
--scheduled-event-additional-publishing-target-event-grid-and-resource-graphalias from theadditional_scheduled_eventsparameter. - Kept the shorter, maintained aliases
--additional-scheduled-eventsand--additional-events.
❌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>
|
az vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graphaz vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graph
az vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graphaz vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graph
az vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graphaz vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graph to fix help message issue
az vmss create/update: Remove argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graph to fix help message issueaz vmss create/update: Remove too long argument option --scheduled-event-additional-publishing-target-event-grid-and-resource-graph to fix help message issue
Related command
az vmss create/updateDescription
This very long parameter affects the display of the help message, it needs to be deleted to fix help message.
According to Telemetry analysis, it has not been used in the past month and the breaking change has no impact.
close #31147
Testing Guide
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.