Fixing ServiceBus template name, and Generic JSON WebHook binding metadata
This commit is contained in:
Родитель
cab8738d52
Коммит
e95dc94fc5
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче