Skip to content

Commit

Permalink
use AZURE_GERMANY insteadof AZURE_GERMAN
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy committed Jun 15, 2016
1 parent 6c8f63a commit 738d121
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ public AzureEnvironment(
"https://management.usgovcloudapi.net/");

/**
* Provides the settings for authentication with Azure German.
* Provides the settings for authentication with Azure Germany.
*/
public static final AzureEnvironment AZURE_GERMAN = new AzureEnvironment(
public static final AzureEnvironment AZURE_GERMANY = new AzureEnvironment(
"https://login.microsoftonline.de/",
"https://management.core.cloudapi.de/",
true,
Expand Down

0 comments on commit 738d121

Please sign in to comment.