Skip to content

Commit

Permalink
Azure security insights - dataConnectors required bug fix props and e… (
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 3773ec2 commit f0d7b61
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,20 @@
},
"type": "array"
}
}
},
"required": [
"title",
"publisher",
"descriptionMarkdown",
"graphQueriesTableName",
"graphQueries",
"sampleQueries",
"dataTypes",
"connectivityCriteria",
"availability",
"permissions",
"instructionSteps"
]
},
"LastDataReceivedDataType": {
"description": "Data type for last data received",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"lastDataReceivedQuery": "{{graphQueriesTableName}}\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
"availability": {
"status": 1,
"isPreview": true
},
"connectivityCriteria": [
{
"type": "IsConnectedQuery",
Expand Down

0 comments on commit f0d7b61

Please sign in to comment.