Skip to content

Commit 15f25f5

Browse files
authored
[ACR] az acr config content-trust: Add deprecation notice (#32196)
1 parent cb808a1 commit 15f25f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/azure-cli/azure/cli/command_modules/acr/_breaking_change.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
'then it is stored in a legacy Helm repository and is at risk of deletion.\n' \
2121
'For more information on managing and deploying applications for Kubernetes, ' \
2222
'see https://aka.ms/acr/helm.'
23+
24+
content_trust_bc_msg = 'Content Trust is being deprecated and will be completely removed on March 31, 2028. ' \
25+
'Refer to https://aka.ms/acr/dctdeprecation for details and transition guidance'
26+
2327
register_command_group_deprecate(command_group='acr helm', redirect='Helm v3 commands', message=helm_bc_msg,
2428
target_version='Sept 30th, 2025')
29+
30+
register_command_group_deprecate(command_group='acr config content-trust', message=content_trust_bc_msg)

0 commit comments

Comments
 (0)