Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
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>
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull request overview
This PR removes the “preview” designation from Azure Red Hat OpenShift (ARO) managed identity–related CLI arguments so they no longer emit preview disclaimers, aligning the CLI UX with these arguments being considered stable.
Changes:
- Removed
is_preview=Truefrom managed identity–related arguments underaz aro(create/update) andaz aro delete. - Removed
is_preview=Truefrom--upgradeable-toinaz aro update.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
aroDescription
Testing Guide
I built this change locally and confirm it works as expected.