Skip to content

Commit 1e12f3d

Browse files
committed
correct category and apiVersion values
1 parent 0813ff9 commit 1e12f3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Solutions/Visa Threat Intelligence (VTI)/Package/mainTemplate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
},
155155
{
156156
"type": "Microsoft.OperationalInsights/workspaces/providers/metadata",
157-
"apiVersion": "2022-01-01-preview",
157+
"apiVersion": "2023-04-01-preview",
158158
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('AnalyticsRule-', last(split(variables('analyticRuleObject1').analyticRuleId1,'/'))))]",
159159
"properties": {
160160
"description": "Visa Threat Intelligence (VTI) Analytics Rule 1",
@@ -284,7 +284,7 @@
284284
},
285285
{
286286
"type": "Microsoft.OperationalInsights/workspaces/providers/metadata",
287-
"apiVersion": "2022-01-01-preview",
287+
"apiVersion": "2023-04-01-preview",
288288
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('AnalyticsRule-', last(split(variables('analyticRuleObject2').analyticRuleId2,'/'))))]",
289289
"properties": {
290290
"description": "Visa Threat Intelligence (VTI) Analytics Rule 2",
@@ -359,7 +359,7 @@
359359
},
360360
{
361361
"type": "Microsoft.OperationalInsights/workspaces/providers/metadata",
362-
"apiVersion": "2022-01-01-preview",
362+
"apiVersion": "2023-04-01-preview",
363363
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('Workbook-', last(split(variables('workbookId1'),'/'))))]",
364364
"properties": {
365365
"description": ".description",
@@ -458,7 +458,7 @@
458458
],
459459
"categories": {
460460
"domains": [
461-
"Threat Intelligence"
461+
"Security - Threat Intelligence"
462462
]
463463
}
464464
},

Solutions/Visa Threat Intelligence (VTI)/SolutionMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lastPublishDate": "2026-02-20",
66
"providers": ["Visa"],
77
"categories": {
8-
"domains" : ["Threat Intelligence"],
8+
"domains" : ["Security - Threat Intelligence"],
99
"verticals": []
1010
},
1111
"support": {

0 commit comments

Comments
 (0)