Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2025-07-01-preview/dataConnectors.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "Security Insights",
Expand Down Expand Up @@ -1196,27 +1196,27 @@
"$ref": "#/definitions/DataConnector"
}
],
"description": "Represents Premium Microsoft Defender for Threat Intelligence data connector.",
"description": "Represents Microsoft Defender for Threat Intelligence Premium data connector.",
"properties": {
"properties": {
"$ref": "#/definitions/PremiumMdtiDataConnectorProperties",
"description": "Premium Microsoft Defender for Threat Intelligence data connector properties.",
"description": "Microsoft Defender for Threat Intelligence Premium data connector properties.",
"x-ms-client-flatten": true
}
},
"type": "object",
"x-ms-discriminator-value": "PremiumMicrosoftDefenderForThreatIntelligence"
},
"PremiumMdtiDataConnectorDataTypes": {
"description": "The available data types for Premium Microsoft Defender for Threat Intelligence data connector.",
"description": "The available data types for Microsoft Defender for Threat Intelligence Premium data connector.",
"properties": {
"connector": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorDataTypeCommon"
}
],
"description": "Data type for Premium Microsoft Defender for Threat Intelligence data connector.",
"description": "Data type for Microsoft Defender for Threat Intelligence Premium data connector.",
"type": "object"
}
},
Expand All @@ -1226,7 +1226,7 @@
]
},
"PremiumMdtiDataConnectorProperties": {
"description": "Premium Microsoft Defender for Threat Intelligence data connector properties.",
"description": "Microsoft Defender for Threat Intelligence Premium data connector properties.",
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2025-09-01/DataConnectors.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "Security Insights",
Expand Down Expand Up @@ -273,11 +273,11 @@
"$ref": "#/definitions/DataConnector"
}
],
"description": "Represents AAD (Azure Active Directory) data connector.",
"description": "Represents Microsoft Entra ID data connector.",
"properties": {
"properties": {
"$ref": "#/definitions/AADDataConnectorProperties",
"description": "AAD (Azure Active Directory) data connector properties.",
"description": "Microsoft Entra ID data connector properties.",
"x-ms-client-flatten": true
}
},
Expand All @@ -293,7 +293,7 @@
"$ref": "#/definitions/DataConnectorWithAlertsProperties"
}
],
"description": "AAD (Azure Active Directory) data connector properties.",
"description": "Microsoft Entra ID data connector properties.",
"type": "object"
},
"AATPDataConnector": {
Expand Down
Loading