Skip to content

Conversation

@lizMSFT
Copy link
Member

@lizMSFT lizMSFT commented Nov 25, 2025

Related command
az acr config content-trust update
az acr check-health

Description
Azure Container Registry will retire Docker Content Trust on March 31, 2028. For more details, refer to https://aka.ms/acr/dctdeprecation.

  • Add a breaking change announcement for az acr config content-trust update stating that the enabled status value will no longer be accepted in the next breaking change release.
  • Add a breaking change announcement for az acr check-health stating that the Notary client check will be removed in the next breaking change release.

Testing Guide
image
image

History Notes
[ACR] az acr config content-trust update: add breaking changes announcement that enabled status will no longer be accepted
[ACR] az acr check-health: add breaking change announcement that Notary client check will be removed


This checklist is used to make sure that common guidelines for a pull request are followed.

@lizMSFT lizMSFT requested a review from zhoxing-ms as a code owner November 25, 2025 22:04
Copilot AI review requested due to automatic review settings November 25, 2025 22:04
@azure-client-tools-bot-prd
Copy link

Validation for Azure CLI Full Test Starting...

Thanks for your contribution!

@azure-client-tools-bot-prd
Copy link

Validation for Breaking Change Starting...

Thanks for your contribution!

@yonzhan
Copy link
Collaborator

yonzhan commented Nov 25, 2025

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds breaking change announcements for two Azure Container Registry (ACR) commands in preparation for the deprecation of Docker Content Trust on March 31, 2028.

  • Imports register_logic_breaking_change function from the core breaking change module
  • Registers breaking change for az acr check-health to notify users that Notary client version validation will be removed
  • Registers breaking change for az acr config content-trust update to notify users that the --status enabled parameter will no longer be accepted

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants