Skip to content

Commit 2f584a9

Browse files
authored
Merge pull request #12860 from Azure/v-atulyadav/workbookkqlvalidation
Test workbook kql validation
2 parents 45e65a8 + e471d94 commit 2f584a9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.script/utils/schemas/workbooksMetadataSchema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@
4040
"type": "string"
4141
}
4242
]
43+
},
44+
"previewImages": {
45+
"type": "array",
46+
"items": [
47+
{
48+
"type": "string"
49+
}
50+
]
51+
},
52+
"previewImagesDark": {
53+
"type": "array",
54+
"items": [
55+
{
56+
"type": "string"
57+
}
58+
]
4359
},
4460
"version": {
4561
"type": "string"

Workbooks/WorkbooksMetadata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5456,6 +5456,14 @@
54565456
"TaniumWorkbookDiscoverBlack.png",
54575457
"TaniumWorkbookPatchWhite.png"
54585458
],
5459+
"previewImages": [
5460+
"TaniumWorkbookComplyWhite.png",
5461+
"TaniumWorkbookPatchWhite.png"
5462+
],
5463+
"previewImagesDark": [
5464+
"TaniumWorkbookComplyBlack.png",
5465+
"TaniumWorkbookDiscoverBlack.png"
5466+
],
54595467
"version": "2.0",
54605468
"title": "Tanium Workbook",
54615469
"templateRelativePath": "TaniumWorkbook.json",

0 commit comments

Comments
 (0)