Hi all,
I'm trying out the Extensibility capabilities of the PnP Provisioning framework, like it has been described in this article: http://www.clearpeople.com/insights/blog/2016/september/custom-extensibility-handlers-for-pnp-provis...
I created my own class, inheriting from IProvisioningExtensibilityHandler and registered it in both ProvisioningTemplateApplyingInformation.ExtensibilityHandlers and ProvisioningTemplateCreationInformation.ExtensibilityHandlers
The interface implements three methods: Extract, GetTokens and Provision.
The implementations of the Extract and GetTokens methods get triggered successfully, the Provision method however never gets triggered. It looks like it is a bug in the PnP framework, anybody else has this issue?