Adds new Generally Available azure locations for Australia and France

This commit is contained in:
Dani Estevez 2018-06-21 16:32:19 -04:00 committed by Ignasi Barrera
parent 6b4be0d686
commit 23e783e0cf
1 changed files with 5 additions and 1 deletions

View File

@ -54,13 +54,17 @@ public enum Region {
BRAZIL_SOUTH("Brazil South", "BR"),
AUSTRALIA_EAST("Australia East", "AU-NSW"),
AUSTRALIA_SOUTH_EAST("Australia Southeast", "AU-VIC"),
AUSTRALIA_CENTRAL("Australia Central", "AU-ACT"),
AUSTRALIA_CENTRAL_2("Australia Central 2", "AU-ACT"),
CENTRAL_INDIA("Central India", "IN-GA"),
SOUTH_INDIA("South India", "IN-TN"),
WEST_INDIA("West India", "IN-MH"),
CHINA_EAST("China East", "CN-SH"),
CHINA_NORTH("China North", "CN-BJ"),
CANADA_CENTRAL("Canada Central", "CA-ON"),
CANADA_EAST("Canada East", "CA-QC");
CANADA_EAST("Canada East", "CA-QC"),
FRANCE_CENTRAL("France Central", "FR-IDF"),
FRANCE_SOUTH("France South", "FR-PAC");
private final String name;