Add new Azure Dubai region (#40)

This commit is contained in:
Sergi Castro 2019-07-01 23:16:12 +02:00 committed by Ignasi Barrera
parent 753bd8d781
commit 5fd4d7a1eb
1 changed files with 2 additions and 1 deletions

View File

@ -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;