Forum Discussion
Aug 25, 2016
Remove existing DataRows when provisioning list Data Rows using Office Dev PnP Provisioning
Great that it's possible to deploy DataRows for lists using the #provisioningtemplate. Can this be extended, so it's possible to delete existing DataRows? This is useful when I'm applying a provision...
BertJansen
Microsoft
Aug 25, 2016You could write your own PnP provisioning extensibility provider to extend the engine in case you want a pure code based solution. See https://github.com/OfficeDev/PnP/tree/dev/Samples/Provisioning.Extensibility.
One of the design tenets of the engine is that we're not deleting data...