Skip to content

Commit eae7708

Browse files
author
weiliu2
committed
use as default vm size and clear the test cases
1 parent c5bd23f commit eae7708

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

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

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

4545
# vm size
46-
CONST_DEFAULT_NODE_VM_SIZE = "Standard_DS2_v2"
47-
CONST_DEFAULT_WINDOWS_NODE_VM_SIZE = "Standard_D2s_v3"
46+
CONST_DEFAULT_NODE_VM_SIZE = ""
47+
CONST_DEFAULT_WINDOWS_NODE_VM_SIZE = ""
4848

4949
# gpu instance
5050
CONST_GPU_INSTANCE_PROFILE_MIG1_G = "MIG1g"

0 commit comments

Comments
 (0)