[ACR] remove check for _utils (DO NOT MERGE)#31477
Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| acr connected-registry create | cmd acr connected-registry create removed property is_preview |
||
| acr connected-registry deactivate | cmd acr connected-registry deactivate removed property is_preview |
||
| acr connected-registry delete | cmd acr connected-registry delete removed property is_preview |
||
| acr connected-registry get-settings | cmd acr connected-registry get-settings removed property is_preview |
||
| acr connected-registry list | cmd acr connected-registry list removed property is_preview |
||
| acr connected-registry list-client-tokens | cmd acr connected-registry list-client-tokens removed property is_preview |
||
| acr connected-registry permissions show | cmd acr connected-registry permissions show removed property is_preview |
||
| acr connected-registry permissions update | cmd acr connected-registry permissions update removed property is_preview |
||
| acr connected-registry repo | cmd acr connected-registry repo removed property is_preview |
||
| acr connected-registry show | cmd acr connected-registry show removed property is_preview |
||
| acr connected-registry update | cmd acr connected-registry update removed property is_preview |
|
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>
|
…isavo-msft/azure-cli into test-for-containerregistry
_utils (DO NOT MERGE)_utils (DO NOT MERGE)
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31477 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| g.command('rotate-key', "rotate_key") | ||
|
|
||
| with self.command_group('acr connected-registry', acr_connected_registry_util, is_preview=True) as g: | ||
| with self.command_group('acr connected-registry', acr_connected_registry_util) as g: |
There was a problem hiding this comment.
Good catch, please do not add any unrelated logic to this PR, thanks. @msyyc
Then maybe we can modify this title from [ACR] to {ACR}, because this is not perceived by customers
There was a problem hiding this comment.
This change should be merged by this PR https://github.com/Azure/azure-cli/pull/31475/files
|
Please resolve these conflicts |
|
please note that Azure CLI will have a code freeze on 05/27/2025 07:00 UTC for the upcoming release. Please address these conflicts ASAP, otherwise it has to be postponed to next sprint (07-01). |
|
This PR will be replaced by #31555 |
Related command
Description
Remove private preview message for az acr connected-registry
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 feature