-
Notifications
You must be signed in to change notification settings - Fork 399
Description
Is your feature request related to a problem? Please describe.
My flows environment does not allow for me to create flows. Others create the flows and then they are shared with me. When using Get-PnPFlow to retrieve a list of flows, there are no flows returned; however, if I use the PnP CLI command 'm365 flow list' with the same environment and specify --sharingStatus 'all' then a list of my shared flows is returned.
Describe the solution you'd like
Add the option for --sharingStatus to the Get-PnPFlow command.
Describe alternatives you've considered
Currently using the PnP Powershell commands. Could add in also the PnP CLI command but this would require authenticating twice. The PnP CLI authentication requires these steps "To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXXXX to authenticate."