We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2a250 commit 8555531Copy full SHA for 8555531
src/azure-cli/azure/cli/command_modules/acr/_breaking_change.py
@@ -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