Skip to content

Commit da351b6

Browse files
committed
vmss start migrate
1 parent 2c5226e commit da351b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/vm/operations

src/azure-cli/azure/cli/command_modules/vm/operations/vmss.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77

88
from ..aaz.latest.vmss import ListInstances as _VMSSListInstances
99
from ..aaz.latest.vmss import Start as _Start
10-
10+
from azure.cli.core.aaz import AAZUndefined, has_value
1111

1212
logger = get_logger(__name__)
1313

1414

1515
class VMSSListInstances(_VMSSListInstances):
1616
def _output(self, *args, **kwargs):
17-
from azure.cli.core.aaz import AAZUndefined, has_value
1817

1918
# Resolve flatten conflict
2019
# When the type field conflicts, the type in inner layer is ignored and the outer layer is applied
@@ -30,7 +29,6 @@ def _output(self, *args, **kwargs):
3029

3130

3231
class VMSSStart(_Start):
33-
from azure.cli.core.aaz import has_value
3432

3533
def pre_operations(self):
3634
args = self.ctx.args

0 commit comments

Comments
 (0)