diff --git a/Deploy/deployui.json b/Deploy/deployui.json index b443ca8..6d54284 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.14/stat.zip", + "defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.16/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.14/stat.zip')]", + "FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.16/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')]", diff --git a/Modules/versions.json b/Modules/versions.json index 34fce4a..8c68317 100644 --- a/Modules/versions.json +++ b/Modules/versions.json @@ -10,7 +10,7 @@ "RunPlaybook": "0.0.1", "ScoringModule": "0.1.0", "STATConnector": "1.5.1", - "STATFunction": "2.0.1", + "STATFunction": "2.0.14", "TIModule": "0.2.0", "UEBAModule": "0.1.1", "WatchlistModule": "0.1.0"