Skip to content

Commit

Permalink
Add-NsxLoadBalancerPoolMember: Fix wrong variable name for monitorPort
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed May 2, 2019
1 parent 1649b62 commit 29b50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/PowerNSX.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -31093,7 +31093,7 @@ function Add-NsxLoadBalancerPoolMember {

Add-XmlElement -xmlRoot $xmlMember -xmlElementName "weight" -xmlElementText $Weight
Add-XmlElement -xmlRoot $xmlMember -xmlElementName "port" -xmlElementText $port
Add-XmlElement -xmlRoot $xmlMember -xmlElementName "monitorPort" -xmlElementText $port
Add-XmlElement -xmlRoot $xmlMember -xmlElementName "monitorPort" -xmlElementText $monitorPort
Add-XmlElement -xmlRoot $xmlMember -xmlElementName "minConn" -xmlElementText $MinimumConnections
Add-XmlElement -xmlRoot $xmlMember -xmlElementName "maxConn" -xmlElementText $MaximumConnections

Expand Down

0 comments on commit 29b50f6

Please sign in to comment.