pnp / PnP-Provisioning-Schema

Office 365 Patterns and Practices - Remote Provisioning Schema
MIT License
161 stars 220 forks source link

'Photo' attribute from <pnp:Team is unclear #580

Open nextdarius opened 2 years ago

nextdarius commented 2 years ago

It's currently unclear how to use the 'Photo' attribute in order to provide a specific image for the MS Team being created from a Tenant Template.

In the Provisioning Schema sample, the value of the attribute is simply: "photo.jpg": https://github.com/pnp/PnP-Provisioning-Schema/blob/4134c29ec768bbd53e8b141827212bcc99283154/Samples/ProvisioningSchema-2021-03-FullSample-01.xml#L1340

The value of this attribute in MSDN is a bit different, it seems to use this 'TeamData' in the path: https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/pnp-provisioning-tenant-templates#teams

I tried to provide an image url from SharePoint or completely external source but it's mentioning that the url is not valid.

adelinasfat commented 1 year ago

Any news regarding this issue? Still didn't find a way to configure this attribute.