From bb1f38f5e5c8769fc21692cf7370cb83e8cedf46 Mon Sep 17 00:00:00 2001 From: Jonathan Idland Olsnes <73334350+Jonathanio123@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:18:01 +0100 Subject: [PATCH] fix: Added missing mail section in function.template.json --- .../Deployment/function.template.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Fusion.Summary.Functions/Deployment/function.template.json b/src/Fusion.Summary.Functions/Deployment/function.template.json index e74d92b5b..3cdebdf69 100644 --- a/src/Fusion.Summary.Functions/Deployment/function.template.json +++ b/src/Fusion.Summary.Functions/Deployment/function.template.json @@ -166,6 +166,10 @@ "name": "Endpoints_roles", "value": "[parameters('settings').endpoints.roles]" }, + { + "name": "Endpoints_mail", + "value": "[parameters('settings').endpoints.mail]" + }, { "name": "Endpoints_Resources_Fusion", "value": "[parameters('settings').resources.fusion]"