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 2017/02/16 13:51:39 UTC

jclouds-labs git commit: Adds new available Azure locations according to https://azure.microsoft.com/en-ca/regions/

Repository: jclouds-labs
Updated Branches:
  refs/heads/master b62ff8d9a -> 83c58388e


Adds new available Azure locations according to https://azure.microsoft.com/en-ca/regions/


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/83c58388
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/83c58388
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/83c58388

Branch: refs/heads/master
Commit: 83c58388e6339d88bd4be94fa78146133acb9ee2
Parents: b62ff8d
Author: Daniel Estevez <co...@danielestevez.com>
Authored: Wed Feb 15 17:43:05 2017 -0500
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Feb 16 14:51:04 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/jclouds/azurecompute/arm/domain/Region.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/83c58388/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
----------------------------------------------------------------------
diff --git a/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java b/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
index a4453f5..c7d5718 100644
--- a/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
+++ b/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Region.java
@@ -38,11 +38,17 @@ public enum Region {
    US_GOV_VIRGINIA("US Gov Virginia", "US-VA"),
    NORTH_CENTRAL_US("North Central US", "US-IL"),
    SOUTH_CENTRAL_US("South Central US", "US-TX"),
+   WEST_CENTRAL_US("West Central US", "US-WY"),
    WEST_US("West US", "US-CA"),
+   WEST_US_2("West US 2", "US-WA"),
    NORTH_EUROPE("North Europe", "IE"),
+   UK_SOUTH("UK South", "GB-LND"),
+   UK_WEST("UK West", "GB-CRF"),
    WEST_EUROPE("West Europe", "NL"),
    EAST_ASIA("East Asia", "HK"),
    SOUTH_EAST_ASIA("Southeast Asia", "SG"),
+   KOREA_CENTRAL("Korea Central", "KR-11"),
+   KOREA_SOUTH("Korea South", "KR-26"),
    JAPAN_EAST("Japan East", "JP-11"),
    JAPAN_WEST("Japan West", "JP-27"),
    BRAZIL_SOUTH("Brazil South", "BR"),