msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Directory Role Management and Entitlement Management are in wrong module

Open JefTek opened this issue 3 years ago • 2 comments

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.

Microsft.Graph.Identity.Governance

JefTek avatar Nov 23 '21 19:11 JefTek

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.

peombwa avatar Nov 23 '21 22:11 peombwa

Confirming that the RoleManagementDirectory cmdlets an Identity module instead. @peombwa let's address this in the v2 milestone.

bgold09 avatar Sep 23 '22 19:09 bgold09

Fixed by #1573

peombwa avatar Oct 18 '22 17:10 peombwa