fix deploy.json
This commit is contained in:
dwas01 2019-09-11 04:19:19 +12:00
Родитель 5a23196b99
Коммит c9300aee67
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -315,10 +315,10 @@
},
"sharedAccessPolicyPrimaryKey": {
"type": "string",
"value": "[listkeys(variables('authRuleResourceId'), variables('apiVersion')).primaryKey]"
},
"metadata": {
"description": "The shared access policy primary key for the EventHub Namespace"
"value": "[listkeys(variables('authRuleResourceId'), variables('apiVersion')).primaryKey]",
"metadata": {
"description": "The shared access policy primary key for the EventHub Namespace"
}
}
}
}