Skip to content
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
3 changes: 3 additions & 0 deletions azure-mgmt-frontdoor/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AzureManagedOverrideRuleGroup(Model):

All required parameters must be populated in order to send to Azure.

:param rule_group_override: Required. Describes overrideruleGroup.
:param rule_group_override: Required. Describes override rule group.
Possible values include: 'SqlInjection', 'XSS'
:type rule_group_override: str or
~azure.mgmt.frontdoor.models.RuleGroupOverride
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AzureManagedOverrideRuleGroup(Model):

All required parameters must be populated in order to send to Azure.

:param rule_group_override: Required. Describes overrideruleGroup.
:param rule_group_override: Required. Describes override rule group.
Possible values include: 'SqlInjection', 'XSS'
:type rule_group_override: str or
~azure.mgmt.frontdoor.models.RuleGroupOverride
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AzureManagedRuleSet(ManagedRuleSet):

:param priority: Describes priority of the rule
:type priority: int
:param version: defines version of the ruleset
:param version: defines version of the rule set
:type version: int
:param rule_set_type: Required. Constant filled by server.
:type rule_set_type: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AzureManagedRuleSet(ManagedRuleSet):

:param priority: Describes priority of the rule
:type priority: int
:param version: defines version of the ruleset
:param version: defines version of the rule set
:type version: int
:param rule_set_type: Required. Constant filled by server.
:type rule_set_type: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CustomRule(Model):
:param rate_limit_duration_in_minutes: Defines rate limit duration.
Default - 1 minute
:type rate_limit_duration_in_minutes: int
:param rate_limit_threshold: Defines rate limit thresold
:param rate_limit_threshold: Defines rate limit threshold
:type rate_limit_threshold: int
:param match_conditions: Required. List of match conditions
:type match_conditions: list[~azure.mgmt.frontdoor.models.MatchCondition1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CustomRule(Model):
:param rate_limit_duration_in_minutes: Defines rate limit duration.
Default - 1 minute
:type rate_limit_duration_in_minutes: int
:param rate_limit_threshold: Defines rate limit thresold
:param rate_limit_threshold: Defines rate limit threshold
:type rate_limit_threshold: int
:param match_conditions: Required. List of match conditions
:type match_conditions: list[~azure.mgmt.frontdoor.models.MatchCondition1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class ErrorResponse(Model):
"""Error reponse indicates Front Door service is not able to process the
"""Error response indicates Front Door service is not able to process the
incoming request. The reason is provided in the error message.

Variables are only populated by the server, and will be ignored when
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class ErrorResponse(Model):
"""Error reponse indicates Front Door service is not able to process the
"""Error response indicates Front Door service is not able to process the
incoming request. The reason is provided in the error message.

Variables are only populated by the server, and will be ignored when
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ManagedRuleSet(Model):

:param priority: Describes priority of the rule
:type priority: int
:param version: defines version of the ruleset
:param version: defines version of the rule set
:type version: int
:param rule_set_type: Required. Constant filled by server.
:type rule_set_type: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ManagedRuleSet(Model):

:param priority: Describes priority of the rule
:type priority: int
:param version: defines version of the ruleset
:param version: defines version of the rule set
:type version: int
:param rule_set_type: Required. Constant filled by server.
:type rule_set_type: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def get(

def create_or_update(
self, resource_group_name, policy_name, parameters, custom_headers=None, raw=False, **operation_config):
"""Creates or update policy with specified ruleset name within a resource
"""Creates or update policy with specified rule set name within a resource
group.

:param resource_group_name: The name of the resource group.
Expand Down