Skip to content

Commit

Permalink
Grant-DbaAgPermission - Update Type description (#9201)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7FFFFFFFFFFFFFFF authored Jan 24, 2024
1 parent 56d716a commit e09b82b
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.
Specify the object type to grant the provided Permission. Values accepted are Endpoint and/or AvailabilityGroup. Endpoint type will update the DatabaseMirroring object type found on the instance.
.PARAMETER Permission
Grants one or more permissions:
Expand Down Expand Up @@ -215,4 +215,4 @@ function Grant-DbaAgPermission {
}
}
}
}
}

0 comments on commit e09b82b

Please sign in to comment.