From b5152a9a4f41471f17d872d1416a9b51d8bb2459 Mon Sep 17 00:00:00 2001 From: SINADELL Date: Sun, 20 Jun 2021 18:50:08 -0700 Subject: [PATCH] Swagger changes to move originResponseTimeoutSeconds property from afdendpoint to profile level --- .../Microsoft.Cdn/stable/2021-06-01/afdx.json | 7 ------- .../Microsoft.Cdn/stable/2021-06-01/cdn.json | 9 ++++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json index b4349d0bf0d2..b39caabc9872 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json @@ -4456,13 +4456,6 @@ "AFDEndpointPropertiesUpdateParameters": { "description": "The JSON object containing endpoint update parameters.", "properties": { - "originResponseTimeoutSeconds": { - "description": "Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.", - "type": "integer", - "format": "int32", - "minimum": 16, - "exclusiveMinimum": false - }, "enabledState": { "description": "Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'", "enum": [ diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json index 664360af2e1d..881048f2d377 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json @@ -2482,7 +2482,14 @@ "readOnly": true, "type": "string", "description": "The Id of the frontdoor." - } + }, + "originResponseTimeoutSeconds": { + "description": "Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.", + "type": "integer", + "format": "int32", + "minimum": 16, + "exclusiveMinimum": false + } } }, "ProfileListResult": {