From c76608da49ee250a68d38810ef11397c80db2163 Mon Sep 17 00:00:00 2001 From: Amit Bergman <38046493+Amitbergman@users.noreply.github.com> Date: Mon, 18 Jan 2021 04:31:14 +0200 Subject: [PATCH] Update SecurityInsights.json (#12468) --- .../preview/2019-01-01-preview/SecurityInsights.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index 2fa7a65e3b93..d7c94d8f85e2 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -4868,7 +4868,9 @@ "enum": [ "Scheduled", "MicrosoftSecurityIncidentCreation", - "Fusion" + "Fusion", + "MLBehaviorAnalytics", + "ThreatIntelligence" ], "type": "string", "x-ms-enum": { @@ -4883,6 +4885,12 @@ }, { "value": "Fusion" + }, + { + "value": "MLBehaviorAnalytics" + }, + { + "value": "ThreatIntelligence" } ] }