Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Cdn to add version stable/2020-09-01 #12533

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@
"defaultCustomBlockResponseStatusCode": {
"description": "If the action type is block, this field defines the default customer overridable http response status code.",
"type": "integer",
"format": "int32",
"enum": [
200,
403,
Expand Down Expand Up @@ -530,6 +531,7 @@
"priority": {
"description": "Defines in what order this rule be evaluated in the overall list of custom rules",
"type": "integer",
"format": "int32",
"maximum": 1000,
"exclusiveMaximum": false,
"minimum": 0,
Expand Down Expand Up @@ -571,12 +573,14 @@
"rateLimitThreshold": {
"description": "Defines rate limit threshold.",
"type": "integer",
"format": "int32",
"minimum": 0,
"exclusiveMinimum": false
},
"rateLimitDurationInMinutes": {
"description": "Defines rate limit duration. Default is 1 minute.",
"type": "integer",
"format": "int32",
"maximum": 60,
"exclusiveMaximum": false,
"minimum": 0,
Expand Down