1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #8831 from swindmill/devel

Add additional Azure Regions
This commit is contained in:
James Cammarata 2014-09-02 13:02:44 -05:00
commit 5b3c2097d8

View file

@ -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',