Skip to content

Commit 3dda080

Browse files
authored
Merge pull request #12081 from CLYVR/patch-29
Update New-CsTeamsVoiceApplicationsPolicy.md
2 parents 4bbb171 + 0e55fe8 commit 3dda080

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

teams/teams-ps/teams/New-CsTeamsVoiceApplicationsPolicy.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ Accept wildcard characters: False
181181

182182
### -AllowAutoAttendantTimeZoneChange
183183

184+
_This option is not currently available in Queues app._
185+
184186
When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone.
185187

186188
```yaml
@@ -197,6 +199,8 @@ Accept wildcard characters: False
197199

198200
### -AllowAutoAttendantLanguageChange
199201

202+
_This option is not currently available in Queues app._
203+
200204
When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language.
201205

202206
```yaml
@@ -325,6 +329,8 @@ Accept wildcard characters: False
325329

326330
### -AllowCallQueueNoAgentSharedVoicemailGreetingChange
327331

332+
_This option is not currently available in Queues app._
333+
328334
When set to `True`, users affected by the policy will be allowed to change the call queue's no agent shared voicemail greeting. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's no agent shared voicemail greeting.
329335

330336
```yaml
@@ -341,6 +347,8 @@ Accept wildcard characters: False
341347

342348
### -AllowCallQueueLanguageChange
343349

350+
_This option is not currently available in Queues app._
351+
344352
When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language.
345353

346354
```yaml
@@ -501,6 +509,8 @@ Accept wildcard characters: False
501509

502510
### -CallQueueAgentMonitorMode
503511

512+
_This option is not currently available in Queues app._
513+
504514
PARAMVALUE: Disabled | Monitor | Whisper | Barge | Takeover
505515

506516
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor call sessions.
@@ -528,6 +538,8 @@ Accept wildcard characters: False
528538

529539
### -CallQueueAgentMonitorNotificationMode
530540

541+
_This option is not currently available in Queues app._
542+
531543
PARAMVALUE: Disabled | Agent
532544

533545
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor agents during call sessions.
@@ -558,7 +570,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
558570
When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization.
559571

560572
> [!IMPORTANT]
561-
> The `All` option is no longer supported.
573+
> The `All` option is no longer supported. The parameter will be accepted and saved however any user assigned a policy with *RealTimeAutoAttendantMetricsPermission* set to `All` will not be able to access real-time metrics.
562574

563575
```yaml
564576
Type: Object
@@ -584,7 +596,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
584596
When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization.
585597

586598
> [!IMPORTANT]
587-
> The `All` option is no longer supported.
599+
> The `All` option is no longer supported. The parameter will be accepted and saved however any user assigned a policy with *RealTimeCallQueueMetricsPermission* set to `All` will not be able to access real-time metrics.
588600

589601
```yaml
590602
Type: Object
@@ -610,7 +622,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
610622
When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization.
611623

612624
> [!IMPORTANT]
613-
> The `All` option is no longer supported.
625+
> The `All` option is no longer supported. The parameter will be accepted and saved however any user assigned a policy with *RealTimeAgentMetricsPermission* set to `All` will not be able to access real-time metrics.
614626

615627
```yaml
616628
Type: Object

teams/teams-ps/teams/Set-CsTeamsVoiceApplicationsPolicy.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ Accept wildcard characters: False
155155

156156
### -AllowAutoAttendantTimeZoneChange
157157

158+
_This option is not currently available in Queues app._
159+
158160
When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone.
159161

160162
```yaml
@@ -171,6 +173,8 @@ Accept wildcard characters: False
171173

172174
### -AllowAutoAttendantLanguageChange
173175

176+
_This option is not currently available in Queues app._
177+
174178
When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language.
175179

176180
```yaml
@@ -299,6 +303,8 @@ Accept wildcard characters: False
299303

300304
### -AllowCallQueueNoAgentSharedVoicemailGreetingChange
301305

306+
_This option is not currently available in Queues app._
307+
302308
When set to `True`, users affected by the policy will be allowed to change the call queue's no agent shared voicemail greeting. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's no agent shared voicemail greeting.
303309

304310
```yaml
@@ -315,6 +321,8 @@ Accept wildcard characters: False
315321

316322
### -AllowCallQueueLanguageChange
317323

324+
_This option is not currently available in Queues app._
325+
318326
When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language.
319327

320328
```yaml
@@ -475,6 +483,8 @@ Accept wildcard characters: False
475483

476484
### -CallQueueAgentMonitorMode
477485

486+
_This option is not currently available in Queues app._
487+
478488
PARAMVALUE: Disabled | Monitor | Whisper | Barge | Takeover
479489

480490
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor call sessions.
@@ -502,6 +512,8 @@ Accept wildcard characters: False
502512

503513
### -CallQueueAgentMonitorNotificationMode
504514

515+
_This option is not currently available in Queues app._
516+
505517
PARAMVALUE: Disabled | Agent
506518

507519
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor agents during call sessions.
@@ -532,7 +544,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
532544
When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization.
533545

534546
> [!IMPORTANT]
535-
> The `All` option is no longer supported.
547+
> The `All` option is no longer supported. The parameter will be accepted and saved however any user assigned a policy with *RealTimeAutoAttendantMetricsPermission* set to `All` will not be able to access real-time metrics.
536548

537549
```yaml
538550
Type: Object
@@ -558,7 +570,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
558570
When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization.
559571

560572
> [!IMPORTANT]
561-
> The `All` option is no longer supported.
573+
> The `All` option is no longer supported. The parameter will be accepted and saved however any user assigned a policy with *RealTimeCallQueueMetricsPermission* set to `All` will not be able to access real-time metrics.
562574

563575
```yaml
564576
Type: Object
@@ -584,7 +596,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
584596
When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization.
585597

586598
> [!IMPORTANT]
587-
> The `All` option is no longer supported.
599+
> The `All` option is no longer supported. The parameter will be accepted and saved however any user assigned a policy with *RealTimeAgentMetricsPermission* set to `All` will not be able to access real-time metrics.
588600

589601
```yaml
590602
Type: Object

0 commit comments

Comments
 (0)