We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c00dec commit 446c437Copy full SHA for 446c437
Set-ADOTeam.ps1
@@ -27,11 +27,13 @@
27
28
# The project.
29
[Parameter(Mandatory,ParameterSetName='/{Organization}/{Project}/{Team}/_apis/work/teamsettings',ValueFromPipelineByPropertyName)]
30
+ [Parameter(Mandatory,ParameterSetName='/{Organization}/{Project}/{Team}/_apis/work/teamsettings/teamfieldvalues',ValueFromPipelineByPropertyName)]
31
[string]
32
$Project,
33
34
# The team.
35
36
37
38
$Team,
39
0 commit comments