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
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:
Make sure you can reproduce this issue using the latest released version of Microsoft.Graph.Entra or Microsoft.Graph.Entra.Beta.
Please search the existing issues to see if there has been a similar issue filed.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Execute -Entra with Connect-Entra -Scopes 'Group.ReadWrite.All','Group.Create' -DeviceCode
See error at AADSTS650053: The application 'Microsoft Graph Command Line Tools' asked for scope 'Group.Create' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.
Expected behavior
A clear and concise description of what you expected to happen.
No error
Debug Output
Run the problematic command with -Debug and paste the resulting debug stream below.
⚠ ATTENTION: Be sure to remove any sensitive information that may be in the logs.
Module Version
Please run Get-Module Microsoft.Graph.Entra* after cmdlet execution and paste the output below.
If a module cannot be installed or imported, please run Get-Module -ListAvailable and paste the output.
Environment Data
Please run $PSVersionTable and paste the output below. If running the Docker container image, indicate the tag of the image used and the version of Docker engine.
Screenshots
c> If applicable, add screenshots to help explain your problem.
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:
Microsoft.Graph.Entra
orMicrosoft.Graph.Entra.Beta
.Describe the bug
To Reproduce
Steps to reproduce the behavior:
-Entra
withConnect-Entra -Scopes 'Group.ReadWrite.All','Group.Create' -DeviceCode
AADSTS650053: The application 'Microsoft Graph Command Line Tools' asked for scope 'Group.Create' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.
Expected behavior
Debug Output
Module Version
Environment Data
Screenshots
c> If applicable, add screenshots to help explain your problem.
Additional context
https://learn.microsoft.com/en-us/powershell/module/microsoft.entra/new-entragroup?view=entra-powershell#example-1-create-a-group
documentation states 'group.create' while this is a application permission, which is not relevant when using the commandline
should omit this scope.
The text was updated successfully, but these errors were encountered: