You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a site, marked as the "home site" in viva connections. Since that time, the site also contains an "Announcements" library:
Since the time the Announcements-Library existed, Get-PnPSiteTemplate -out test.xml -Handlers PageContents -IncludeAllClientSidePages creates only empty templates, containing no pages at all.
I have a site, marked as the "home site" in viva connections. Since that time, the site also contains an "Announcements" library:
Since the time the Announcements-Library existed,
Get-PnPSiteTemplate -out test.xml -Handlers PageContents -IncludeAllClientSidePages
creates only empty templates, containing no pages at all.My first quick finding was that
pnpframework/src/lib/PnP.Framework/Provisioning/ObjectHandlers/ObjectClientSidePageContents.cs
Line 67 in 7c463c8
returns the Announcements library, instead of the Site Pages.
The text was updated successfully, but these errors were encountered: