We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5c811 commit c0e1197Copy full SHA for c0e1197
1 file changed
src/azure-cli/azure/cli/command_modules/vm/_breaking_change.py
@@ -2,7 +2,7 @@
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
-from azure.cli.core.breaking_change import register_default_value_breaking_change, register_other_breaking_change
+from azure.cli.core.breaking_change import register_default_value_breaking_change
6
7
register_default_value_breaking_change(command_name='vm create',
8
arg='--size',
0 commit comments