From 3f61ead8fe284bbcdcd3a62fdfb75a52367311ee Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 1 Dec 2018 17:36:50 -0500 Subject: [PATCH] typo: frontdoor/Microsoft.Network - FrontDoor casing - double word "the" - reponse -> response - ruleset -> rule set - thresold -> threshold - overrideruleGroup -> override rule group --- .../preview/2018-08-01-preview/README.md | 4 ++-- .../preview/2018-08-01-preview/frontdoor.json | 14 +++++++------- .../2018-08-01-preview/webapplicationfirewall.json | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/README.md b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/README.md index 3c951a6dac88..ec2a85eedc8e 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/README.md +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/README.md @@ -1,4 +1,4 @@ -# 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. @@ -6,7 +6,7 @@ The base swagger document for new features in this preview: [FrontDoor.json](./F ## 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. diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/frontdoor.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/frontdoor.json index dc0c261ba68a..35eb5a6fa79a 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/frontdoor.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/frontdoor.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json index 53bfa1cf3447..2dd4ac5b2220 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json @@ -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": [ { @@ -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", @@ -400,7 +400,7 @@ "type": "integer" }, "rateLimitThreshold": { - "description": "Defines rate limit thresold", + "description": "Defines rate limit threshold", "type": "integer" }, "matchConditions": { @@ -534,7 +534,7 @@ "type": "integer" }, "version": { - "description": "defines version of the ruleset", + "description": "defines version of the rule set", "type": "integer" }, "ruleSetType": { @@ -574,7 +574,7 @@ ], "properties": { "ruleGroupOverride": { - "description": "Describes overrideruleGroup", + "description": "Describes override rule group", "type": "string", "enum": [ "SqlInjection", @@ -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": {