Forum Discussion
Susan Zhu
Nov 23, 2018Copper Contributor
Azure Automation Runbooks using Powershell: Push notifications error?
I'm trying to run some PnP PowerShell commands in an Azure Runbook (e.g. Get-PnPContentType, Apply-PnPProvisioningTemplate, etc. ) over a SharePoint site, but it keeps returning the error below: ...
squirrelassassin650215
May 14, 2020Copper Contributor
It was either this:
Enable-PnPFeature -Identity 41e1d4bf-b1a2-47f7-ab80-d5d6cbba3092
or upgrading the azure automation module to
SharePointPnPPowerShellOnline 3.21.2005.1
I was running
SharePointPnPPowerShellOnline 3.20.2004.0
and got that error if I ever tried to add a second attachment to a list item .... the third item would always work, very weird.