add additional Azure Regions
This commit is contained in:
parent
69e7999586
commit
0c8576bdd2
1 changed files with 10 additions and 6 deletions
|
@ -145,15 +145,19 @@ import sys
|
||||||
import time
|
import time
|
||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
|
|
||||||
AZURE_LOCATIONS = ['East Asia',
|
AZURE_LOCATIONS = ['South Central US',
|
||||||
'Southeast Asia',
|
'Central US',
|
||||||
'Brazil South',
|
'East US 2',
|
||||||
|
'East US',
|
||||||
|
'West US',
|
||||||
|
'North Central US',
|
||||||
'North Europe',
|
'North Europe',
|
||||||
'West Europe',
|
'West Europe',
|
||||||
|
'East Asia',
|
||||||
|
'Southeast Asia',
|
||||||
'Japan West',
|
'Japan West',
|
||||||
'East US',
|
'Japan East',
|
||||||
'South Central US',
|
'Brazil South']
|
||||||
'West US']
|
|
||||||
|
|
||||||
AZURE_ROLE_SIZES = ['ExtraSmall',
|
AZURE_ROLE_SIZES = ['ExtraSmall',
|
||||||
'Small',
|
'Small',
|
||||||
|
|
Loading…
Reference in a new issue