Skip to content

Commit 61d3db9

Browse files
committed
Update custom.py
1 parent d1a5844 commit 61d3db9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4247,7 +4247,7 @@ def update_vmss(cmd, resource_group_name, name, license_type=None, no_wait=False
42474247
else:
42484248
vmss.sku.name = vm_sku
42494249

4250-
sku_profile = dict()
4250+
sku_profile = {}
42514251
if skuprofile_vmsizes is not None or skuprofile_allostrat is not None:
42524252
if skuprofile_vmsizes is not None:
42534253
sku_profile_vmsizes_list = []

0 commit comments

Comments
 (0)