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 2019/07/01 21:16:56 UTC

[jclouds] branch master updated: Add new Azure Dubai region (#40)

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

nacx 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 5fd4d7a  Add new Azure Dubai region (#40)
5fd4d7a is described below

commit 5fd4d7a1ebbdc1353997cde203aefd9e18acfdc1
Author: Sergi Castro <se...@gmail.com>
AuthorDate: Mon Jul 1 23:16:12 2019 +0200

    Add new Azure Dubai region (#40)
---
 .../src/main/java/org/jclouds/azurecompute/arm/domain/Region.java      | 3 ++-
 1 file changed, 2 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 fc5541d..4ec08b2 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
@@ -68,7 +68,8 @@ public enum Region {
    FRANCE_CENTRAL("France Central", "FR-IDF"), 
    FRANCE_SOUTH("France South", "FR-PAC"),
    SOUTH_AFRICA_NORTH("South Africa North", "ZA-GT"),
-   SOUTH_AFRICA_WEST("South Africa West", "ZA-WC");
+   SOUTH_AFRICA_WEST("South Africa West", "ZA-WC"),
+   UAE_NORTH("UAE North", "AE-DU");
 
    private final String name;