pnp / provision-assist-m365

Provision Assist is a request and provisioning solution for Teams, Groups, SPO Sites and Viva Engage Communities in Microsoft 365.
MIT License
52 stars 5 forks source link

Bug fix to allow more than 20 members and owners #66

Closed alexc-MSFT closed 5 months ago

alexc-MSFT commented 5 months ago

Implemented a bug fix to allow more than 20 members and owners to be added when creating a Team or Group. Previously due to the limitations of the create group endpoint in the MS graph, the logic app would fail with a changed links error.

This update changes the logic app to create the group/team with a max of 20 members/owners and adds the remainder to it once created.

The Power App has been updated to remove validation which previously would not allow users to proceed if they had selected more than 20 members/owners.