You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, calling Get-MgBetaRoleManagementEntitlementManagementRoleAssignment can result in return of roles outside of intended scope which will then fail when trying to resolve with Get-MgBetaRoleManagementEntitlementManagementRoleDefinition -UnifiedRoleDefinitionId $config.RoleDefinitionId
Recommendation is to use -ExpandProperty RoleDefinition on the initial call with prevents the error and reduces additional calls to retrieve definition data
Microsoft 365 DSC Version
DEV/1.25.108.1
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered:
Description of the issue
Currently, calling Get-MgBetaRoleManagementEntitlementManagementRoleAssignment can result in return of roles outside of intended scope which will then fail when trying to resolve with
Get-MgBetaRoleManagementEntitlementManagementRoleDefinition -UnifiedRoleDefinitionId $config.RoleDefinitionId
Recommendation is to use -ExpandProperty RoleDefinition on the initial call with prevents the error and reduces additional calls to retrieve definition data
Microsoft 365 DSC Version
DEV/1.25.108.1
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: