-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Teams Calling Policy - Add spend limits parameters #12391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Teams Calling Policy - Add spend limits parameters #12391
Conversation
Learn Build status updates of commit cc85be0: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Applicable: Microsoft Teams | ||
Required: False | ||
Position: Named | ||
Default value: None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add information on the default value for the parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Added 'False' as the default value.
Applicable: Microsoft Teams | ||
Required: False | ||
Position: Named | ||
Default value: None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the default value None or 0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is 'None' on purpose, because this value can be nullable.
Required: False | ||
Position: Named | ||
Default value: None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the default value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Added 'False' as the default value.
Required: False | ||
Position: Named | ||
Default value: None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the default value None or 0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is 'None' on purpose, because this value can be nullable.
Learn Build status updates of commit 27b9033: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 4ae3d7d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit b9ae866: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 302f4d3: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit c5d1ceb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit c5d1ceb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
This pull request includes updates to the
New-CsTeamsCallingPolicy
andSet-CsTeamsCallingPolicy
cmdlets documentation to include new parameters for managing spend limits on PSTN calls.New parameters added:
teams/teams-ps/teams/New-CsTeamsCallingPolicy.md
: Added-EnableSpendLimits
and-CallingSpendUserLimit
parameters to the cmdlet. These parameters allow administrators to enable/disable spend limits and set a maximum spend limit for users on outgoing PSTN calls.teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md
: Added-EnableSpendLimits
and-CallingSpendUserLimit
parameters to the cmdlet. These parameters allow administrators to enable/disable spend limits and set a maximum spend limit for users on outgoing PSTN calls.