Alerting: Fix notifications for Microsoft Teams (#53810)

This commit fixes notifications for Microsoft Teams where notifications
would just contain "Card" rather than the title.
This commit is contained in:
George Robinson
2022-08-17 16:46:46 +01:00
committed by GitHub
parent 57d87389e0
commit 6d69d7acb8
3 changed files with 10 additions and 3 deletions
@@ -2229,6 +2229,7 @@ var expNonEmailNotifications = map[string][]string{
"contentType": "application/vnd.microsoft.card.adaptive"
}
],
"summary": "[FIRING:1] TeamsAlert (default)",
"type": "message"
}`,
},