Skip to content

Commit a807914

Browse files
author
weiliu2
committed
set default empty string
1 parent d31f24e commit a807914

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/acs

src/azure-cli/azure/cli/command_modules/acs/_consts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
CONST_AVAILABILITY_SET = "AvailabilitySet"
4343

4444
# vm size
45-
CONST_DEFAULT_NODE_VM_SIZE = "Standard_DS2_v2"
46-
CONST_DEFAULT_WINDOWS_NODE_VM_SIZE = "Standard_D2s_v3"
45+
CONST_DEFAULT_NODE_VM_SIZE = ""
46+
CONST_DEFAULT_WINDOWS_NODE_VM_SIZE = ""
4747

4848
# gpu instance
4949
CONST_GPU_INSTANCE_PROFILE_MIG1_G = "MIG1g"

0 commit comments

Comments
 (0)