Skip to content

Commit

Permalink
fix schema generation failure for securityinsights (#10038)
Browse files Browse the repository at this point in the history
  • Loading branch information
leni-msft authored Jul 8, 2020
1 parent 5a73005 commit e60f1b4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1702,11 +1702,7 @@
"description": "Alerts data type for data connectors.",
"properties": {
"alerts": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorDataTypeCommon"
}
],
"$ref": "#/definitions/DataConnectorDataTypeCommon",
"description": "Alerts data type connection.",
"type": "object"
}
Expand Down

0 comments on commit e60f1b4

Please sign in to comment.