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

typo: frontdoor/Microsoft.Network #4692

Merged
merged 1 commit into from
Dec 4, 2018
Merged
Show file tree
Hide file tree
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
@@ -1,12 +1,12 @@
# Public Preview API specification for Frontdoor Azure Resource
# Public Preview API specification for FrontDoor Azure Resource

This directory contains preview schema specifications for the new Front Door Azure Resource. The API will be added to support Front Door on Azure Resource Manager.

The base swagger document for new features in this preview: [FrontDoor.json](./FrontDoor.json)

## Overview
The Front Door ARM API supports CRUD functionality on four objects in the resource schema:
`Frontdoor`, a collection of child objects `BackendPool`, a collection of child objects `FrontendEndpoints` and the primary child object `RoutingRule`, which each reference one `BackendPool` and `FrontendEndpoints` . Each routing rule encapsulates
`FrontDoor`, a collection of child objects `BackendPool`, a collection of child objects `FrontendEndpoints` and the primary child object `RoutingRule`, which each reference one `BackendPool` and `FrontendEndpoints` . Each routing rule encapsulates
all of the settings needed to configure the AzureFD backend infrastructure to set up a
reverse-proxy route to accelerate traffic, detect backend availability,
and balance between healthy members of the pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@
}
},
"FrontDoorListResult": {
"description": "Result of the request to list Front Doors. It contains a list of Front Door objects and a URL link to get the the next set of results.",
"description": "Result of the request to list Front Doors. It contains a list of Front Door objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -1720,7 +1720,7 @@
}
},
"RoutingRuleListResult": {
"description": "Result of the request to list Routing Rules. It contains a list of Routing Rule objects and a URL link to get the the next set of results.",
"description": "Result of the request to list Routing Rules. It contains a list of Routing Rule objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -1904,7 +1904,7 @@
}
},
"LoadBalancingSettingsListResult": {
"description": "Result of the request to list load balancing settings. It contains a list of load balancing settings objects and a URL link to get the the next set of results.",
"description": "Result of the request to list load balancing settings. It contains a list of load balancing settings objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -1977,7 +1977,7 @@
}
},
"HealthProbeSettingsListResult": {
"description": "Result of the request to list HealthProbeSettings. It contains a list of HealthProbeSettings objects and a URL link to get the the next set of results.",
"description": "Result of the request to list HealthProbeSettings. It contains a list of HealthProbeSettings objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -2079,7 +2079,7 @@
}
},
"BackendPoolListResult": {
"description": "Result of the request to list Backend Pools. It contains a list of Backend Pools objects and a URL link to get the the next set of results.",
"description": "Result of the request to list Backend Pools. It contains a list of Backend Pools objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -2322,7 +2322,7 @@
}
},
"FrontendEndpointsListResult": {
"description": "Result of the request to list frontend endpoints. It contains a list of Frontend endpoint objects and a URL link to get the the next set of results.",
"description": "Result of the request to list frontend endpoints. It contains a list of Frontend endpoint objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -2390,7 +2390,7 @@
}
},
"ErrorResponse": {
"description": "Error reponse indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"code": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"tags": [
"CreateOrUpdateWebApplicationFirewallPolicy"
],
"description": "Creates or update policy with specified ruleset name within a resource group.",
"description": "Creates or update policy with specified rule set name within a resource group.",
"operationId": "Policies_CreateOrUpdate",
"parameters": [
{
Expand Down Expand Up @@ -303,7 +303,7 @@
}
},
"WebApplicationFirewallPolicyListResult": {
"description": "Result of the request to list WebApplicationFirewallPolicies. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the the next set of results.",
"description": "Result of the request to list WebApplicationFirewallPolicies. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -400,7 +400,7 @@
"type": "integer"
},
"rateLimitThreshold": {
"description": "Defines rate limit thresold",
"description": "Defines rate limit threshold",
"type": "integer"
},
"matchConditions": {
Expand Down Expand Up @@ -534,7 +534,7 @@
"type": "integer"
},
"version": {
"description": "defines version of the ruleset",
"description": "defines version of the rule set",
"type": "integer"
},
"ruleSetType": {
Expand Down Expand Up @@ -574,7 +574,7 @@
],
"properties": {
"ruleGroupOverride": {
"description": "Describes overrideruleGroup",
"description": "Describes override rule group",
"type": "string",
"enum": [
"SqlInjection",
Expand All @@ -601,7 +601,7 @@
}
},
"ErrorResponse": {
"description": "Error reponse indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"code": {
Expand Down