From 6a52bba9226d19415b70686cb4bf7ad3dfd0222a Mon Sep 17 00:00:00 2001 From: Brian Delaney Date: Mon, 6 Jan 2025 09:28:03 -0500 Subject: [PATCH] update install version --- Deploy/deployui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploy/deployui.json b/Deploy/deployui.json index 7f48fb4..ee9ff25 100644 --- a/Deploy/deployui.json +++ b/Deploy/deployui.json @@ -546,7 +546,7 @@ "type": "Microsoft.Common.TextBox", "label": "STAT Function ZIP Package", "placeholder": "", - "defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.16/stat.zip", + "defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.21/stat.zip", "toolTip": "Full path to the STAT Function ZIP deployment package", "constraints": { "required": true, @@ -580,7 +580,7 @@ "STATConnectorName": "[coalesce(steps('namingStep').customNaming.statConnectorName, 'SentinelTriageAssistantv2')]", "STATConnectorDisplayName": "[coalesce(steps('namingStep').customNaming.statConnectorDisplayName, 'STAT v2')]", "storageAccountType": "Standard_LRS", - "FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.16/stat.zip')]", + "FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.21/stat.zip')]", "MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]", "M365Endpoint": "[coalesce(steps('apiStep').customApi.m365Api,'api.security.microsoft.com')]", "MDEEndpoint": "[coalesce(steps('apiStep').customApi.mdeApi,'api.securitycenter.microsoft.com')]",