Skip to content

Commit

Permalink
fixes #5000
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Mar 22, 2019
1 parent 9b1976f commit cffd3a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functions/Add-DbaAgListener.ps1
Expand Up @@ -16,6 +16,11 @@ function Add-DbaAgListener {
.PARAMETER AvailabilityGroup
The Availability Group to which a listener will be bestowed upon.
.PARAMETER Name
The name of the listener. If one is not specified, the Availability Group name will be used.
Note that Name cannot be used with Multiple Ags.
.PARAMETER IPAddress
Sets the IP address of the availability group listener.
Expand Down Expand Up @@ -71,6 +76,7 @@ function Add-DbaAgListener {
[DbaInstanceParameter[]]$SqlInstance,
[PSCredential]$SqlCredential,
[string[]]$AvailabilityGroup,
[string]$Name,
[ipaddress]$IPAddress,
[ipaddress]$SubnetMask = "255.255.255.0",
[int]$Port = 1433,
Expand Down

0 comments on commit cffd3a1

Please sign in to comment.