Alerting: Fix width of Adapative Cards in Teams notifications (#53996)

This commit is contained in:
George Robinson
2022-08-22 16:04:22 +01:00
committed by GitHub
parent 2caaa7fba2
commit e163a976fa
3 changed files with 36 additions and 5 deletions
@@ -2224,7 +2224,10 @@ var expNonEmailNotifications = map[string][]string{
}
],
"type": "AdaptiveCard",
"version": "1.4"
"version": "1.4",
"msTeams": {
"width": "Full"
}
},
"contentType": "application/vnd.microsoft.card.adaptive"
}