Skip to content

Commit 296a219

Browse files
committed
fix(TacitRed-Defender-TI): Change API versions to match working SentinelOne pattern
Changed API versions from 2025-09-01 to 2023-04-01-preview for: - contentTemplates (Function App and Playbook) - contentPackages This matches the working SentinelOne and CrowdStrike solutions that are successfully loading playbooks in Content Hub. Reference: PR Azure#13267 (SentinelOne) and PR Azure#13269 (CrowdStrike) as requested by Microsoft reviewer
1 parent a067b88 commit 296a219

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

Solutions/TacitRed-Defender-ThreatIntelligence/Package/mainTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"resources": [
6060
{
6161
"type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates",
62-
"apiVersion": "2025-09-01",
62+
"apiVersion": "2023-04-01-preview",
6363
"name": "[variables('playbookTemplateSpecName1')]",
6464
"location": "[parameters('workspace-location')]",
6565
"dependsOn": [
@@ -303,7 +303,7 @@
303303
},
304304
{
305305
"type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates",
306-
"apiVersion": "2025-09-01",
306+
"apiVersion": "2023-04-01-preview",
307307
"name": "[variables('playbookTemplateSpecName2')]",
308308
"location": "[parameters('workspace-location')]",
309309
"dependsOn": [
@@ -502,7 +502,7 @@
502502
},
503503
{
504504
"type": "Microsoft.OperationalInsights/workspaces/providers/contentPackages",
505-
"apiVersion": "2025-09-01",
505+
"apiVersion": "2023-04-01-preview",
506506
"location": "[parameters('workspace-location')]",
507507
"properties": {
508508
"version": "3.0.0",

0 commit comments

Comments
 (0)