Skip to content

Commit

Permalink
removing mismatching enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
alprosms committed Mar 2, 2023
1 parent cb6526f commit cba0132
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,24 +457,7 @@
],
"x-ms-enum": {
"name": "OperatorType",
"modelAsString": true,
"values": [
{
"value": "EqualTo",
"description": "Alert will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future. ",
"name": "EqualTo"
},
{
"value": "GreaterThan",
"description": "Alert will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.",
"name": "GreaterThan"
},
{
"value": "GreaterThanOrEqualTo",
"description": "Alert will be triggered if the evaluated cost is greater than or equal to the threshold value.",
"name": "GreaterThanOrEqualTo"
}
]
"modelAsString": true
}
},
"threshold": {
Expand Down

0 comments on commit cba0132

Please sign in to comment.