Skip to content

Commit 2c0b1bd

Browse files
committed
New package version
1 parent af0166b commit 2c0b1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Deploy/deployui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
"type": "Microsoft.Common.TextBox",
517517
"label": "STAT Function ZIP Package",
518518
"placeholder": "",
519-
"defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.2.0/stat.zip",
519+
"defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.3.0/stat.zip",
520520
"toolTip": "Full path to the STAT Function ZIP deployment package",
521521
"constraints": {
522522
"required": true,
@@ -550,7 +550,7 @@
550550
"STATConnectorName": "[coalesce(steps('namingStep').customNaming.statConnectorName, 'SentinelTriageAssistantv2')]",
551551
"STATConnectorDisplayName": "[coalesce(steps('namingStep').customNaming.statConnectorDisplayName, 'STAT v2')]",
552552
"storageAccountType": "Standard_LRS",
553-
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.2.0/stat.zip')]",
553+
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.3.0/stat.zip')]",
554554
"MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]",
555555
"M365Endpoint": "[coalesce(steps('apiStep').customApi.m365Api,'api.security.microsoft.com')]",
556556
"MDEEndpoint": "[coalesce(steps('apiStep').customApi.mdeApi,'api.securitycenter.microsoft.com')]",

0 commit comments

Comments
 (0)