Skip to content

Commit 69c6236

Browse files
authored
Merge branch 'main' into patch-27
2 parents efa9416 + 1f1d5c9 commit 69c6236

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Contributors who make infrequent or small updates can edit the file directly on
3232
Articles on learn.microsoft.com are formatted using the Markdown language. For help on using Markdown, see [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).
3333

3434
> [!TIP]
35-
> Cmdlet reference articles follow a very strict schema with limited formatting options, because the articles are also converted and used for help at the command line (`Get-Help <CmdletName`). Use existing content as a guide. For more information, see [platyPS Schema](https://github.com/PowerShell/platyPS/blob/master/platyPS.schema.md).
35+
> Cmdlet reference articles follow a very strict schema with limited formatting options, because the articles are also converted and used for help at the command line (`Get-Help <CmdletName`). Use existing content as a guide. For more information, see [platyPS Schema](https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md).
3636
3737
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.
3838

teams/teams-ps/teams/New-CsAutoAttendantCallableEntity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
21+
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ConfigurationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525
The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity for use with call transfers from the Auto Attendant service. Callable entities can be created using either Object ID or TEL URIs and can refer to any of the following entities:
2626

2727
- User
2828
- ApplicationEndpoint
29+
- ConfigurationEndpoint
2930
- ExternalPstn
3031
- SharedVoicemail
3132

@@ -96,7 +97,8 @@ Accept wildcard characters: False
9697
The Type parameter represents the type of the callable entity, which can be any of the following:
9798
9899
- User
99-
- ApplicationEndpoint
100+
- ApplicationEndpoint (when transferring to a Resource Account)
101+
- ConfigurationEndpoint (when transferring directly to a nested Auto Attendant or Call Queue)
100102
- ExternalPstn
101103
- SharedVoicemail
102104

0 commit comments

Comments
 (0)