From c55768584cffca0d61fed6d731fd85b0a0e8ede6 Mon Sep 17 00:00:00 2001 From: Mahsa Sadi Date: Mon, 31 Oct 2022 11:42:47 -0700 Subject: [PATCH] resolve validation errors --- .../preview/2022-09-01-preview/definitions.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/definitions.json index df38b12c854c..9e23ea24a637 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/definitions.json @@ -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": [] } } }, @@ -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": { @@ -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",