pnp / pnpcore

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
https://aka.ms/pnp/coresdk/docs
MIT License
298 stars 192 forks source link

#1461 Add better support for the Visibility HiddenMembership and added additionaldata support for creating a Group #1467

Closed danielpastoor closed 4 months ago

danielpastoor commented 4 months ago

1461 Add better support for the Visibility HiddenMembership when creating a site with group.

And fixed an issue when loading team data if the Visibility is HiddenMembership by adding it to the TeamVisibility.cs enum. And last added support for additional creation properties when creating a Group like the property for creating an Education Class Group.

jansenbe commented 4 months ago

Thanks @danielpastoor! Given I'm travelling this week and still catching up on things from last week off processing this PR will probably happen next week.