/PnPExtensionExample

Sample PnP Remote Provisioning Template Provider Extension that illustrates how to create your own. Also includes an extension that will add comments directly to your exported templates.

Primary LanguageC#MIT LicenseMIT

PnPExtensionExample

This is a sample TemplateProviderExtension for the OfficeDev PnP Provisioning Engine. A Full writeup of this solution can be found on my blog at thechriskent.com

The actual extension MyExtension.CommentIt will add an XML Comment to the root node of the PnP Provisioning Template XML file.

A sample PowerShell script is also provided to show how to run this extension.