Alerting: Fix notifications for Microsoft Teams (#53810) (#53843)

This commit fixes notifications for Microsoft Teams where notifications
would just contain "Card" rather than the title.

(cherry picked from commit 6d69d7acb8)

Co-authored-by: George Robinson <george.robinson@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-08-17 17:01:47 +01:00
committed by GitHub
co-authored by George Robinson
parent 732daac119
commit f6d7731dc1
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"
}`,
},