Skip to content

Commit b189591

Browse files
alondanochAlon Danoch
andauthored
Azure security insights - dataConnectors required bug fix props and e… (Azure#14283)
* Azure security insights - dataConnectors required bug fix props and example * Azure security insights - dataConnectors example pretter fix Co-authored-by: Alon Danoch <adanoch@microsoft.com>
1 parent 628ab50 commit b189591

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/dataConnectors.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,20 @@
12471247
},
12481248
"type": "array"
12491249
}
1250-
}
1250+
},
1251+
"required": [
1252+
"title",
1253+
"publisher",
1254+
"descriptionMarkdown",
1255+
"graphQueriesTableName",
1256+
"graphQueries",
1257+
"sampleQueries",
1258+
"dataTypes",
1259+
"connectivityCriteria",
1260+
"availability",
1261+
"permissions",
1262+
"instructionSteps"
1263+
]
12511264
},
12521265
"LastDataReceivedDataType": {
12531266
"description": "Data type for last data received",

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/examples/dataConnectors/CreateGenericUI.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"lastDataReceivedQuery": "{{graphQueriesTableName}}\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
3434
}
3535
],
36+
"availability": {
37+
"status": 1,
38+
"isPreview": true
39+
},
3640
"connectivityCriteria": [
3741
{
3842
"type": "IsConnectedQuery",

0 commit comments

Comments
 (0)