-
Notifications
You must be signed in to change notification settings - Fork 400
[BUG] Connect-PnPOnline -Url $Url -AzureADWorkloadIdentity return error "Value cannot be null. (Parameter 'path')" running under GitHub actions #5277
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
- Are you using
Invoke-PnPSiteTemplateorGet-PnPSiteTemplate? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues. - Is the issue related to the cmdlet itself, its parameters, the syntax, or do you suspect it is the code of the cmdlet that is causing the issue? Then please continue reporting the issue in this repo.
- If you think that the functionality might be related to the underlying libraries that the cmdlet is calling (We realize that might be difficult to determine), please first double check the code of the cmdlet, which can be found here: https://github.com/pnp/powershell/tree/master/src/Commands. If related to the cmdlet, continue reporting the issue here, otherwise report the issue at https://github.com/pnp/pnpframework/issues
Reporting an Issue or Missing Feature
Error with Connect-PnPOnline -Url $Url -AzureADWorkloadIdentity
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Value cannot be null. (Parameter 'path')
Expected behavior
Successful connection via OIDC Federation
OIDC Federation works Azure CLI for the same repository,
Actual behavior
Connect-PnPOnline -Url $Url -AzureADWorkloadIdentity
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Value cannot be null. (Parameter 'path')
Steps to reproduce behavior
What is the version of the Cmdlet module you are running?
3.1.346
Which operating system/environment are you running PnP PowerShell on?
- Windows
- [X ] Linux
- MacOS
- Azure Cloud Shell
- Azure Functions
- Other : please specify
under a GitHub Runner
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working