Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Spell check fixes
  • Loading branch information
roherzbe authored Jul 14, 2019
commit 61a6f4931aba21553e051a98fa03b15607f66541
Original file line number Diff line number Diff line change
Expand Up @@ -2555,13 +2555,13 @@
"properties": {
"x-ms-client-flatten": true,
"description": "Azure Advanced Threat Protection data connector properties.",
"$ref": "#/definitions/AATPDataConnectorProperties"
"$ref": "#/definitions/AzureAdvancedThreatProtectionDataConnectorProperties"
}
}
},
"AATPDataConnectorProperties": {
"AzureAdvancedThreatProtectionDataConnectorProperties": {
"type": "object",
"description": "AATP (Azure Advanced Threat Protection) data connector properties.",
"description": "Azure Advanced Threat Protection data connector properties.",
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
Expand All @@ -2584,13 +2584,13 @@
"properties": {
"x-ms-client-flatten": true,
"description": "Microsoft Defender Advanced Threat Protection data connector properties.",
"$ref": "#/definitions/MDATPDataConnectorProperties"
"$ref": "#/definitions/MicrosoftDefenderAdvancedThreatProtectionDataConnectorProperties"
}
}
},
"MDATPDataConnectorProperties": {
"MicrosoftDefenderAdvancedThreatProtectionDataConnectorProperties": {
"type": "object",
"description": "MDATP (Microsoft Defender Advanced Threat Protection) data connector properties.",
"description": "Microsoft Defender Advanced Threat Protection data connector properties.",
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
Expand Down