Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR network/resource-manager] Add enableTcpReset property to load balancer #3262

Closed
Closed
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 @@ -121,7 +121,7 @@ class ApplicationGatewayAvailableSslOptions extends models['Resource'] {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
serializedName: 'ApplicationGatewaySslCipherSuiteElementType',
type: {
name: 'String'
}
Expand All @@ -135,7 +135,7 @@ class ApplicationGatewayAvailableSslOptions extends models['Resource'] {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
serializedName: 'ApplicationGatewaySslProtocolElementType',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ class ApplicationGatewayBackendHealthServer {
* read-only string that changes whenever the resource is updated.
* @member {array} [ipConfiguration.subnet.serviceEndpoints] An array of
* service endpoints.
* @member {array} [ipConfiguration.subnet.serviceEndpointPolicies] An array
* of service endpoint policies.
* @member {array} [ipConfiguration.subnet.ipConfigurations] Gets an array of
* references to the network interface IP configurations using subnet.
* @member {array} [ipConfiguration.subnet.resourceNavigationLinks] Gets an
Expand Down Expand Up @@ -170,6 +172,9 @@ class ApplicationGatewayBackendHealthServer {
* [ipConfiguration.publicIPAddress.ipConfiguration.subnet.serviceEndpoints]
* An array of service endpoints.
* @member {array}
* [ipConfiguration.publicIPAddress.ipConfiguration.subnet.serviceEndpointPolicies]
* An array of service endpoint policies.
* @member {array}
* [ipConfiguration.publicIPAddress.ipConfiguration.subnet.ipConfigurations]
* Gets an array of references to the network interface IP configurations
* using subnet.
Expand Down Expand Up @@ -219,6 +224,38 @@ class ApplicationGatewayBackendHealthServer {
* associated with the public IP address.
* @member {string} [ipConfiguration.publicIPAddress.ipAddress] The IP
* address associated with the public IP address resource.
* @member {object} [ipConfiguration.publicIPAddress.publicIPPrefix] The
* Public IP Prefix this Public IP Address should be allocated from.
* @member {object} [ipConfiguration.publicIPAddress.publicIPPrefix.sku] The
* public IP prefix SKU.
* @member {string} [ipConfiguration.publicIPAddress.publicIPPrefix.sku.name]
* Name of a public IP prefix SKU. Possible values include: 'Standard'
* @member {string}
* [ipConfiguration.publicIPAddress.publicIPPrefix.publicIPAddressVersion]
* The public IP address version. Possible values are: 'IPv4' and 'IPv6'.
* Possible values include: 'IPv4', 'IPv6'
* @member {array} [ipConfiguration.publicIPAddress.publicIPPrefix.ipTags]
* The list of tags associated with the public IP prefix.
* @member {number}
* [ipConfiguration.publicIPAddress.publicIPPrefix.prefixLength] The Length
* of the Public IP Prefix.
* @member {string} [ipConfiguration.publicIPAddress.publicIPPrefix.ipPrefix]
* The allocated Prefix
* @member {array}
* [ipConfiguration.publicIPAddress.publicIPPrefix.publicIPAddresses] The
* list of all referenced PublicIPAddresses
* @member {string}
* [ipConfiguration.publicIPAddress.publicIPPrefix.resourceGuid] The resource
* GUID property of the public IP prefix resource.
* @member {string}
* [ipConfiguration.publicIPAddress.publicIPPrefix.provisioningState] The
* provisioning state of the Public IP prefix resource. Possible values are:
* 'Updating', 'Deleting', and 'Failed'.
* @member {string} [ipConfiguration.publicIPAddress.publicIPPrefix.etag] A
* unique read-only string that changes whenever the resource is updated.
* @member {array} [ipConfiguration.publicIPAddress.publicIPPrefix.zones] A
* list of availability zones denoting the IP allocated for the resource
* needs to come from.
* @member {number} [ipConfiguration.publicIPAddress.idleTimeoutInMinutes]
* The idle timeout of the public IP address.
* @member {string} [ipConfiguration.publicIPAddress.resourceGuid] The
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ApplicationGatewaySslPolicy {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
serializedName: 'ApplicationGatewaySslProtocolElementType',
type: {
name: 'String'
}
Expand Down Expand Up @@ -82,7 +82,7 @@ class ApplicationGatewaySslPolicy {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
serializedName: 'ApplicationGatewaySslCipherSuiteElementType',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ApplicationGatewaySslPredefinedPolicy extends models['SubResource'] {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
serializedName: 'ApplicationGatewaySslCipherSuiteElementType',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AzureFirewallNetworkRule {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
serializedName: 'AzureFirewallNetworkRuleProtocolElementType',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ class FrontendIPConfiguration extends models['SubResource'] {
* @member {string} [subnet.routeTable.etag] Gets a unique read-only string
* that changes whenever the resource is updated.
* @member {array} [subnet.serviceEndpoints] An array of service endpoints.
* @member {array} [subnet.serviceEndpointPolicies] An array of service
* endpoint policies.
* @member {array} [subnet.ipConfigurations] Gets an array of references to
* the network interface IP configurations using subnet.
* @member {array} [subnet.resourceNavigationLinks] Gets an array of
Expand Down Expand Up @@ -145,6 +147,9 @@ class FrontendIPConfiguration extends models['SubResource'] {
* updated.
* @member {array} [publicIPAddress.ipConfiguration.subnet.serviceEndpoints]
* An array of service endpoints.
* @member {array}
* [publicIPAddress.ipConfiguration.subnet.serviceEndpointPolicies] An array
* of service endpoint policies.
* @member {array} [publicIPAddress.ipConfiguration.subnet.ipConfigurations]
* Gets an array of references to the network interface IP configurations
* using subnet.
Expand Down Expand Up @@ -190,6 +195,33 @@ class FrontendIPConfiguration extends models['SubResource'] {
* the public IP address.
* @member {string} [publicIPAddress.ipAddress] The IP address associated
* with the public IP address resource.
* @member {object} [publicIPAddress.publicIPPrefix] The Public IP Prefix
* this Public IP Address should be allocated from.
* @member {object} [publicIPAddress.publicIPPrefix.sku] The public IP prefix
* SKU.
* @member {string} [publicIPAddress.publicIPPrefix.sku.name] Name of a
* public IP prefix SKU. Possible values include: 'Standard'
* @member {string} [publicIPAddress.publicIPPrefix.publicIPAddressVersion]
* The public IP address version. Possible values are: 'IPv4' and 'IPv6'.
* Possible values include: 'IPv4', 'IPv6'
* @member {array} [publicIPAddress.publicIPPrefix.ipTags] The list of tags
* associated with the public IP prefix.
* @member {number} [publicIPAddress.publicIPPrefix.prefixLength] The Length
* of the Public IP Prefix.
* @member {string} [publicIPAddress.publicIPPrefix.ipPrefix] The allocated
* Prefix
* @member {array} [publicIPAddress.publicIPPrefix.publicIPAddresses] The
* list of all referenced PublicIPAddresses
* @member {string} [publicIPAddress.publicIPPrefix.resourceGuid] The
* resource GUID property of the public IP prefix resource.
* @member {string} [publicIPAddress.publicIPPrefix.provisioningState] The
* provisioning state of the Public IP prefix resource. Possible values are:
* 'Updating', 'Deleting', and 'Failed'.
* @member {string} [publicIPAddress.publicIPPrefix.etag] A unique read-only
* string that changes whenever the resource is updated.
* @member {array} [publicIPAddress.publicIPPrefix.zones] A list of
* availability zones denoting the IP allocated for the resource needs to
* come from.
* @member {number} [publicIPAddress.idleTimeoutInMinutes] The idle timeout
* of the public IP address.
* @member {string} [publicIPAddress.resourceGuid] The resource GUID property
Expand Down
29 changes: 29 additions & 0 deletions lib/services/networkManagement2/lib/models/iPConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class IPConfiguration extends models['SubResource'] {
* @member {string} [subnet.routeTable.etag] Gets a unique read-only string
* that changes whenever the resource is updated.
* @member {array} [subnet.serviceEndpoints] An array of service endpoints.
* @member {array} [subnet.serviceEndpointPolicies] An array of service
* endpoint policies.
* @member {array} [subnet.ipConfigurations] Gets an array of references to
* the network interface IP configurations using subnet.
* @member {array} [subnet.resourceNavigationLinks] Gets an array of
Expand Down Expand Up @@ -103,6 +105,33 @@ class IPConfiguration extends models['SubResource'] {
* the public IP address.
* @member {string} [publicIPAddress.ipAddress] The IP address associated
* with the public IP address resource.
* @member {object} [publicIPAddress.publicIPPrefix] The Public IP Prefix
* this Public IP Address should be allocated from.
* @member {object} [publicIPAddress.publicIPPrefix.sku] The public IP prefix
* SKU.
* @member {string} [publicIPAddress.publicIPPrefix.sku.name] Name of a
* public IP prefix SKU. Possible values include: 'Standard'
* @member {string} [publicIPAddress.publicIPPrefix.publicIPAddressVersion]
* The public IP address version. Possible values are: 'IPv4' and 'IPv6'.
* Possible values include: 'IPv4', 'IPv6'
* @member {array} [publicIPAddress.publicIPPrefix.ipTags] The list of tags
* associated with the public IP prefix.
* @member {number} [publicIPAddress.publicIPPrefix.prefixLength] The Length
* of the Public IP Prefix.
* @member {string} [publicIPAddress.publicIPPrefix.ipPrefix] The allocated
* Prefix
* @member {array} [publicIPAddress.publicIPPrefix.publicIPAddresses] The
* list of all referenced PublicIPAddresses
* @member {string} [publicIPAddress.publicIPPrefix.resourceGuid] The
* resource GUID property of the public IP prefix resource.
* @member {string} [publicIPAddress.publicIPPrefix.provisioningState] The
* provisioning state of the Public IP prefix resource. Possible values are:
* 'Updating', 'Deleting', and 'Failed'.
* @member {string} [publicIPAddress.publicIPPrefix.etag] A unique read-only
* string that changes whenever the resource is updated.
* @member {array} [publicIPAddress.publicIPPrefix.zones] A list of
* availability zones denoting the IP allocated for the resource needs to
* come from.
* @member {number} [publicIPAddress.idleTimeoutInMinutes] The idle timeout
* of the public IP address.
* @member {string} [publicIPAddress.resourceGuid] The resource GUID property
Expand Down
10 changes: 10 additions & 0 deletions lib/services/networkManagement2/lib/models/inboundNatPool.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ class InboundNatPool extends models['SubResource'] {
* AlwaysOn Availability Group. This setting is required when using the SQL
* AlwaysOn Availability Groups in SQL server. This setting can't be changed
* after you create the endpoint.
* @member {boolean} [enableTcpReset] Receive bidirectional TCP Reset on TCP
* flow idle timeout or unexpected connection termination. This element is
* only used when the protocol is set to TCP.
* @member {string} [provisioningState] Gets the provisioning state of the
* PublicIP resource. Possible values are: 'Updating', 'Deleting', and
* 'Failed'.
Expand Down Expand Up @@ -125,6 +128,13 @@ class InboundNatPool extends models['SubResource'] {
name: 'Boolean'
}
},
enableTcpReset: {
required: false,
serializedName: 'properties.enableTcpReset',
type: {
name: 'Boolean'
}
},
provisioningState: {
required: false,
serializedName: 'properties.provisioningState',
Expand Down
53 changes: 53 additions & 0 deletions lib/services/networkManagement2/lib/models/inboundNatRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class InboundNatRule extends models['SubResource'] {
* unique read-only string that changes whenever the resource is updated.
* @member {array} [backendIPConfiguration.subnet.serviceEndpoints] An array
* of service endpoints.
* @member {array} [backendIPConfiguration.subnet.serviceEndpointPolicies] An
* array of service endpoint policies.
* @member {array} [backendIPConfiguration.subnet.ipConfigurations] Gets an
* array of references to the network interface IP configurations using
* subnet.
Expand Down Expand Up @@ -182,6 +184,9 @@ class InboundNatRule extends models['SubResource'] {
* [backendIPConfiguration.publicIPAddress.ipConfiguration.subnet.serviceEndpoints]
* An array of service endpoints.
* @member {array}
* [backendIPConfiguration.publicIPAddress.ipConfiguration.subnet.serviceEndpointPolicies]
* An array of service endpoint policies.
* @member {array}
* [backendIPConfiguration.publicIPAddress.ipConfiguration.subnet.ipConfigurations]
* Gets an array of references to the network interface IP configurations
* using subnet.
Expand Down Expand Up @@ -235,6 +240,44 @@ class InboundNatRule extends models['SubResource'] {
* of tags associated with the public IP address.
* @member {string} [backendIPConfiguration.publicIPAddress.ipAddress] The IP
* address associated with the public IP address resource.
* @member {object} [backendIPConfiguration.publicIPAddress.publicIPPrefix]
* The Public IP Prefix this Public IP Address should be allocated from.
* @member {object}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.sku] The public IP
* prefix SKU.
* @member {string}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.sku.name] Name of a
* public IP prefix SKU. Possible values include: 'Standard'
* @member {string}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.publicIPAddressVersion]
* The public IP address version. Possible values are: 'IPv4' and 'IPv6'.
* Possible values include: 'IPv4', 'IPv6'
* @member {array}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.ipTags] The list of
* tags associated with the public IP prefix.
* @member {number}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.prefixLength] The
* Length of the Public IP Prefix.
* @member {string}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.ipPrefix] The
* allocated Prefix
* @member {array}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.publicIPAddresses]
* The list of all referenced PublicIPAddresses
* @member {string}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.resourceGuid] The
* resource GUID property of the public IP prefix resource.
* @member {string}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.provisioningState]
* The provisioning state of the Public IP prefix resource. Possible values
* are: 'Updating', 'Deleting', and 'Failed'.
* @member {string}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.etag] A unique
* read-only string that changes whenever the resource is updated.
* @member {array}
* [backendIPConfiguration.publicIPAddress.publicIPPrefix.zones] A list of
* availability zones denoting the IP allocated for the resource needs to
* come from.
* @member {number}
* [backendIPConfiguration.publicIPAddress.idleTimeoutInMinutes] The idle
* timeout of the public IP address.
Expand Down Expand Up @@ -274,6 +317,9 @@ class InboundNatRule extends models['SubResource'] {
* AlwaysOn Availability Group. This setting is required when using the SQL
* AlwaysOn Availability Groups in SQL server. This setting can't be changed
* after you create the endpoint.
* @member {boolean} [enableTcpReset] Receive bidirectional TCP Reset on TCP
* flow idle timeout or unexpected connection termination. This element is
* only used when the protocol is set to TCP.
* @member {string} [provisioningState] Gets the provisioning state of the
* public IP resource. Possible values are: 'Updating', 'Deleting', and
* 'Failed'.
Expand Down Expand Up @@ -359,6 +405,13 @@ class InboundNatRule extends models['SubResource'] {
name: 'Boolean'
}
},
enableTcpReset: {
required: false,
serializedName: 'properties.enableTcpReset',
type: {
name: 'Boolean'
}
},
provisioningState: {
required: false,
serializedName: 'properties.provisioningState',
Expand Down
Loading