Sep 12 2019 06:40 AM - edited Sep 12 2019 06:41 AM
Hi
I have successfully provisioned the starter-kit on our (FR) test tenant and was able to demonstrate the PnPAlert ( application customiser). Next steps are to demonstrate this functionality in another hub site ( on the same tenant).
Connect-PnPOnline -Url $SourceSiteUrl -UseWebLogin
Apply-PnPProvisioningTemplate -path .\my-provisioningTemplate.xml
# for small changes to the script I simply selected the relevant handlers
Apply-PnPProvisioningTemplate -path .\my-provisioningTemplate.xml -Handlers CustomActions
Apply-PnPProvisioningTemplate -path .\my-provisioningTemplate.xml -Handlers Lists
Get-PnPCustomAction
Name Location Scope Id
---- -------- ----- --
DiscussNow ClientSideExtension.ListViewCommandSet Web 71cd5d36-f198-4ec2-9dfc-6eab524fc194
AlertNotification ClientSideExtension.ApplicationCustomizer Web 5c92d46c-6c28-48ae-8cf2-f31eb2b37f53
# Also ensured custom scripting works
Connect-SPOService -Url $adminSiteUrl
Set-SPOsite $sourceSiteUrl -DenyAddAndCustomizePages 0
I am obviously missing a dependency but I have no idea what this is.