Skip to content

Commit

Permalink
resolve validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-h-s committed Oct 31, 2022
1 parent 1df032a commit c557685
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,8 @@
"$ref": "#/definitions/CircuitBreakerRule"
},
"maxItems": 15,
"description": "The rules for tripping the backend."
"description": "The rules for tripping the backend.",
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -2169,10 +2170,12 @@
"properties": {
"count": {
"type": "integer",
"format": "int32",
"description": "The threshold for opening the circuit."
},
"percentage": {
"type": "integer",
"format": "int32",
"description": "The threshold for opening the circuit."
},
"interval": {
Expand All @@ -2186,7 +2189,8 @@
"$ref": "#/definitions/FailureStatusCodeRange"
},
"maxItems": 10,
"description": "The status code ranges which are considered as failure."
"description": "The status code ranges which are considered as failure.",
"x-ms-identifiers": []
},
"errorReasons": {
"type": "array",
Expand Down

0 comments on commit c557685

Please sign in to comment.