From 0d5dbc566d787c45a33fc242411f94599dcf0d99 Mon Sep 17 00:00:00 2001 From: Danny Elliott Date: Tue, 3 Oct 2023 13:32:30 -0300 Subject: [PATCH] set MS Graph default API to legacy alert endpoint --- stix_shifter_modules/azure_sentinel/configuration/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix_shifter_modules/azure_sentinel/configuration/config.json b/stix_shifter_modules/azure_sentinel/configuration/config.json index 667bf753b..f88c6b275 100644 --- a/stix_shifter_modules/azure_sentinel/configuration/config.json +++ b/stix_shifter_modules/azure_sentinel/configuration/config.json @@ -26,7 +26,7 @@ "options": { "alert": { "type": "boolean", - "default": false + "default": true }, "alertV2": { "type": "boolean",