msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Directory Role Management and Entitlement Management are in wrong module
I noticed that many cmdlets for Directory Role Management and Entitlement Management are mistakenly included in the Microsoft.Graph.DeviceManagement.Enrolment module.
Microsoft.Graph.DeviceManagement.Enrolment
-MgRoleManagementDirectory -MgRoleManagementEntitlementManagement -MgFilterRoleManagementDirectory -MgFilterRoleManagementEntitlementManagement
These should likely be in the Microsoft.Graph.Identity.Governance module instead.
Thanks for surfacing this. We plan to address the mismatched cmdlets in v2 to avoid breaking existing customers. We will do this by updating our REGEX-based module mapping config to mirror the current state of the service.
Confirming that the RoleManagementDirectory cmdlets an Identity module instead. @peombwa let's address this in the v2 milestone.
Fixed by #1573