Skip to content

Commit 5f949df

Browse files
authored
Merge branch 'master' into patch-4
2 parents 331d13c + 3366d59 commit 5f949df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

skype/skype-ps/skype/New-CsAutoAttendant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use the New-CsAutoAttendant cmdlet to create a new Auto Attendant (AA).
1616
## SYNTAX
1717

1818
```powershell
19-
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> -CallFlows <Object> -CallHandlingAssociations <Object> [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-Tenant <Guid>] [<CommonParameters>]
19+
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-Tenant <Guid>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION

skype/skype-ps/skype/New-CsAutoAttendantMenuOption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option.
1616
## SYNTAX
1717

1818
```
19-
New-CsAutoAttendantMenuOption -Action <DisconnectCall | TransferCallToOperator | TransferCallToTarget> -DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic> [-VoiceResponses <Object>] [-CallTarget <Object>] [-Tenant <Guid>] [<CommonParameters>]
19+
New-CsAutoAttendantMenuOption -Action <DisconnectCall | TransferCallToOperator | TransferCallToTarget> -DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic> [-VoiceResponses <List>] [-CallTarget <Object>] [-Tenant <Guid>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION

skype/skype-ps/skype/Set-CsOAuthConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
Collection of domains that autodiscover requests can be redirected to.
8181
For example:
8282
83-
`-ExchangeAutodiscoverAllowedDomains "*.contoso.com","*.fabrikam.com"`
83+
`-ExchangeAutodiscoverAllowedDomains "*.contoso.com;*.fabrikam.com"`
8484

8585

8686
```yaml

0 commit comments

Comments
 (0)