Change default SKU to one which is actually available

This commit is contained in:
David Kydd 2019-05-13 10:55:47 +12:00
Родитель 4c53775fe6
Коммит 4a9c2207e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -578,7 +578,7 @@ class AzureBatchConfig(object):
return 20
def default_vm_sku(self):
return "STANDARD_A1"
return "STANDARD_D3_V2"
def convert_timezone_naive_expireson_to_utc(self, token):
# we want to store token expiry times as UTC for consistency