We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad2672 commit d5025a7Copy full SHA for d5025a7
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