Skip to content

Commit

Permalink
Update Grant-DbaAgPermission.ps1
Browse files Browse the repository at this point in the history
The original description is a little bit confusing:
Endpoint will modify the DatabaseMirror endpoint type.
  • Loading branch information
0x7FFFFFFFFFFFFFFF authored Jan 7, 2024
1 parent b4ce4b3 commit 118dd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Grant-DbaAgPermission.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Grant-DbaAgPermission {
Only modify specific availability groups.
.PARAMETER Type
Specify type: Endpoint or AvailabilityGroup. Endpoint will modify the DatabaseMirror endpoint type.
Specifies the type of object to which permissions will be granted. Acceptable values are "Endpoint" or "AvailabilityGroup". If "Endpoint" is specified, permissions will be granted to the Database Mirroring endpoint.
.PARAMETER Permission
Grants one or more permissions:
Expand Down Expand Up @@ -215,4 +215,4 @@ function Grant-DbaAgPermission {
}
}
}
}
}

0 comments on commit 118dd8c

Please sign in to comment.