From b182e19009266adbb94fb6d24e597bce1379bfb2 Mon Sep 17 00:00:00 2001 From: Anat Gilenson Date: Tue, 24 Aug 2021 10:39:21 +0300 Subject: [PATCH] Use IncidentSeverity in IncidentInfo --- .../2019-01-01-preview/SecurityInsights.json | 34 +------------------ 1 file changed, 1 insertion(+), 33 deletions(-) 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 0577a3b91208..f26e59971997 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 @@ -7902,40 +7902,8 @@ }, "severity": { "description": "The severity of the incident", - "enum": [ - "Critical", - "High", - "Medium", - "Low", - "Informational" - ], "type": "string", - "x-ms-enum": { - "modelAsString": true, - "name": "CaseSeverity", - "values": [ - { - "description": "Critical severity", - "value": "Critical" - }, - { - "description": "High severity", - "value": "High" - }, - { - "description": "Medium severity", - "value": "Medium" - }, - { - "description": "Low severity", - "value": "Low" - }, - { - "description": "Informational severity", - "value": "Informational" - } - ] - } + "$ref": "#/definitions/IncidentSeverity" }, "title": { "description": "The title of the incident",