From e09b82bed2b775da1cb149dfb9209f598f97b5ae Mon Sep 17 00:00:00 2001 From: 0x7FFFFFFFFFFFFFFF <39968+0x7FFFFFFFFFFFFFFF@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:55:19 -0800 Subject: [PATCH] Grant-DbaAgPermission - Update Type description (#9201) --- public/Grant-DbaAgPermission.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/Grant-DbaAgPermission.ps1 b/public/Grant-DbaAgPermission.ps1 index ab53904f38..2b753f1675 100644 --- a/public/Grant-DbaAgPermission.ps1 +++ b/public/Grant-DbaAgPermission.ps1 @@ -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: @@ -215,4 +215,4 @@ function Grant-DbaAgPermission { } } } -} \ No newline at end of file +}