Skip to content

Commit

Permalink
Merge pull request #9 from jorinmejia/sinadell/cdn-swagger-2021-06-01
Browse files Browse the repository at this point in the history
Sinadell/cdn swagger 2021 06 01
  • Loading branch information
sinadell authored Jun 23, 2021
2 parents 6f2b7c1 + b5152a9 commit 23c969d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 23c969d

Please sign in to comment.