Skip to content

Commit fe85c05

Browse files
committed
fix: Regenerate package with V3 tool - December 2025 API versions
1 parent 5dc3bed commit fe85c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
2 Bytes
Binary file not shown.

Solutions/TacitRed-SentinelOne/Package/mainTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"location": {
7171
"type": "string",
72-
"defaultValue": "[[variables('workspace-location-inline')]]"
72+
"defaultValue": "[resourceGroup().location]"
7373
},
7474
"TacitRed_ApiKey": {
7575
"type": "securestring",
@@ -107,8 +107,8 @@
107107
}
108108
},
109109
"variables": {
110-
"workspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace'))]",
111-
"workspace-location-inline": "[parameters('workspace-location')]",
110+
"workspaceResourceId": "[[resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace'))]",
111+
"workspace-location-inline": "[concat('[resourceGroup().locatio', 'n]')]",
112112
"workspace-name": "[parameters('workspace')]"
113113
},
114114
"resources": [

0 commit comments

Comments
 (0)