Skip to content

Commit

Permalink
Rename unknown classification to undetermined classification (Azure#8436
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dosegal authored and 00Kai0 committed Oct 12, 2020
1 parent 3b566ff commit 2066c3c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5949,7 +5949,7 @@
"classification": {
"description": "The reason the incident was closed",
"enum": [
"Unknown",
"Undetermined",
"TruePositive",
"FalsePositive"
],
Expand All @@ -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",
Expand Down

0 comments on commit 2066c3c

Please sign in to comment.