You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2018/06/26 07:01:45 UTC

jclouds git commit: Adds new Generally Available azure locations for Australia and France

Repository: jclouds
Updated Branches:
  refs/heads/master 6b4be0d68 -> 23e783e0c


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/23e783e0
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/23e783e0
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/23e783e0

Branch: refs/heads/master
Commit: 23e783e0cf01666d3c4c6ee31c7d026d57ac19c3
Parents: 6b4be0d
Author: Dani Estevez <co...@danielestevez.com>
Authored: Thu Jun 21 16:32:19 2018 -0400
Committer: Ignasi Barrera <na...@apache.org>
Committed: Tue Jun 26 09:01:20 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/23e783e0/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;