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:
commit
5b3c2097d8
1 changed files with 10 additions and 6 deletions
|
@ -145,15 +145,19 @@ import sys
|
|||
import time
|
||||
from urlparse import urlparse
|
||||
|
||||
AZURE_LOCATIONS = ['East Asia',
|
||||
'Southeast Asia',
|
||||
'Brazil South',
|
||||
AZURE_LOCATIONS = ['South Central US',
|
||||
'Central US',
|
||||
'East US 2',
|
||||
'East US',
|
||||
'West US',
|
||||
'North Central US',
|
||||
'North Europe',
|
||||
'West Europe',
|
||||
'East Asia',
|
||||
'Southeast Asia',
|
||||
'Japan West',
|
||||
'East US',
|
||||
'South Central US',
|
||||
'West US']
|
||||
'Japan East',
|
||||
'Brazil South']
|
||||
|
||||
AZURE_ROLE_SIZES = ['ExtraSmall',
|
||||
'Small',
|
||||
|
|
Loading…
Reference in a new issue