This is an automated email from the ASF dual-hosted git repository.
destevez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new c267007 Adds new Azure regions for South Africa
c267007 is described below
commit c2670079fabe74f163f43fbade0866469f7a84ec
Author: Dani Estevez <[email protected]>
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;