File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Updates a team.
18
18
19
19
```
20
20
Set-Team -GroupId <String> [-DisplayName <String>] [-Description <String>] [-Alias <String>]
21
- [-Classification <String>] [-AccessType <String>]
21
+ [-Classification <String>] [-Visibility <String>]
22
22
```
23
23
24
24
## DESCRIPTION
@@ -27,7 +27,7 @@ Set-Team -GroupId <String> [-DisplayName <String>] [-Description <String>] [-Ali
27
27
28
28
### -------------------------- Example 1 --------------------------
29
29
```
30
- Set-Team -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -DisplayName "Updated TeamName" -AccessType Public
30
+ Set-Team -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -DisplayName "Updated TeamName" -Visibility Public
31
31
```
32
32
33
33
## PARAMETERS
@@ -115,7 +115,7 @@ Accept pipeline input: False
115
115
Accept wildcard characters : False
116
116
` ` `
117
117
118
- ### -AccessType
118
+ ### -Visibility
119
119
Team access type.
120
120
Valid values are "Private" and "Public"
121
121
You can’t perform that action at this time.
0 commit comments