[Bug] Current site is not a tenant administration site #4504
Unanswered
llgjermeni
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have updated the module
SharePointPnPPowerShellOnline
withPnP.PowerShell
. Deploying to SharePoint usingAzureADAppOnly
authentication.PowerShell version: 7.4.6
In the command:
Connect-PnPOnline -CertificatePath $certificatePath -ClientId $appId -Url $url -Tenant "tenant.com" -ErrorAction Stop -ValidateConnection -Verbose
getting the error in pipeline ( yaml pipeline in Azure DevOps):
Logs from
-Verbose
Running the same command locally we have the same error.
The strange thing is, that it is connected and actually applying the changes.
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions