Skip to content

Commit 0ff3f81

Browse files
author
Andy Wang
committed
Fix type
1 parent 9c4267c commit 0ff3f81

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

teams/teams-ps/teams/New-CsTeamsAIPolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This cmdlet creates a Teams AI policy.
1818

1919
```powershell
2020
New-CsTeamsAIPolicy -Identity <String>
21-
[-EnrollFace <boolean>]
22-
[-EnrollVoice <boolean>]
23-
[-SpeakerAttributionBYOD <boolean>]
21+
[-EnrollFace <string>]
22+
[-EnrollVoice <string>]
23+
[-SpeakerAttributionBYOD <string>]
2424
[-Description <string>]
2525
[<CommonParameters>]
2626
```
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
Policy value of the Teams AI EnrollFace policy. EnrollFace controls user access to user face enrollment in the Teams app settings.
6262
6363
```yaml
64-
Type: Boolean
64+
Type: String
6565
Parameter Sets: ("Enabled","Disabled")
6666
Aliases:
6767

@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
Policy value of the Teams AI EnrollVoice policy. EnrollVoice controls user access to user voice enrollment in the Teams app settings.
7777
7878
```yaml
79-
Type: Boolean
79+
Type: String
8080
Parameter Sets: ("Enabled","Disabled")
8181
Aliases:
8282

@@ -91,7 +91,7 @@ Accept wildcard characters: False
9191
Policy value of the Teams AI SpeakerAttributionBYOD policy. Setting to "Enabled" turns on speaker attribution in BYOD scenarios while "Disabled" will turn off the function.
9292
9393
```yaml
94-
Type: Boolean
94+
Type: String
9595
Parameter Sets: ("Enabled","Disabled")
9696
Aliases:
9797

teams/teams-ps/teams/Set-CsTeamsAIPolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This cmdlet sets Teams AI policy value for users in the tenant.
1919

2020
```powershell
2121
Set-CsTeamsAIPolicy [[-Identity] <string>]
22-
[-EnrollFace <Boolean>]
23-
[-EnrollVoice <Boolean>]
24-
[-SpeakerAttributionBYOD <Boolean>]
22+
[-EnrollFace <string>]
23+
[-EnrollVoice <string>]
24+
[-SpeakerAttributionBYOD <string>]
2525
[-Description <string>]
2626
[<CommonParameters>]
2727
```
@@ -118,7 +118,7 @@ Accept wildcard characters: False
118118
Policy value of the Teams AI EnrollFace policy. EnrollFace controls user access to user face enrollment in the Teams app settings.
119119
120120
```yaml
121-
Type: Boolean
121+
Type: String
122122
Parameter Sets: ("Enabled","Disabled")
123123
Aliases:
124124

@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133
Policy value of the Teams AI EnrollVoice policy. EnrollVoice controls user access to user voice enrollment in the Teams app settings.
134134
135135
```yaml
136-
Type: Boolean
136+
Type: String
137137
Parameter Sets: ("Enabled","Disabled")
138138
Aliases:
139139

@@ -148,7 +148,7 @@ Accept wildcard characters: False
148148
Policy value of the Teams AI SpeakerAttributionBYOD policy. Setting to "Enabled" turns on speaker attribution in BYOD scenarios while "Disabled" will turn off the function.
149149
150150
```yaml
151-
Type: Boolean
151+
Type: String
152152
Parameter Sets: ("Enabled","Disabled")
153153
Aliases:
154154

0 commit comments

Comments
 (0)