From 043270f223d9f7aa990834fa27d949964e5d65ac Mon Sep 17 00:00:00 2001 From: Manish Kumar <97503740+manishkumar1991@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:55:26 +0530 Subject: [PATCH] Update function.json --- .../RemoveInboxRule/function.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solutions/Microsoft Defender for Office 365/Playbooks/CustomConnector/O365_Defender_FunctionAppConnector/RemoveInboxRule/function.json b/Solutions/Microsoft Defender for Office 365/Playbooks/CustomConnector/O365_Defender_FunctionAppConnector/RemoveInboxRule/function.json index 80ed1ba3052..a1cbeb5518e 100644 --- a/Solutions/Microsoft Defender for Office 365/Playbooks/CustomConnector/O365_Defender_FunctionAppConnector/RemoveInboxRule/function.json +++ b/Solutions/Microsoft Defender for Office 365/Playbooks/CustomConnector/O365_Defender_FunctionAppConnector/RemoveInboxRule/function.json @@ -1,7 +1,7 @@ { "bindings": [ { - "authLevel": "FUNCTION", + "authLevel": "function", "type": "httpTrigger", "direction": "in", "name": "Request", @@ -16,4 +16,4 @@ "name": "Response" } ] -} \ No newline at end of file +}