Skip to content

Commit d65d826

Browse files
committed
[Fix] - Fixed import show function
1 parent 1aaaa3c commit d65d826

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/vm

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ def get_instance_view(cmd, resource_group_name, vm_name, include_user_data=False
13871387

13881388

13891389
def get_vm_by_aaz(cmd, resource_group_name, vm_name, expand=None):
1390-
from .aaz.latest.vm._show import Show
1390+
from .aaz.latest.vm import Show
13911391
command_args = {
13921392
'resource_group': resource_group_name,
13931393
'vm_name': vm_name,

0 commit comments

Comments
 (0)