From f903d4504d229ea9b52d563a30594e5742260983 Mon Sep 17 00:00:00 2001 From: mchupeau-sk Date: Mon, 6 Jul 2026 12:13:01 +0200 Subject: [PATCH] Fix version formatting in msteams_notification.json --- playbooks/templates/msteams_notification.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/templates/msteams_notification.json b/playbooks/templates/msteams_notification.json index 5eafe797..2c80ef2b 100644 --- a/playbooks/templates/msteams_notification.json +++ b/playbooks/templates/msteams_notification.json @@ -235,7 +235,7 @@ "msteams": { "width": "Full" }, - "version": "\"1.4\"" + "version": "1.4" }, "contentUrl": null, "contentType": "application/vnd.microsoft.card.adaptive" @@ -255,4 +255,4 @@ }, "workspace": "Operation Center", "description": "Notify via Microsoft Teams when new alerts are created." -} \ No newline at end of file +}