diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/definitions.json index 28d7933855b4..750b2175b53c 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/definitions.json @@ -2349,6 +2349,10 @@ "type": "string", "format": "duration", "description": "The duration for which the circuit will be tripped." + }, + "acceptRetryAfter": { + "type": "boolean", + "description": "flag to accept Retry-After header from the backend." } } }, @@ -2441,6 +2445,26 @@ "example": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/backends/proxybackend" } + }, + "weight": { + "type": "integer", + "format": "int32", + "description": "The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.", + "minimum": 0, + "maximum": 100, + "example": { + "weight": 1 + } + }, + "priority": { + "type": "integer", + "format": "int32", + "description": "The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.", + "minimum": 0, + "maximum": 100, + "example": { + "priority": 1 + } } }, "required": [