Skip to content

Commit

Permalink
[AutoPR] network/resource-manager (#4193)
Browse files Browse the repository at this point in the history
* Generated from 16e344b5cc1a34fb370e58df07d07976efd44ffb (#4192)

typo: Fix network/resource-manager/Microsoft.Network/network

- resrources -> resources
- retreive -> retrieve
- opertion -> operation
- Various stuck together words
- Pering -> Peering
- curcuit -> circuit
- Various "network" typo variations
- specifed -> specified
- conenction -> connection
- appliation -> application
- mircosoft -> Microsoft
- wher -> where
- addresseses -> addresses
- compotnent -> component
- emlement -> element
- endponints -> endpoints
- potocol -> protocol
- servive -> service
- outcoming -> outgoing
- Sests -> Sets
- Gateay -> Gateway
- Maxium -> Maximum
- Double word "curcuit"
- Prodiver -> Provider
- Spepcified -> Specified
- Succeded -> Succeeded
- crossconnection -> cross connection
- retriving -> retrieving
- Etherype -> Ether type
- seperator -> separator
- asterix -> asterisk
- Aure -> Azure
- Prefx -> Prefix
- profilees -> profiles
- conatinaer -> container
- configruation -> configuration
- outcoming -> outgoing
- snaphots -> snapshots
- Traffice -> Traffic
- Policys -> Policies
- specificed -> specified
- VPNsite -> VPN site
- provisisoning -> provisioning
- Double word "for"
- vpnclients -> VPN clients

* [AutoPR network/resource-manager] Cherry pick AppGw changes into master (#4189)

* Generated from 1d2275aed8e02f03916ac0c8498a7f8ae96a4517

add max bound for application gateway autoscale config (#4996)

* Generated from 1d2275aed8e02f03916ac0c8498a7f8ae96a4517

add max bound for application gateway autoscale config (#4996)

* Generated from 4b0852e488d067ebda51a62c3f9b4845901f2f67 (#4356)

typo: network/resource-manager/Microsoft.Network/stable/2018-12-01

- Maxium -> Maximum
- retriving -> retrieving
- Ethertype -> Ether type
- asterix -> asterisk

* Packaging update of azure-mgmt-network

* Rebuild by #4193

* Network 2.6.0rc1

* Check DNS update
  • Loading branch information
AutorestCI authored and lmazuel committed Feb 16, 2019
1 parent ea80a89 commit f68c120
Show file tree
Hide file tree
Showing 945 changed files with 67,173 additions and 584 deletions.
11 changes: 11 additions & 0 deletions azure-mgmt-network/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Release History
===============

2.6.0rc1 (2019-02-15)
+++++++++++++++++++++

**Features**

- Model AzureFirewall has a new parameter threat_intel_mode
- Model ApplicationGatewayRewriteRule has a new parameter conditions
- Model ApplicationGatewayRewriteRule has a new parameter rule_sequence
- Model ApplicationGatewayAutoscaleConfiguration has a new parameter max_capacity
- Added operation SubnetsOperations.prepare_network_policies

2.5.1 (2019-01-15)
++++++++++++++++++

Expand Down
19 changes: 0 additions & 19 deletions azure-mgmt-network/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see
For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.


Compatibility
=============

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this package.

You can check the version using pip:

.. code:: shell
pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:

.. code:: shell
pip uninstall azure
Usage
=====

Expand Down
206 changes: 205 additions & 1 deletion azure-mgmt-network/azure/mgmt/network/network_management_client.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConnectionSharedKey(Model):
"""Response for GetConnectionSharedKey Api servive call.
"""Response for GetConnectionSharedKey API service call.
:param value: The virtual network connection shared key value
:type value: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConnectionSharedKey(Model):
"""Response for GetConnectionSharedKey Api servive call.
"""Response for GetConnectionSharedKey API service call.
:param value: The virtual network connection shared key value
:type value: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConnectionSharedKeyResult(Model):
"""Response for CheckConnectionSharedKey Api servive call.
"""Response for CheckConnectionSharedKey API service call.
:param value: The virtual network connection shared key value
:type value: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConnectionSharedKeyResult(Model):
"""Response for CheckConnectionSharedKey Api servive call.
"""Response for CheckConnectionSharedKey API service call.
:param value: The virtual network connection shared key value
:type value: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class LoadBalancingRule(SubResource):
"""A loag balancing rule for a load balancer.
"""A load balancing rule for a load balancer.
All required parameters must be populated in order to send to Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class LoadBalancingRule(SubResource):
"""A loag balancing rule for a load balancer.
"""A load balancing rule for a load balancer.
All required parameters must be populated in order to send to Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ class SecurityRule(SubResource):
:type protocol: str or
~azure.mgmt.network.v2015_06_15.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
between 0 and 65535. Asterix '*' can also be used to match all ports.
between 0 and 65535. Asterisk '*' can also be used to match all ports.
:type source_port_range: str
:param destination_port_range: The destination port or range. Integer or
range between 0 and 65535. Asterix '*' can also be used to match all
range between 0 and 65535. Asterisk '*' can also be used to match all
ports.
:type destination_port_range: str
:param source_address_prefix: Required. The CIDR or source IP range.
Asterix '*' can also be used to match all source IPs. Default tags such as
'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If
this is an ingress rule, specifies where network traffic originates from.
Asterisk '*' can also be used to match all source IPs. Default tags such
as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
If this is an ingress rule, specifies where network traffic originates
from.
:type source_address_prefix: str
:param destination_address_prefix: Required. The destination address
prefix. CIDR or source IP range. Asterix '*' can also be used to match all
source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
'Internet' can also be used.
prefix. CIDR or source IP range. Asterisk '*' can also be used to match
all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer'
and 'Internet' can also be used.
:type destination_address_prefix: str
:param access: Required. The network traffic is allowed or denied.
Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow',
Expand All @@ -54,7 +55,7 @@ class SecurityRule(SubResource):
rule.
:type priority: int
:param direction: Required. The direction of the rule. The direction
specifies if rule will be evaluated on incoming or outcoming traffic.
specifies if rule will be evaluated on incoming or outgoing traffic.
Possible values are: 'Inbound' and 'Outbound'. Possible values include:
'Inbound', 'Outbound'
:type direction: str or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ class SecurityRule(SubResource):
:type protocol: str or
~azure.mgmt.network.v2015_06_15.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
between 0 and 65535. Asterix '*' can also be used to match all ports.
between 0 and 65535. Asterisk '*' can also be used to match all ports.
:type source_port_range: str
:param destination_port_range: The destination port or range. Integer or
range between 0 and 65535. Asterix '*' can also be used to match all
range between 0 and 65535. Asterisk '*' can also be used to match all
ports.
:type destination_port_range: str
:param source_address_prefix: Required. The CIDR or source IP range.
Asterix '*' can also be used to match all source IPs. Default tags such as
'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If
this is an ingress rule, specifies where network traffic originates from.
Asterisk '*' can also be used to match all source IPs. Default tags such
as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
If this is an ingress rule, specifies where network traffic originates
from.
:type source_address_prefix: str
:param destination_address_prefix: Required. The destination address
prefix. CIDR or source IP range. Asterix '*' can also be used to match all
source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
'Internet' can also be used.
prefix. CIDR or source IP range. Asterisk '*' can also be used to match
all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer'
and 'Internet' can also be used.
:type destination_address_prefix: str
:param access: Required. The network traffic is allowed or denied.
Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow',
Expand All @@ -54,7 +55,7 @@ class SecurityRule(SubResource):
rule.
:type priority: int
:param direction: Required. The direction of the rule. The direction
specifies if rule will be evaluated on incoming or outcoming traffic.
specifies if rule will be evaluated on incoming or outgoing traffic.
Possible values are: 'Inbound' and 'Outbound'. Possible values include:
'Inbound', 'Outbound'
:type direction: str or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class VirtualNetworkGatewayConnection(Resource):
:type local_network_gateway2:
~azure.mgmt.network.v2015_06_15.models.LocalNetworkGateway
:param connection_type: Gateway connection type. Possible values are:
'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'
:type connection_type: str or
~azure.mgmt.network.v2015_06_15.models.VirtualNetworkGatewayConnectionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class VirtualNetworkGatewayConnection(Resource):
:type local_network_gateway2:
~azure.mgmt.network.v2015_06_15.models.LocalNetworkGateway
:param connection_type: Gateway connection type. Possible values are:
'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'
:type connection_type: str or
~azure.mgmt.network.v2015_06_15.models.VirtualNetworkGatewayConnectionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class LoadBalancingRule(SubResource):
"""A loag balancing rule for a load balancer.
"""A load balancing rule for a load balancer.
All required parameters must be populated in order to send to Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class LoadBalancingRule(SubResource):
"""A loag balancing rule for a load balancer.
"""A load balancing rule for a load balancer.
All required parameters must be populated in order to send to Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ class SecurityRule(SubResource):
:type protocol: str or
~azure.mgmt.network.v2016_09_01.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
between 0 and 65535. Asterix '*' can also be used to match all ports.
between 0 and 65535. Asterisk '*' can also be used to match all ports.
:type source_port_range: str
:param destination_port_range: The destination port or range. Integer or
range between 0 and 65535. Asterix '*' can also be used to match all
range between 0 and 65535. Asterisk '*' can also be used to match all
ports.
:type destination_port_range: str
:param source_address_prefix: Required. The CIDR or source IP range.
Asterix '*' can also be used to match all source IPs. Default tags such as
'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If
this is an ingress rule, specifies where network traffic originates from.
Asterisk '*' can also be used to match all source IPs. Default tags such
as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
If this is an ingress rule, specifies where network traffic originates
from.
:type source_address_prefix: str
:param destination_address_prefix: Required. The destination address
prefix. CIDR or source IP range. Asterix '*' can also be used to match all
source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
'Internet' can also be used.
prefix. CIDR or source IP range. Asterisk '*' can also be used to match
all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer'
and 'Internet' can also be used.
:type destination_address_prefix: str
:param access: Required. The network traffic is allowed or denied.
Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow',
Expand All @@ -54,7 +55,7 @@ class SecurityRule(SubResource):
rule.
:type priority: int
:param direction: Required. The direction of the rule. The direction
specifies if rule will be evaluated on incoming or outcoming traffic.
specifies if rule will be evaluated on incoming or outgoing traffic.
Possible values are: 'Inbound' and 'Outbound'. Possible values include:
'Inbound', 'Outbound'
:type direction: str or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ class SecurityRule(SubResource):
:type protocol: str or
~azure.mgmt.network.v2016_09_01.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
between 0 and 65535. Asterix '*' can also be used to match all ports.
between 0 and 65535. Asterisk '*' can also be used to match all ports.
:type source_port_range: str
:param destination_port_range: The destination port or range. Integer or
range between 0 and 65535. Asterix '*' can also be used to match all
range between 0 and 65535. Asterisk '*' can also be used to match all
ports.
:type destination_port_range: str
:param source_address_prefix: Required. The CIDR or source IP range.
Asterix '*' can also be used to match all source IPs. Default tags such as
'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If
this is an ingress rule, specifies where network traffic originates from.
Asterisk '*' can also be used to match all source IPs. Default tags such
as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
If this is an ingress rule, specifies where network traffic originates
from.
:type source_address_prefix: str
:param destination_address_prefix: Required. The destination address
prefix. CIDR or source IP range. Asterix '*' can also be used to match all
source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
'Internet' can also be used.
prefix. CIDR or source IP range. Asterisk '*' can also be used to match
all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer'
and 'Internet' can also be used.
:type destination_address_prefix: str
:param access: Required. The network traffic is allowed or denied.
Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow',
Expand All @@ -54,7 +55,7 @@ class SecurityRule(SubResource):
rule.
:type priority: int
:param direction: Required. The direction of the rule. The direction
specifies if rule will be evaluated on incoming or outcoming traffic.
specifies if rule will be evaluated on incoming or outgoing traffic.
Possible values are: 'Inbound' and 'Outbound'. Possible values include:
'Inbound', 'Outbound'
:type direction: str or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource):
:type local_network_gateway2:
~azure.mgmt.network.v2016_09_01.models.LocalNetworkGateway
:param connection_type: Required. Gateway connection type. Possible values
are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'
:type connection_type: str or
~azure.mgmt.network.v2016_09_01.models.VirtualNetworkGatewayConnectionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource):
:type local_network_gateway2:
~azure.mgmt.network.v2016_09_01.models.LocalNetworkGateway
:param connection_type: Required. Gateway connection type. Possible values
are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values
include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'
:type connection_type: str or
~azure.mgmt.network.v2016_09_01.models.VirtualNetworkGatewayConnectionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ class SecurityRule(SubResource):
:type protocol: str or
~azure.mgmt.network.v2016_12_01.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
between 0 and 65535. Asterix '*' can also be used to match all ports.
between 0 and 65535. Asterisk '*' can also be used to match all ports.
:type source_port_range: str
:param destination_port_range: The destination port or range. Integer or
range between 0 and 65535. Asterix '*' can also be used to match all
range between 0 and 65535. Asterisk '*' can also be used to match all
ports.
:type destination_port_range: str
:param source_address_prefix: Required. The CIDR or source IP range.
Asterix '*' can also be used to match all source IPs. Default tags such as
'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If
this is an ingress rule, specifies where network traffic originates from.
Asterisk '*' can also be used to match all source IPs. Default tags such
as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
If this is an ingress rule, specifies where network traffic originates
from.
:type source_address_prefix: str
:param destination_address_prefix: Required. The destination address
prefix. CIDR or source IP range. Asterix '*' can also be used to match all
source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
'Internet' can also be used.
prefix. CIDR or source IP range. Asterisk '*' can also be used to match
all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer'
and 'Internet' can also be used.
:type destination_address_prefix: str
:param access: Required. The network traffic is allowed or denied.
Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow',
Expand All @@ -54,7 +55,7 @@ class SecurityRule(SubResource):
rule.
:type priority: int
:param direction: Required. The direction of the rule. The direction
specifies if rule will be evaluated on incoming or outcoming traffic.
specifies if rule will be evaluated on incoming or outgoing traffic.
Possible values are: 'Inbound' and 'Outbound'. Possible values include:
'Inbound', 'Outbound'
:type direction: str or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ class SecurityRule(SubResource):
:type protocol: str or
~azure.mgmt.network.v2016_12_01.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
between 0 and 65535. Asterix '*' can also be used to match all ports.
between 0 and 65535. Asterisk '*' can also be used to match all ports.
:type source_port_range: str
:param destination_port_range: The destination port or range. Integer or
range between 0 and 65535. Asterix '*' can also be used to match all
range between 0 and 65535. Asterisk '*' can also be used to match all
ports.
:type destination_port_range: str
:param source_address_prefix: Required. The CIDR or source IP range.
Asterix '*' can also be used to match all source IPs. Default tags such as
'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If
this is an ingress rule, specifies where network traffic originates from.
Asterisk '*' can also be used to match all source IPs. Default tags such
as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
If this is an ingress rule, specifies where network traffic originates
from.
:type source_address_prefix: str
:param destination_address_prefix: Required. The destination address
prefix. CIDR or source IP range. Asterix '*' can also be used to match all
source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
'Internet' can also be used.
prefix. CIDR or source IP range. Asterisk '*' can also be used to match
all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer'
and 'Internet' can also be used.
:type destination_address_prefix: str
:param access: Required. The network traffic is allowed or denied.
Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow',
Expand All @@ -54,7 +55,7 @@ class SecurityRule(SubResource):
rule.
:type priority: int
:param direction: Required. The direction of the rule. The direction
specifies if rule will be evaluated on incoming or outcoming traffic.
specifies if rule will be evaluated on incoming or outgoing traffic.
Possible values are: 'Inbound' and 'Outbound'. Possible values include:
'Inbound', 'Outbound'
:type direction: str or
Expand Down
Loading

0 comments on commit f68c120

Please sign in to comment.