Skip to content
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

Typo in output of Get-M365DSCCompiledPermissionList #2553

Closed
BenHagueNZ opened this issue Nov 17, 2022 · 1 comment · Fixed by #2569 or #2584
Closed

Typo in output of Get-M365DSCCompiledPermissionList #2553

BenHagueNZ opened this issue Nov 17, 2022 · 1 comment · Fixed by #2569 or #2584
Assignees
Labels
Bug Something isn't working Core Engine Entra ID V1.22.1116.1 Version 1.22.1116.1

Comments

@BenHagueNZ
Copy link

One of the permissions returned from "Get-M365DSCCompiledPermissionList -ResourceNameList (Get-M365DSCAllResources)" is AdmninistrativeUnit.Read.All which seems to be a typo for AdministrativeUnit.Read.All. This seems to be breaking "Update-M365DSCAllowedGraphScopes -all -verbose -Type read" as well.

@andikrueger andikrueger added Bug Something isn't working Entra ID Core Engine V1.22.1116.1 Version 1.22.1116.1 labels Nov 18, 2022
@chaospheremk
Copy link

It also appears that the output for:
(Get-M365DSCCompiledPermissionList -ResourceNameList (Get-M365DSCAllResources)).UpdatePermissions
Output shows "Tasks.ReadWrite" when it's supposed to be "Tasks.ReadWrite.All"
Output shows "Tasks.Read" when it's supposed to be "Tasks.Read.All"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Core Engine Entra ID V1.22.1116.1 Version 1.22.1116.1
Projects
None yet
3 participants