Fixing ServiceBus template name, and Generic JSON WebHook binding metadata

This commit is contained in:
Mathew Charles 2016-03-25 17:51:07 -07:00
Родитель cab8738d52
Коммит e95dc94fc5
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -228,8 +228,8 @@
"display": "Slack"
},
{
"value": "generic",
"display": "Generic"
"value": "genericJson",
"display": "Generic JSON"
}
],
"label": "Is this a WebHook? If so, what type of webhook is it?",

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

@ -1,5 +1,5 @@
{
"name": "ServiceBusQueueTrigger Nodejs Function",
"name": "ServiceBusQueueTrigger - Node",
"description": "A Node.JS function that will be run whenever a message is added to a specified Service Bus queue",
"defaultFunctionName": "ServiceBusQueueTriggerNodeJS",
"language": "JavaScript",