diff --git a/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/models.go b/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/models.go index fd92ce75278d..ab0f39f2eed7 100644 --- a/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/models.go +++ b/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/models.go @@ -497,7 +497,7 @@ type AzureAsyncOperationResult struct { // AzureManagedOverrideRuleGroup defines contents of a web application rule type AzureManagedOverrideRuleGroup struct { - // RuleGroupOverride - Describes overrideruleGroup. Possible values include: 'SQLInjection', 'XSS' + // RuleGroupOverride - Describes override rule group. Possible values include: 'SQLInjection', 'XSS' RuleGroupOverride RuleGroupOverride `json:"ruleGroupOverride,omitempty"` // Action - Type of Actions. Possible values include: 'Allow', 'Block', 'Log' Action Action `json:"action,omitempty"` @@ -509,7 +509,7 @@ type AzureManagedRuleSet struct { RuleGroupOverrides *[]AzureManagedOverrideRuleGroup `json:"ruleGroupOverrides,omitempty"` // Priority - Describes priority of the rule Priority *int32 `json:"priority,omitempty"` - // Version - defines version of the ruleset + // Version - defines version of the rule set Version *int32 `json:"version,omitempty"` // RuleSetType - Possible values include: 'RuleSetTypeUnknown', 'RuleSetTypeAzureManagedRuleSet' RuleSetType RuleSetType `json:"ruleSetType,omitempty"` @@ -650,7 +650,7 @@ func (bp *BackendPool) UnmarshalJSON(body []byte) error { } // BackendPoolListResult 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. +// objects and a URL link to get the next set of results. type BackendPoolListResult struct { autorest.Response `json:"-"` // Value - List of Backend Pools within a Front Door. @@ -997,7 +997,7 @@ type CustomRule struct { RuleType RuleType `json:"ruleType,omitempty"` // RateLimitDurationInMinutes - Defines rate limit duration. Default - 1 minute RateLimitDurationInMinutes *int32 `json:"rateLimitDurationInMinutes,omitempty"` - // RateLimitThreshold - Defines rate limit thresold + // RateLimitThreshold - Defines rate limit threshold RateLimitThreshold *int32 `json:"rateLimitThreshold,omitempty"` // MatchConditions - List of match conditions MatchConditions *[]MatchCondition1 `json:"matchConditions,omitempty"` @@ -1052,7 +1052,7 @@ type ErrorDetails struct { Message *string `json:"message,omitempty"` } -// ErrorResponse error reponse indicates Front Door service is not able to process the incoming request. +// ErrorResponse error response indicates Front Door service is not able to process the incoming request. // The reason is provided in the error message. type ErrorResponse struct { // Code - Error code. @@ -1426,7 +1426,7 @@ func (future *FrontendEndpointsEnableHTTPSFuture) Result(client FrontendEndpoint } // FrontendEndpointsListResult 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. +// Frontend endpoint objects and a URL link to get the next set of results. type FrontendEndpointsListResult struct { autorest.Response `json:"-"` // Value - List of Frontend endpoints within a Front Door. @@ -1644,7 +1644,7 @@ func (future *HealthProbeSettingsDeleteFuture) Result(client HealthProbeSettings } // HealthProbeSettingsListResult 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. +// HealthProbeSettings objects and a URL link to get the next set of results. type HealthProbeSettingsListResult struct { autorest.Response `json:"-"` // Value - List of HealthProbeSettings within a Front Door. @@ -1913,7 +1913,7 @@ type KeyVaultCertificateSourceParametersVault struct { } // ListResult 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. +// link to get the next set of results. type ListResult struct { autorest.Response `json:"-"` // Value - List of Front Doors within a resource group. @@ -2112,7 +2112,7 @@ func (future *LoadBalancingSettingsDeleteFuture) Result(client LoadBalancingSett } // LoadBalancingSettingsListResult 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. +// list of load balancing settings objects and a URL link to get the next set of results. type LoadBalancingSettingsListResult struct { autorest.Response `json:"-"` // Value - List of Backend Pools within a Front Door. @@ -2374,7 +2374,7 @@ type BasicManagedRuleSet interface { type ManagedRuleSet struct { // Priority - Describes priority of the rule Priority *int32 `json:"priority,omitempty"` - // Version - defines version of the ruleset + // Version - defines version of the rule set Version *int32 `json:"version,omitempty"` // RuleSetType - Possible values include: 'RuleSetTypeUnknown', 'RuleSetTypeAzureManagedRuleSet' RuleSetType RuleSetType `json:"ruleSetType,omitempty"` @@ -2671,7 +2671,7 @@ func (rr *RoutingRule) UnmarshalJSON(body []byte) error { } // RoutingRuleListResult 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. +// objects and a URL link to get the next set of results. type RoutingRuleListResult struct { autorest.Response `json:"-"` // Value - List of Routing Rules within a Front Door. @@ -3092,8 +3092,7 @@ func (wafp1 *WebApplicationFirewallPolicy1) UnmarshalJSON(body []byte) error { } // WebApplicationFirewallPolicyListResult 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. +// contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next set of results. type WebApplicationFirewallPolicyListResult struct { autorest.Response `json:"-"` // Value - List of WebApplicationFirewallPolicies within a resource group. diff --git a/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/policies.go b/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/policies.go index 333d6eaa531f..ce30d4764702 100644 --- a/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/policies.go +++ b/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor/policies.go @@ -41,7 +41,7 @@ func NewPoliciesClientWithBaseURI(baseURI string, subscriptionID string) Policie return PoliciesClient{NewWithBaseURI(baseURI, subscriptionID)} } -// CreateOrUpdate creates or update policy with specified ruleset name within a resource group. +// CreateOrUpdate creates or update policy with specified rule set name within a resource group. // Parameters: // resourceGroupName - the name of the resource group. // policyName - the name of the resource group.