Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Change LocationBasedServices to Map (#284)
Browse files Browse the repository at this point in the history
LocationBasedServices was deprecated, should be Maps
  • Loading branch information
Molly Moen authored and ppathan committed May 2, 2018
1 parent ed46c95 commit 36a6c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions solutions/remotemonitoring/armtemplates/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
},
{
"comments": "Azure Maps service",
"type": "Microsoft.LocationBasedServices/accounts",
"type": "Microsoft.Maps/accounts",
"sku": {
"name": "[variables('azureMapsPricingSpec')]"
},
Expand Down Expand Up @@ -1065,7 +1065,7 @@
"[resourceId('Microsoft.Compute/virtualMachines/extensions', parameters('vmName'), 'DockerExtension')]",
"[resourceId('Microsoft.Devices/Iothubs/', parameters('iotHubName'))]",
"[resourceId('Microsoft.DocumentDb/databaseAccounts/', parameters('documentDbName'))]",
"[resourceId('Microsoft.LocationBasedServices/accounts', variables('azureMapsName'))]",
"[resourceId('Microsoft.Maps/accounts', variables('azureMapsName'))]",
"[variables('eventHubNamespaceResourceId')]"
],
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion solutions/remotemonitoring/armtemplates/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
},
{
"comments": "Azure Maps service",
"type": "Microsoft.LocationBasedServices/accounts",
"type": "Microsoft.Maps/accounts",
"sku": {
"name": "[variables('azureMapsPricingSpec')]"
},
Expand Down

0 comments on commit 36a6c34

Please sign in to comment.