Repository: jclouds
Updated Branches:
  refs/heads/2.1.x ef4869848 -> 0ae9e5a09


Adds new Generally Available azure locations for Australia and France


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/0ae9e5a0
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/0ae9e5a0
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/0ae9e5a0

Branch: refs/heads/2.1.x
Commit: 0ae9e5a0942497484dedd200ca04805990369692
Parents: ef48698
Author: Dani Estevez <[email protected]>
Authored: Thu Jun 21 16:32:19 2018 -0400
Committer: Ignasi Barrera <[email protected]>
Committed: Tue Jun 26 09:01:59 2018 +0200

----------------------------------------------------------------------
 .../main/java/org/jclouds/azurecompute/arm/domain/Region.java  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/0ae9e5a0/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
----------------------------------------------------------------------
diff --git 
a/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
 
b/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
index c65ae59..ea607a0 100644
--- 
a/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
+++ 
b/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
@@ -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;
 

Reply via email to