Skip to content

Commit 2c5226e

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

1212
logger = get_logger(__name__)
1313

@@ -30,6 +30,7 @@ def _output(self, *args, **kwargs):
3030

3131

3232
class VMSSStart(_Start):
33+
from azure.cli.core.aaz import has_value
3334

3435
def pre_operations(self):
3536
args = self.ctx.args

0 commit comments

Comments
 (0)