Skip to content

Commit

Permalink
Merge pull request #3290 from Microsoft/users/hiyada/AzureRGLocations
Browse files Browse the repository at this point in the history
adding new location to AzureRG
  • Loading branch information
hiyadav authored Dec 22, 2016
2 parents 42996c0 + f8c11b5 commit 331a662
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Tasks/DeployAzureResourceGroup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
"Australia East": "Australia East",
"Australia Southeast": "Australia Southeast",
"Brazil South": "Brazil South",
"Canada Central": "Canada Central",
"Canada East": "Canada East",
"Central India": "Central India",
"Central US": "Central US",
"East Asia": "East Asia",
"East US": "East US",
Expand All @@ -154,9 +157,15 @@
"North Central US": "North Central US",
"North Europe": "North Europe",
"South Central US": "South Central US",
"South India": "South India",
"Southeast Asia": "Southeast Asia",
"UK South": "UK South",
"UK West": "UK West",
"West Central US": "West Central US",
"West Europe": "West Europe",
"West US": "West US"
"West India": "West India",
"West US": "West US",
"West US 2": "West US 2"
},
"properties": {
"EditableOptions": "True"
Expand Down Expand Up @@ -289,4 +298,4 @@
"ARG_SetExtensionFailedForVm": "Unable to set the custom script extension '{0}' for virtual machine '{1}': {2}",
"ARG_DeploymentPrereqFailed": "Failed to enable deployment prerequisites. {0}"
}
}
}
11 changes: 10 additions & 1 deletion Tasks/DeployAzureResourceGroup/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
"Australia East": "Australia East",
"Australia Southeast": "Australia Southeast",
"Brazil South": "Brazil South",
"Canada Central": "Canada Central",
"Canada East": "Canada East",
"Central India": "Central India",
"Central US": "Central US",
"East Asia": "East Asia",
"East US": "East US",
Expand All @@ -154,9 +157,15 @@
"North Central US": "North Central US",
"North Europe": "North Europe",
"South Central US": "South Central US",
"South India": "South India",
"Southeast Asia": "Southeast Asia",
"UK South": "UK South",
"UK West": "UK West",
"West Central US": "West Central US",
"West Europe": "West Europe",
"West US": "West US"
"West India": "West India",
"West US": "West US",
"West US 2": "West US 2"
},
"properties": {
"EditableOptions": "True"
Expand Down

0 comments on commit 331a662

Please sign in to comment.