Skip to content

Commit

Permalink
Merge branch 'main' into patch-27
Browse files Browse the repository at this point in the history
  • Loading branch information
CLYVR authored Oct 31, 2024
2 parents efa9416 + 1f1d5c9 commit 69c6236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Contributors who make infrequent or small updates can edit the file directly on
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/).

> [!TIP]
> 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).
> 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).
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.

Expand Down
6 changes: 4 additions & 2 deletions teams/teams-ps/teams/New-CsAutoAttendantCallableEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
## SYNTAX

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

## DESCRIPTION
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:

- User
- ApplicationEndpoint
- ConfigurationEndpoint
- ExternalPstn
- SharedVoicemail

Expand Down Expand Up @@ -96,7 +97,8 @@ Accept wildcard characters: False
The Type parameter represents the type of the callable entity, which can be any of the following:
- User
- ApplicationEndpoint
- ApplicationEndpoint (when transferring to a Resource Account)
- ConfigurationEndpoint (when transferring directly to a nested Auto Attendant or Call Queue)
- ExternalPstn
- SharedVoicemail
Expand Down

0 comments on commit 69c6236

Please sign in to comment.