Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions teams/teams-ps/teams/New-CsTeamsVoiceApplicationsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,9 @@ PARAMVALUE: Disabled | AuthorizedOnly | All
When set to `Disabled` (the default value), users affected by the policy won't receive real-time metrics for auto attendants.

When set to `AuthorizedOnly`, users affected by the policy will receive real-time metrics for auto attendants they are authorized for.

When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization.

> [!IMPORTANT]
> 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.
> 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` won't be able to access real-time metrics.

```yaml
Type: Object
Expand All @@ -592,11 +590,9 @@ PARAMVALUE: Disabled | AuthorizedOnly | All
When set to `Disabled` (the default value), users affected by the policy won't receive real-time metrics for call queues.

When set to `AuthorizedOnly`, users affected by the policy will receive real-time metrics for call queues they are authorized for.

When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization.

> [!IMPORTANT]
> 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.
> 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` won't be able to access real-time metrics.

```yaml
Type: Object
Expand All @@ -618,11 +614,9 @@ PARAMVALUE: Disabled | AuthorizedOnly | All
When set to `Disabled` (the default value), users affected by the policy won't receive real-time metrics for agents.

When set to `AuthorizedOnly`, users affected by the policy will receive real-time metrics for agents who are members in the call queues they are authorized for.

When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization.

> [!IMPORTANT]
> 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.
> 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` won't be able to access real-time metrics.

```yaml
Type: Object
Expand Down
6 changes: 0 additions & 6 deletions teams/teams-ps/teams/Set-CsTeamsVoiceApplicationsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,6 @@ PARAMVALUE: Disabled | AuthorizedOnly | All
When set to `Disabled` (the default value), users affected by the policy won't receive real-time metrics for auto attendants.

When set to `AuthorizedOnly`, users affected by the policy will receive real-time metrics for auto attendants they are authorized for.

When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization.

> [!IMPORTANT]
> 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.
Expand All @@ -566,8 +564,6 @@ PARAMVALUE: Disabled | AuthorizedOnly | All
When set to `Disabled` (the default value), users affected by the policy won't receive real-time metrics for call queues.

When set to `AuthorizedOnly`, users affected by the policy will receive real-time metrics for call queues they are authorized for.

When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization.

> [!IMPORTANT]
> 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.
Expand All @@ -592,8 +588,6 @@ PARAMVALUE: Disabled | AuthorizedOnly | All
When set to `Disabled` (the default value), users affected by the policy won't receive real-time metrics for agents.

When set to `AuthorizedOnly`, users affected by the policy will receive real-time metrics for agents who are members in the call queues they are authorized for.

When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization.

> [!IMPORTANT]
> 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.
Expand Down