mirror of https://github.com/apache/jclouds.git
Add new Azure Dubai region (#40)
This commit is contained in:
parent
753bd8d781
commit
5fd4d7a1eb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue