Skip to content

Commit

Permalink
Update deployui.json
Browse files Browse the repository at this point in the history
  • Loading branch information
briandelmsft authored Oct 29, 2024
1 parent b0602a1 commit 41c5f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deploy/deployui.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/stat.zip",
"defaultValue": "https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.14/stat.zip",
"toolTip": "Full path to the STAT Function ZIP deployment package",
"constraints": {
"required": true,
Expand Down Expand Up @@ -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.8/stat.zip')]",
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.0.14/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')]",
Expand Down

0 comments on commit 41c5f84

Please sign in to comment.