Skip to content

Commit 8555531

Browse files
authored
{ACR} az acr login: Add Upcoming Breaking Change Announcement (#31121)
1 parent 3f2a250 commit 8555531

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# --------------------------------------------------------------------------------------------
5+
6+
from azure.cli.core.breaking_change import register_output_breaking_change
7+
8+
register_output_breaking_change(command_name='acr login',
9+
description='Exit code will be 1 if command fails for docker login')

0 commit comments

Comments
 (0)