Skip to content

Commit

Permalink
Merge pull request Azure#4614 from IronCore864/fix-location-for-event…
Browse files Browse the repository at this point in the history
…hub-template

fix location error for eventhub template
  • Loading branch information
bmoore-msft authored May 15, 2018
2 parents 64817df + 9140bb1 commit 4048692
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"apiVersion": "2017-04-01",
"name": "[parameters('eventHubNamespaceName')]",
"type": "Microsoft.EventHub/Namespaces",
"location": "[resourceGroup().location]",
"sku": {
"name": "Standard",
"tier": "Standard"
Expand Down

0 comments on commit 4048692

Please sign in to comment.