[Documentation]Fix NotificationHub function.json example
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Documentation [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-notification-hubs#functionjson-file-example) needs to be updated to remove tagExpression.
```
{
"bindings": [
{
"type": "notificationHub",
"direction": "out",
"name": "notification",
"hubName": "my-notification-hub",
"connection": "MyHubConnectionString",
"platform": "gcm"
}
],
"disabled": false
}
```
Remove tagExpression
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.