Skip to content

Commit 8834471

Browse files
anat-gilensonAnat Gilenson
andauthored
Use IncidentSeverity in IncidentInfo (#15762)
Co-authored-by: Anat Gilenson <[email protected]>
1 parent e6851ee commit 8834471

File tree

1 file changed

+1
-33
lines changed
  • specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview

1 file changed

+1
-33
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7902,40 +7902,8 @@
79027902
},
79037903
"severity": {
79047904
"description": "The severity of the incident",
7905-
"enum": [
7906-
"Critical",
7907-
"High",
7908-
"Medium",
7909-
"Low",
7910-
"Informational"
7911-
],
79127905
"type": "string",
7913-
"x-ms-enum": {
7914-
"modelAsString": true,
7915-
"name": "CaseSeverity",
7916-
"values": [
7917-
{
7918-
"description": "Critical severity",
7919-
"value": "Critical"
7920-
},
7921-
{
7922-
"description": "High severity",
7923-
"value": "High"
7924-
},
7925-
{
7926-
"description": "Medium severity",
7927-
"value": "Medium"
7928-
},
7929-
{
7930-
"description": "Low severity",
7931-
"value": "Low"
7932-
},
7933-
{
7934-
"description": "Informational severity",
7935-
"value": "Informational"
7936-
}
7937-
]
7938-
}
7906+
"$ref": "#/definitions/IncidentSeverity"
79397907
},
79407908
"title": {
79417909
"description": "The title of the incident",

0 commit comments

Comments
 (0)