You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Use SharePointPnPPowerShellOnline v3.25.2009.1, create an XML containing a AppCatalog package deployment, run via ClientID/Thumbprint auth. Error generated
The text was updated successfully, but these errors were encountered:
Got the same error! In my case I'm trying to provision a Office Group (SharePoint Site) with a associated Microsoft Teams Team.
On powershell it works perfectly, but when I try to do it on ASP.Net, this error occurs:
Environment
[X] Office 365 / SharePoint Online
[ ] SharePoint 2016
[ ] SharePoint 2013
Works when using SharePointPnPPowerShellOnline v3.23.2007.1
Every version thereafter (up to current latest 3.25.2009.1) generates the following issue
Expected or Desired Behavior
I should be able to deploy an SPFx application to a tenant using a certificate based authentication:
Connect-PnPOnline -Url $Url -ClientId "myclientid" -Thumbprint "mythumbprint" -Tenant "mytenant"
Apply-PnPProvisioningTemplate -Path ./template.xml
Observed Behavior
The prior template will fail with the following:
Steps to Reproduce
Use SharePointPnPPowerShellOnline v3.25.2009.1, create an XML containing a AppCatalog package deployment, run via ClientID/Thumbprint auth. Error generated
The text was updated successfully, but these errors were encountered: