We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f30f1b commit d71853aCopy full SHA for d71853a
1 file changed
Set-ADOPermission.ps1
@@ -102,6 +102,17 @@
102
[switch]
103
$ManageTFVC,
104
105
+ # If set, will get permissions for Delivery Plans.
106
+ [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='Plan')]
107
+ [switch]
108
+ $Plan,
109
+
110
+ # If set, will get dashboard permissions related to the current project.
111
+ [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='Dashboard')]
112
+ [Alias('Dashboards')]
113
114
+ $Dashboard,
115
116
# If set, will list the type of permisssions.
117
[Parameter(ParameterSetName='securitynamespaces')]
118
[Alias('SecurityNamespace', 'ListPermissionType','ListSecurityNamespace')]
0 commit comments