Skip to content

Commit 1980457

Browse files
committed
point to v2.1 package
1 parent b1ce8d7 commit 1980457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Deploy/deployui.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
"type": "Microsoft.Common.TextBox",
547547
"label": "STAT Function ZIP Package",
548548
"placeholder": "",
549-
"defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.21/stat.zip",
549+
"defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.1.0/stat.zip",
550550
"toolTip": "Full path to the STAT Function ZIP deployment package",
551551
"constraints": {
552552
"required": true,
@@ -580,7 +580,7 @@
580580
"STATConnectorName": "[coalesce(steps('namingStep').customNaming.statConnectorName, 'SentinelTriageAssistantv2')]",
581581
"STATConnectorDisplayName": "[coalesce(steps('namingStep').customNaming.statConnectorDisplayName, 'STAT v2')]",
582582
"storageAccountType": "Standard_LRS",
583-
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.21/stat.zip')]",
583+
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.1.0/stat.zip')]",
584584
"MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]",
585585
"M365Endpoint": "[coalesce(steps('apiStep').customApi.m365Api,'api.security.microsoft.com')]",
586586
"MDEEndpoint": "[coalesce(steps('apiStep').customApi.mdeApi,'api.securitycenter.microsoft.com')]",

Modules/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"RelatedAlerts": "0.3.0",
1010
"RunPlaybook": "0.0.1",
1111
"ScoringModule": "0.1.0",
12-
"STATConnector": "1.5.1",
13-
"STATFunction": "2.0.14",
12+
"STATConnector": "2.1.0",
13+
"STATFunction": "2.1.0",
1414
"TIModule": "0.2.0",
1515
"UEBAModule": "0.1.1",
1616
"WatchlistModule": "0.1.0"

0 commit comments

Comments
 (0)