Skip to content

Commit 3dd33c9

Browse files
authored
Merge branch 'main' into patch-43
2 parents 92ff642 + 4adad05 commit 3dd33c9

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: New-ApplicationAccessPolicy
1616
This cmdlet is available only in the cloud-based service.
1717

1818
> [!IMPORTANT]
19-
> App Access Policies will soon be replaced by Role Based Access Control for Applications. To learn more, see [Role Based Access Control for Exchange Applications](https://learn.microsoft.com/exchange/permissions-exo/application-rbac).
19+
> App Access Policies are replaced by Role Based Access Control for Applications. To learn more, see [Role Based Access Control for Exchange Applications](https://learn.microsoft.com/exchange/permissions-exo/application-rbac). Don't create new App Access Policies as these policies will eventually require migration to Role Based Access Control for Applications.
2020
2121
Use the New-ApplicationAccessPolicy cmdlet to restrict or deny access to a specific set of mailboxes by an application that uses APIs (Outlook REST, Microsoft Graph, or Exchange Web Services (EWS)). These policies are complementary to the permission scopes that are declared by the application.
2222

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ The EnableMainlineAttendant parameter enables Mainline Attendant features for th
362362
> [!NOTE]
363363
> 1. The Auto attendant must have a Resource account assigned
364364
> 1. `-LanguageId` options are limited when Mainline Attendant is enabled
365-
> 1. `-VoiceId` choices are limited when Mainline Attendate is enabled
365+
> 1. `-VoiceId` choices are limited when Mainline Attendant is enabled
366366
> 1. `-EnableVoiceResponse` will be enabled automatically
367367

368368
```yaml

teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
4747
>
4848
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
4949
>
50-
> - -ShiftsTeamId
51-
> - -ShiftsSchedulingGroupId
5250
> - -ComplianceRecordingForCallQueueTemplateId
5351
> - -TextAnnouncementForCR
5452
> - -CustomAudioFileAnnouncementForCR
@@ -1321,10 +1319,6 @@ Accept wildcard characters: False
13211319

13221320
> Applicable: Microsoft Teams
13231321

1324-
_Voice applications private preview customers only._
1325-
1326-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1327-
13281322
Id of the Scheduling Group to connect a call queue to.
13291323

13301324
```yaml
@@ -1343,10 +1337,6 @@ Accept wildcard characters: False
13431337

13441338
> Applicable: Microsoft Teams
13451339

1346-
_Voice applications private preview customers only._
1347-
1348-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1349-
13501340
Id of the Team containing the Scheduling Group to connect a call queue to.
13511341

13521342
```yaml

teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
5353
>
5454
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
5555
>
56-
> - -ShiftsTeamId
57-
> - -ShiftsSchedulingGroupId
5856
> - -ComplianceRecordingForCallQueueTemplateId
5957
> - -TextAnnouncementForCR
6058
> - -CustomAudioFileAnnouncementForCR
@@ -217,7 +215,7 @@ Accept wildcard characters: False
217215

218216
### -CallToAgentRatioThresholdBeforeOfferingCallback
219217

220-
The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Minimum value of one (1). Set to null ($null) to disable this condition.
218+
The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This condition applies to calls arriving at the call queue. Minimum value of one (1). Set to null ($null) to disable this condition.
221219

222220
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
223221

@@ -1345,10 +1343,6 @@ Accept wildcard characters: False
13451343

13461344
> Applicable: Microsoft Teams
13471345

1348-
_Voice applications private preview customers only._
1349-
1350-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1351-
13521346
Id of the Scheduling Group to connect a call queue to.
13531347

13541348
```yaml
@@ -1367,10 +1361,6 @@ Accept wildcard characters: False
13671361

13681362
> Applicable: Microsoft Teams
13691363

1370-
_Voice applications private preview customers only._
1371-
1372-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1373-
13741364
Id of the Team containing the Scheduling Group to connect a call queue to.
13751365

13761366
```yaml

0 commit comments

Comments
 (0)