-
Notifications
You must be signed in to change notification settings - Fork 359
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
[BUG] - Unable to create teams using New-PnPTeamsTeam #2977
Comments
Looks like there is Graph API permissions changed, can you also please add |
but this works with limited permission
|
Ok that's strange, I got a specific error message asking me to add the In case of Managed identity, it sometimes takes quite a some time for the updated permissions to be reflected in the access token. Thanks for letting us know, will close the issue now. |
Unfortunately, I still get this error
It only occurs when we user -Owners attribute, |
I have the same issue from an azure function under an managed identity.
How to Teamify from an azure function under managed identity? |
Unable to create teams using New-PnPTeamsTeam. The pnp powershell version is 2.1.1
The Group is created, but the team never gets created.
When i user owner attribute , i get this error
I am using managed identity in azure runbook. Following permissions are given to managed identity
When i create the team locally , it works
here is the code in runbook
The text was updated successfully, but these errors were encountered: