Micael Levesque
Micael Levesque
omg!! They are deprecating P.S 7.0 in december and still we have this crap! All our azure functions will fail that is it?
So I fixed it... by rebuilding Pnp.Powershell and Pnp.Framework. Updated refs to all Microsoft.Extensions.* from 2.2.0 to 3.0.3.0 PnP.Framework.csproj:  PnP.PowerShell.csproj:  I rebuilded a local module and uploaded it...
So it is concluding that Pnp.Powershell should upgrade microsoft.Extensions.* dependencies in project. There is no impacts moving from 2.2.0 to 3.0.3.0...
Our module is used in multiple client services for site provisioning creation from teams to communication sites with full assets. I would not say that I am covering 100% cases...
Hi, made myself a fix into our provisioning module. There is 2 things happening here : 1 - Get provisioning will not get files from templates, so I built myself...