Skip to content

Commit 4b83ce2

Browse files
authored
Update Set-CsTeamsCallingPolicy.md
Add new properties for Pay-As-You-Go Calling Spend Limits feature
1 parent a4ed97e commit 4b83ce2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
4444
[-PopoutForIncomingPstnCalls <string>]
4545
[-PreventTollBypass <boolean>]
4646
[-SpamFilteringEnabledType <string>]
47+
[-PayAsYouGoSpendingLimits <Boolean>]
48+
[-PayAsYouGoSpendingUserLimit <long>]
4749
[-WhatIf]
4850
[<CommonParameters>]
4951
```
@@ -484,6 +486,38 @@ Accept pipeline input: False
484486
Accept wildcard characters: False
485487
```
486488

489+
### -PayAsYouGoSpendingLimits
490+
Determines if spending limit is enabled for pay-as-you-go PSTN calls.
491+
492+
```yaml
493+
Type: Boolean
494+
Parameter Sets: (All)
495+
Aliases:
496+
Applicable: Microsoft Teams
497+
498+
Required: False
499+
Position: Named
500+
Default value: None
501+
Accept pipeline input: False
502+
Accept wildcard characters: False
503+
```
504+
505+
### -PayAsYouGoSpendingUserLimit
506+
Determines the value of spending limit for a user making pay-as-you-go PSTN calls.
507+
508+
```yaml
509+
Type: Long
510+
Parameter Sets: (All)
511+
Aliases:
512+
Applicable: Microsoft Teams
513+
514+
Required: False
515+
Position: Named
516+
Default value: None
517+
Accept pipeline input: False
518+
Accept wildcard characters: False
519+
```
520+
487521
### -Force
488522
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
489523

0 commit comments

Comments
 (0)