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 5ceeb23ca3c0..2fde4c050cf2 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 @@ -5949,7 +5949,7 @@ "classification": { "description": "The reason the incident was closed", "enum": [ - "Unknown", + "Undetermined", "TruePositive", "FalsePositive" ], @@ -5959,8 +5959,8 @@ "name": "IncidentClassification", "values": [ { - "description": "Incident classification was not set", - "value": "Unknown" + "description": "Incident classification was undetermined", + "value": "Undetermined" }, { "description": "Incident was true positive",