-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update New-CsTeamsVoiceApplicationsPolicy.md #12081
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
de04d48
Update New-CsTeamsVoiceApplicationsPolicy.md
CLYVR 76c94ae
Update Set-CsTeamsVoiceApplicationsPolicy.md
CLYVR bdf1584
Update New-CsTeamsVoiceApplicationsPolicy.md
CLYVR 80f898f
Update New-CsTeamsVoiceApplicationsPolicy.md
CLYVR 976fc4e
Update Set-CsTeamsVoiceApplicationsPolicy.md
CLYVR 7fdb514
Merge branch 'main' into patch-29
CLYVR 6fd477a
Update New-CsTeamsVoiceApplicationsPolicy.md
CLYVR dfe7f50
Update Set-CsTeamsVoiceApplicationsPolicy.md
CLYVR f9ef762
Merge branch 'main' into patch-29
CLYVR 0e55fe8
Merge branch 'main' into patch-29
Stacyrch140 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,6 +181,8 @@ Accept wildcard characters: False | |
|
||
### -AllowAutoAttendantTimeZoneChange | ||
|
||
_This option is not currently available in Queues app._ | ||
|
||
When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone. | ||
|
||
```yaml | ||
|
@@ -197,6 +199,8 @@ Accept wildcard characters: False | |
|
||
### -AllowAutoAttendantLanguageChange | ||
|
||
_This option is not currently available in Queues app._ | ||
|
||
When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language. | ||
|
||
```yaml | ||
|
@@ -325,6 +329,8 @@ Accept wildcard characters: False | |
|
||
### -AllowCallQueueNoAgentSharedVoicemailGreetingChange | ||
|
||
_This option is not currently available in Queues app._ | ||
|
||
When set to `True`, users affected by the policy will be allowed to change the call queue's no agent shared voicemail greeting. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's no agent shared voicemail greeting. | ||
|
||
```yaml | ||
|
@@ -341,6 +347,8 @@ Accept wildcard characters: False | |
|
||
### -AllowCallQueueLanguageChange | ||
|
||
_This option is not currently available in Queues app._ | ||
|
||
When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language. | ||
|
||
```yaml | ||
|
@@ -501,6 +509,8 @@ Accept wildcard characters: False | |
|
||
### -CallQueueAgentMonitorMode | ||
|
||
_This option is not currently available in Queues app._ | ||
|
||
PARAMVALUE: Disabled | Monitor | Whisper | Barge | Takeover | ||
|
||
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor call sessions. | ||
|
@@ -528,6 +538,8 @@ Accept wildcard characters: False | |
|
||
### -CallQueueAgentMonitorNotificationMode | ||
|
||
_This option is not currently available in Queues app._ | ||
|
||
PARAMVALUE: Disabled | Agent | ||
|
||
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor agents during call sessions. | ||
|
@@ -558,7 +570,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim | |
When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization. | ||
|
||
> [!IMPORTANT] | ||
> The `All` option is no longer supported. | ||
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeAutoAttendantMetricsPermission* set to `All` will not be able to access real-time metrics. | ||
|
||
```yaml | ||
Type: Object | ||
|
@@ -584,7 +596,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim | |
When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization. | ||
|
||
> [!IMPORTANT] | ||
> The `All` option is no longer supported. | ||
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeCallQueueMetricsPermission* set to `All` will not be able to access real-time metrics. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please update the spelling of "paramater" to "parameter" |
||
|
||
```yaml | ||
Type: Object | ||
|
@@ -610,7 +622,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim | |
When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization. | ||
|
||
> [!IMPORTANT] | ||
> The `All` option is no longer supported. | ||
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeAgentMetricsPermission* set to `All` will not be able to access real-time metrics. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please update the spelling of "paramater" to "parameter" |
||
|
||
```yaml | ||
Type: Object | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 update the spelling of "paramater" to "parameter"