Skip to content

Commit d5025a7

Browse files
author
Naga Nandyala
committed
adding breaking change warning to az sig image-version create/update
1 parent 7ad2672 commit d5025a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
5-
from azure.cli.core.breaking_change import register_default_value_breaking_change, register_other_breaking_change
5+
from azure.cli.core.breaking_change import register_default_value_breaking_change
66

77
register_default_value_breaking_change(command_name='vm create',
88
arg='--size',

0 commit comments

Comments
 (0)