Skip to content

Commit

Permalink
Fix VirtualMachineScaleSetIPConfigurationProperties Load Balancer des…
Browse files Browse the repository at this point in the history
…cription (Azure#9675)
  • Loading branch information
Cecile Robert-Michon authored and 00Kai0 committed Oct 12, 2020
1 parent 92c1264 commit 97e4c87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9236,14 +9236,14 @@
"items": {
"$ref": "#/definitions/SubResource"
},
"description": "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."
"description": "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 basic sku load balancer."
},
"loadBalancerInboundNatPools": {
"type": "array",
"items": {
"$ref": "#/definitions/SubResource"
},
"description": "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"
"description": "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 basic sku load balancer."
}
},
"description": "Describes a virtual machine scale set network profile's IP configuration properties."
Expand Down

0 comments on commit 97e4c87

Please sign in to comment.