Skip to content

Commit

Permalink
fix validations
Browse files Browse the repository at this point in the history
  • Loading branch information
sazeesha committed Aug 19, 2016
1 parent 773e272 commit 5b7bbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"variables":{
"location":"[resourceGroup().location]",
"ehVersion":"[parameters('serviceBusApiVersion')]",
"ehVersion":"[parameters('apiVersion')]",
"defaultSASKeyName":"RootManageSharedAccessKey",
"authRuleResourceId":"[resourceId('Microsoft.EventHub/namespaces/authorizationRules', parameters('namespaceName'), variables('defaultSASKeyName'))]"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"itemDisplayName": "Create EventHubs namespace, Event Hub, consumer group and authorizationRules",
"itemDisplayName": "Create EventHubs authorizationRules",
"description": "This template enables you to deploy a EventHubs Standard namespace, an Event Hub, a consumer group and authorizationRules",
"summary": "This template creates a EventHubs namespace, an Event Hub, a consumer group and authorizationRules",
"githubUsername": "sazeesha",
Expand Down

0 comments on commit 5b7bbe9

Please sign in to comment.