From a202022679668a90b3451b16763dabd65464fde2 Mon Sep 17 00:00:00 2001 From: Jonathan Idland Olsnes <73334350+Jonathanio123@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:54:29 +0200 Subject: [PATCH] Changed deploy template --- .../Deployment/function.template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fusion.Summary.Functions/Deployment/function.template.json b/src/Fusion.Summary.Functions/Deployment/function.template.json index d82958fd2..a21b57314 100644 --- a/src/Fusion.Summary.Functions/Deployment/function.template.json +++ b/src/Fusion.Summary.Functions/Deployment/function.template.json @@ -13,7 +13,7 @@ "clientSecret": "", "serviceBus": "" }, - "department_filter": "PRD", + "departmentFilter": "PRD", "endpoints": { "lineorg": "https://fusion-s-lineorg-ci.azurewebsites.net", "org": "https://fusion-s-org-ci.azurewebsites.net", @@ -172,7 +172,7 @@ }, { "name": "department_filter", - "value": "[parameters('settings').department_filter]" + "value": "[parameters('settings').departmentFilter]" } ] }