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": {