Commit f978e0f
committed
TacitRed-Defender-ThreatIntelligence v3.0.2: Fix InvalidTemplate on hyphenated workspace names
- Remove non-standard 'workspace' parameter from FunctionApp inner template
- Change SENTINEL_WORKSPACE_ID to use variables('workspace-name') instead of
parameters('workspace'), matching the standard Content Hub pattern
- Fixes deployment error where hyphenated workspace names (e.g.
Sentinel-Defender-Prod-7) are parsed as arithmetic expressions in
resourceId() calls
- Bump version to 3.0.2
- Preserve 3.0.0 and 3.0.1 zip packages1 parent 99b3040 commit f978e0f
File tree
4 files changed
+7
-12
lines changed- Solutions/TacitRed-Defender-ThreatIntelligence
- Data
- Package
4 files changed
+7
-12
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
Binary file not shown.
Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 86 | | |
93 | 87 | | |
94 | 88 | | |
| |||
195 | 189 | | |
196 | 190 | | |
197 | 191 | | |
198 | | - | |
| 192 | + | |
199 | 193 | | |
200 | 194 | | |
201 | 195 | | |
| |||
283 | 277 | | |
284 | 278 | | |
285 | 279 | | |
286 | | - | |
| 280 | + | |
287 | 281 | | |
288 | 282 | | |
289 | 283 | | |
| |||
492 | 486 | | |
493 | 487 | | |
494 | 488 | | |
495 | | - | |
| 489 | + | |
496 | 490 | | |
497 | 491 | | |
498 | 492 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
0 commit comments