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
3 changes: 3 additions & 0 deletions teams/teams-ps/teams/New-CsAutoAttendantCallableEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ The Type parameter represents the type of the callable entity, which can be any
- ExternalPstn
- SharedVoicemail

> [!IMPORTANT]
> Nesting Auto attendants and Call queues via ***ConfigurationEndpoint*** isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.

```yaml
Type: Object
Parameter Sets: (All)
Expand Down
2 changes: 2 additions & 0 deletions teams/teams-ps/teams/New-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
> - -OverflowActionCallPriority
> - -TimeoutActionCallPriority
> - -NoAgentActionCallPriority
>
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.

## EXAMPLES

Expand Down
5 changes: 2 additions & 3 deletions teams/teams-ps/teams/Set-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
> - -TimeoutActionCallPriority
> - -NoAgentActionCallPriority
>
> The following configuration parameter will only work for customers that are participating in the Queues app private preview for these features. General Availability for this functionality has not been determined at this time.
>
> - -ServiceLevelThresholdResponseTimeInSecond
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.


## EXAMPLES

Expand Down
Loading