Skip to content

Commit

Permalink
Update Certainty enum (Azure#13247)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas92 authored Mar 3, 2021
1 parent 281b9df commit 6c9d4fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1884,9 +1884,9 @@
"type": "string",
"enum": [
"Positive",
"Positive Possible",
"Neutral Possible",
"Negative Possible",
"PositivePossible",
"NeutralPossible",
"NegativePossible",
"Negative"
],
"x-ms-enum": {
Expand Down

0 comments on commit 6c9d4fe

Please sign in to comment.