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

[AutoPR network/resource-manager] Remove duplicate enum "ApplicationGatewayProtocol" #4908

Merged
merged 2 commits into from
Apr 24, 2019
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
Expand Up @@ -15,8 +15,8 @@
class ApplicationGatewayOnDemandProbe(Model):
"""Details of on demand test probe request.

:param protocol: The protocol used for the probe. Possible values are
'Http' and 'Https'. Possible values include: 'Http', 'Https'
:param protocol: The protocol used for the probe. Possible values include:
'Http', 'Https'
:type protocol: str or
~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayProtocol
:param host: Host name to send the probe to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
class ApplicationGatewayOnDemandProbe(Model):
"""Details of on demand test probe request.

:param protocol: The protocol used for the probe. Possible values are
'Http' and 'Https'. Possible values include: 'Http', 'Https'
:param protocol: The protocol used for the probe. Possible values include:
'Http', 'Https'
:type protocol: str or
~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayProtocol
:param host: Host name to send the probe to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ErrorResponse(Model):
"""The error object.

:param error: Error.
:param error: Error. The error details object.
:type error: ~azure.mgmt.network.v2019_02_01.models.ErrorDetails
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ErrorResponse(Model):
"""The error object.

:param error: Error.
:param error: Error. The error details object.
:type error: ~azure.mgmt.network.v2019_02_01.models.ErrorDetails
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class WebApplicationFirewallPolicy(Resource):
:ivar provisioning_state: Provisioning state of the
WebApplicationFirewallPolicy.
:vartype provisioning_state: str
:ivar resource_state: Resource status of the policy. Possible values
include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled',
'Deleting'
:ivar resource_state: Resource status of the policy. Resource status of
the policy. Possible values include: 'Creating', 'Enabling', 'Enabled',
'Disabling', 'Disabled', 'Deleting'
:vartype resource_state: str or
~azure.mgmt.network.v2019_02_01.models.WebApplicationFirewallPolicyResourceState
:param etag: Gets a unique read-only string that changes whenever the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class WebApplicationFirewallPolicy(Resource):
:ivar provisioning_state: Provisioning state of the
WebApplicationFirewallPolicy.
:vartype provisioning_state: str
:ivar resource_state: Resource status of the policy. Possible values
include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled',
'Deleting'
:ivar resource_state: Resource status of the policy. Resource status of
the policy. Possible values include: 'Creating', 'Enabling', 'Enabled',
'Disabling', 'Disabled', 'Deleting'
:vartype resource_state: str or
~azure.mgmt.network.v2019_02_01.models.WebApplicationFirewallPolicyResourceState
:param etag: Gets a unique read-only string that changes whenever the
Expand Down