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

[ReleasePR azure-mgmt-compute] Fix VirtualMachineScaleSetIPConfiguration Load Balancer description #11836

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 @@ -6561,13 +6561,13 @@ class VirtualMachineScaleSetIPConfiguration(SubResource):
:param load_balancer_backend_address_pools: Specifies an array of
references to backend address pools of load balancers. A scale set can
reference backend address pools of one public and one internal load
balancer. Multiple scale sets cannot use the same load balancer.
balancer. Multiple scale sets cannot use the same basic sku load balancer.
:type load_balancer_backend_address_pools:
list[~azure.mgmt.compute.v2019_12_01.models.SubResource]
:param load_balancer_inbound_nat_pools: Specifies an array of references
to inbound Nat pools of the load balancers. A scale set can reference
inbound nat pools of one public and one internal load balancer. Multiple
scale sets cannot use the same load balancer
scale sets cannot use the same basic sku load balancer.
:type load_balancer_inbound_nat_pools:
list[~azure.mgmt.compute.v2019_12_01.models.SubResource]
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6561,13 +6561,13 @@ class VirtualMachineScaleSetIPConfiguration(SubResource):
:param load_balancer_backend_address_pools: Specifies an array of
references to backend address pools of load balancers. A scale set can
reference backend address pools of one public and one internal load
balancer. Multiple scale sets cannot use the same load balancer.
balancer. Multiple scale sets cannot use the same basic sku load balancer.
:type load_balancer_backend_address_pools:
list[~azure.mgmt.compute.v2019_12_01.models.SubResource]
:param load_balancer_inbound_nat_pools: Specifies an array of references
to inbound Nat pools of the load balancers. A scale set can reference
inbound nat pools of one public and one internal load balancer. Multiple
scale sets cannot use the same load balancer
scale sets cannot use the same basic sku load balancer.
:type load_balancer_inbound_nat_pools:
list[~azure.mgmt.compute.v2019_12_01.models.SubResource]
"""
Expand Down