You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by de...@apache.org on 2019/03/21 16:21:16 UTC

[jclouds] branch 2.1.x updated: Adds new Azure regions for South Africa

This is an automated email from the ASF dual-hosted git repository.

destevez pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/2.1.x by this push:
     new 1588ef7  Adds new Azure regions for South Africa
1588ef7 is described below

commit 1588ef7f7ee8f5b38c72fab0fa60b529a50d003c
Author: Dani Estevez <co...@danielestevez.com>
AuthorDate: Fri Mar 15 14:47:35 2019 -0400

    Adds new Azure regions for South Africa
---
 .../src/main/java/org/jclouds/azurecompute/arm/domain/Region.java     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 b448ca3..fc5541d 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
@@ -66,7 +66,9 @@ public enum Region {
    CANADA_CENTRAL("Canada Central", "CA-ON"),
    CANADA_EAST("Canada East", "CA-QC"),
    FRANCE_CENTRAL("France Central", "FR-IDF"), 
-   FRANCE_SOUTH("France South", "FR-PAC");
+   FRANCE_SOUTH("France South", "FR-PAC"),
+   SOUTH_AFRICA_NORTH("South Africa North", "ZA-GT"),
+   SOUTH_AFRICA_WEST("South Africa West", "ZA-WC");
 
    private final String name;