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] Fix foir Azure Networking swagger #2657

Merged
merged 2 commits into from
May 30, 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
Expand Up @@ -133,6 +133,8 @@
from .troubleshooting_result_py3 import TroubleshootingResult
from .retention_policy_parameters_py3 import RetentionPolicyParameters
from .flow_log_status_parameters_py3 import FlowLogStatusParameters
from .traffic_analytics_configuration_properties_py3 import TrafficAnalyticsConfigurationProperties
from .traffic_analytics_properties_py3 import TrafficAnalyticsProperties
from .flow_log_information_py3 import FlowLogInformation
from .connectivity_source_py3 import ConnectivitySource
from .connectivity_destination_py3 import ConnectivityDestination
Expand Down Expand Up @@ -326,6 +328,8 @@
from .troubleshooting_result import TroubleshootingResult
from .retention_policy_parameters import RetentionPolicyParameters
from .flow_log_status_parameters import FlowLogStatusParameters
from .traffic_analytics_configuration_properties import TrafficAnalyticsConfigurationProperties
from .traffic_analytics_properties import TrafficAnalyticsProperties
from .flow_log_information import FlowLogInformation
from .connectivity_source import ConnectivitySource
from .connectivity_destination import ConnectivityDestination
Expand Down Expand Up @@ -634,6 +638,8 @@
'TroubleshootingResult',
'RetentionPolicyParameters',
'FlowLogStatusParameters',
'TrafficAnalyticsConfigurationProperties',
'TrafficAnalyticsProperties',
'FlowLogInformation',
'ConnectivitySource',
'ConnectivityDestination',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class ApplicationGatewayAuthenticationCertificate(SubResource):
certificate resource. Possible values are: 'Updating', 'Deleting', and
'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the authentication certificate that is unique within
an Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class ApplicationGatewayAuthenticationCertificate(SubResource):
certificate resource. Possible values are: 'Updating', 'Deleting', and
'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the authentication certificate that is unique within
an Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class ApplicationGatewayBackendAddressPool(SubResource):
:param provisioning_state: Provisioning state of the backend address pool
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Resource that is unique within a resource group. This name
can be used to access the resource.
:param name: Name of the backend address pool that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class ApplicationGatewayBackendAddressPool(SubResource):
:param provisioning_state: Provisioning state of the backend address pool
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Resource that is unique within a resource group. This name
can be used to access the resource.
:param name: Name of the backend address pool that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ class ApplicationGatewayBackendHttpSettings(SubResource):

:param id: Resource ID.
:type id: str
:param port: Port
:param port: The destination port on the backend.
:type port: int
:param protocol: Protocol. Possible values include: 'Http', 'Https'
:param protocol: The protocol used to communicate with the backend.
Possible values are 'Http' and 'Https'. Possible values include: 'Http',
'Https'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol
:param cookie_based_affinity: Cookie based affinity. Possible values
Expand Down Expand Up @@ -57,8 +59,8 @@ class ApplicationGatewayBackendHttpSettings(SubResource):
:param provisioning_state: Provisioning state of the backend http settings
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the backend http settings that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ class ApplicationGatewayBackendHttpSettings(SubResource):

:param id: Resource ID.
:type id: str
:param port: Port
:param port: The destination port on the backend.
:type port: int
:param protocol: Protocol. Possible values include: 'Http', 'Https'
:param protocol: The protocol used to communicate with the backend.
Possible values are 'Http' and 'Https'. Possible values include: 'Http',
'Https'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol
:param cookie_based_affinity: Cookie based affinity. Possible values
Expand Down Expand Up @@ -57,8 +59,8 @@ class ApplicationGatewayBackendHttpSettings(SubResource):
:param provisioning_state: Provisioning state of the backend http settings
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the backend http settings that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class ApplicationGatewayFrontendIPConfiguration(SubResource):
:param provisioning_state: Provisioning state of the public IP resource.
Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the frontend IP configuration that is unique within
an Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class ApplicationGatewayFrontendIPConfiguration(SubResource):
:param provisioning_state: Provisioning state of the public IP resource.
Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the frontend IP configuration that is unique within
an Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class ApplicationGatewayFrontendPort(SubResource):
:param provisioning_state: Provisioning state of the frontend port
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the frontend port that is unique within an
Application Gateway
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class ApplicationGatewayFrontendPort(SubResource):
:param provisioning_state: Provisioning state of the frontend port
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the frontend port that is unique within an
Application Gateway
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class ApplicationGatewayHttpListener(SubResource):
~azure.mgmt.network.v2018_04_01.models.SubResource
:param frontend_port: Frontend port resource of an application gateway.
:type frontend_port: ~azure.mgmt.network.v2018_04_01.models.SubResource
:param protocol: Protocol. Possible values include: 'Http', 'Https'
:param protocol: Protocol of the HTTP listener. Possible values are 'Http'
and 'Https'. Possible values include: 'Http', 'Https'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol
:param host_name: Host name of HTTP listener.
Expand All @@ -37,8 +38,8 @@ class ApplicationGatewayHttpListener(SubResource):
:param provisioning_state: Provisioning state of the HTTP listener
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the HTTP listener that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class ApplicationGatewayHttpListener(SubResource):
~azure.mgmt.network.v2018_04_01.models.SubResource
:param frontend_port: Frontend port resource of an application gateway.
:type frontend_port: ~azure.mgmt.network.v2018_04_01.models.SubResource
:param protocol: Protocol. Possible values include: 'Http', 'Https'
:param protocol: Protocol of the HTTP listener. Possible values are 'Http'
and 'Https'. Possible values include: 'Http', 'Https'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol
:param host_name: Host name of HTTP listener.
Expand All @@ -37,8 +38,8 @@ class ApplicationGatewayHttpListener(SubResource):
:param provisioning_state: Provisioning state of the HTTP listener
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the HTTP listener that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class ApplicationGatewayIPConfiguration(SubResource):
subnet resource. Possible values are: 'Updating', 'Deleting', and
'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the IP configuration that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class ApplicationGatewayIPConfiguration(SubResource):
subnet resource. Possible values are: 'Updating', 'Deleting', and
'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the IP configuration that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class ApplicationGatewayPathRule(SubResource):
:param provisioning_state: Path rule of URL path map resource. Possible
values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the path rule that is unique within an Application
Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class ApplicationGatewayPathRule(SubResource):
:param provisioning_state: Path rule of URL path map resource. Possible
values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the path rule that is unique within an Application
Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class ApplicationGatewayProbe(SubResource):

:param id: Resource ID.
:type id: str
:param protocol: Protocol. Possible values include: 'Http', 'Https'
:param protocol: The protocol used for the probe. Possible values are
'Http' and 'Https'. Possible values include: 'Http', 'Https'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol
:param host: Host name to send the probe to.
Expand Down Expand Up @@ -49,8 +50,8 @@ class ApplicationGatewayProbe(SubResource):
:param provisioning_state: Provisioning state of the backend http settings
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the probe that is unique within an Application
Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class ApplicationGatewayProbe(SubResource):

:param id: Resource ID.
:type id: str
:param protocol: Protocol. Possible values include: 'Http', 'Https'
:param protocol: The protocol used for the probe. Possible values are
'Http' and 'Https'. Possible values include: 'Http', 'Https'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol
:param host: Host name to send the probe to.
Expand Down Expand Up @@ -49,8 +50,8 @@ class ApplicationGatewayProbe(SubResource):
:param provisioning_state: Provisioning state of the backend http settings
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the probe that is unique within an Application
Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource):
list[~azure.mgmt.network.v2018_04_01.models.SubResource]
:param path_rules: Path rules specifying redirect configuration.
:type path_rules: list[~azure.mgmt.network.v2018_04_01.models.SubResource]
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the redirect configuration that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource):
list[~azure.mgmt.network.v2018_04_01.models.SubResource]
:param path_rules: Path rules specifying redirect configuration.
:type path_rules: list[~azure.mgmt.network.v2018_04_01.models.SubResource]
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the redirect configuration that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource):
application gateway.
:type backend_address_pool:
~azure.mgmt.network.v2018_04_01.models.SubResource
:param backend_http_settings: Frontend port resource of the application
gateway.
:param backend_http_settings: Backend http settings resource of the
application gateway.
:type backend_http_settings:
~azure.mgmt.network.v2018_04_01.models.SubResource
:param http_listener: Http listener resource of the application gateway.
Expand All @@ -40,8 +40,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource):
:param provisioning_state: Provisioning state of the request routing rule
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the request routing rule that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource):
application gateway.
:type backend_address_pool:
~azure.mgmt.network.v2018_04_01.models.SubResource
:param backend_http_settings: Frontend port resource of the application
gateway.
:param backend_http_settings: Backend http settings resource of the
application gateway.
:type backend_http_settings:
~azure.mgmt.network.v2018_04_01.models.SubResource
:param http_listener: Http listener resource of the application gateway.
Expand All @@ -40,8 +40,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource):
:param provisioning_state: Provisioning state of the request routing rule
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the request routing rule that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class ApplicationGatewaySslCertificate(SubResource):
:param provisioning_state: Provisioning state of the SSL certificate
resource Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the SSL certificate that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class ApplicationGatewaySslCertificate(SubResource):
:param provisioning_state: Provisioning state of the SSL certificate
resource Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
:param name: Name of the resource that is unique within a resource group.
This name can be used to access the resource.
:param name: Name of the SSL certificate that is unique within an
Application Gateway.
:type name: str
:param etag: A unique read-only string that changes whenever the resource
is updated.
Expand Down
Loading