Correct GPA-supported policy list in New-CsGroupPolicyAssignment (add Dialout, remove Emergency Call Routing)#13692
Conversation
…Routing Group policy assignment does not support the outbound calling restriction (Dialout) policy, so add it to the list of unsupported policy types. Also remove Teams Emergency Call Routing Policy, which is now supported for group policy assignment (it is an accepted value of Get-CsGroupPolicyAssignment -PolicyType). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit c3db999: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@d-chetan Before this PR can be merged, you need to add the Sign off label to it. Before you sign off a PR, confirm the following:
After you've confirmed the above, do the following to sign off:
After you've signed off, our operations (PubOps) team will review the PR for issues that may impact formatting and the customer experience. If any changes are needed, they will return When the PR passes PubOps review, they'll merge the PR. If the PR is merged into the main branch, changes will go live within the next couple hours. If you have questions about this process, or need help signing off on this PR, post a message to https://aka.ms/tcphelp. |
|
Learn Build status updates of commit 48ca16f: ✅ Validation status: passed
For more details, please refer to the build report. |

Summary
Corrects the list of policy types that group policy assignment (GPA) does not support, in the
New-CsGroupPolicyAssignmentDESCRIPTION note.Changes
Dialout Policy(OnlineDialOutPolicy, the outbound calling restriction policy) to the unsupported list. GPA does not support this policy type — it is absent from the accepted values of Get-CsGroupPolicyAssignment-PolicyTypewhile its sibling voice policies (OnlineVoiceRoutingPolicy,OnlineVoicemailPolicy,OnlineAudioConferencingRoutingPolicy,TeamsSharedCallingRoutingPolicy,CallingLineIdentity,TenantDialPlan) are all present. This aligns with the companion fix inGrant-CsDialoutPolicy(Remove Group Policy Assignment (GPA) content from Grant-CsDialoutPolicy #13691).Teams Emergency Call Routing Policyfrom the unsupported list. This policy is now supported for group policy assignment —TeamsEmergencyCallRoutingPolicyis an accepted value ofGet-CsGroupPolicyAssignment -PolicyType. The exclusion dated from the original "As of May 2023" note and is stale.Net effect on the list