Skip to content

Commit

Permalink
Adding Canadian locations (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Gordonby <gordon.byers@microsoft.com>

Signed-off-by: Gordonby <gordon.byers@microsoft.com>
  • Loading branch information
Gordon Byers authored Jan 17, 2023
1 parent 9a6cbcc commit 3973a11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion helper/src/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
{ "key": "EastUS2", "text": "East US2" },
{ "key": "WestUS", "text": "West US" },
{ "key": "WestUS2", "text": "West US2" },
{ "key": "WestCentralUS", "text": "West Central US" }
{ "key": "WestCentralUS", "text": "West Central US" },
{ "key": "canada", "text": "Canada", "itemType": 2 },
{ "key": "CanadaCentral", "text": "Canada Central" },
{ "key": "CanadaEast", "text": "Canada East" }
]

0 comments on commit 3973a11

Please sign in to comment.