[ACR] az acr: Remove preview flag for ABAC related commands#32212
[ACR] az acr: Remove preview flag for ABAC related commands#32212zhoxing-ms merged 1 commit intoAzure:devfrom
az acr: Remove preview flag for ABAC related commands#32212Conversation
…ild/run`: Remove preview flag for ABAC commands
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
There was a problem hiding this comment.
Pull Request Overview
This PR removes the preview flag (is_preview=True) from ABAC (Attribute-Based Access Control) related commands in Azure Container Registry, indicating these features are now generally available.
- Remove preview flags from role assignment mode parameters in
acr createandacr updatecommands - Remove preview flags from source ACR authentication parameters in build, run, and task commands
- Remove preview flag from repository parameter in
acr check-healthcommand
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
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>
|
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
az acr create/update, az acr check-health, az acr task create/update, az acr build/run: Remove preview flag for ABAC commandsaz acr: Remove preview flag for ABAC related commands
Related command
az acr create | updateaz acr check-healthaz acr task create | updateaz acr build | runDescription
Remove the preview flag
Testing Guide
History Notes
[ACR]
az acr create | update: Remove preview flag for--role-assignment-mode[ACR]
az acr check-health: Remove preview flag for--repository[ACR]
az acr task create | update: Remove preview flag for--source-acr-auth-id[ACR]
az acr build | run: Remove preview flag for--source-acr-auth-idThis 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.