-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing Issue 3275 - Add SharingStatus to Get-PnPFlow #3287
Conversation
6de1913
to
0df8b79
Compare
…ing one flow would not make sense, so only applying it when requesting all flows.
Thanks @NishkalankBezawada for your contribution. I have cleaned it up and made some minor changes to it. Please have a look at the changes I have done. Also next time, please remember to include updated documentation whenever making a change to cmdlets. I have done that for you already. I will proceed with merging this feature. Thanks again for taking the time to contribute! |
Thanks @KoenZomers for your guidance on my first ever contribution to PnP Powershell. I will make sure to comply with the documentation hereafter :) |
Nice feature thank you! But SharingStatus is not working, is it still unreleased? |
@sp00kyDD Its available in the latest nightly release. It's not available in 2.2.0. We don't have an ETA yet on the next release. |
Type
Related Issues?
Fixes #3275
What is in this Pull Request ?
Add the option for
SharingStatus
to the Get-PnPFlow command.Added a new property
SharingStatus
, by which the below scenarios can be fulfilled.SharedWithMe
returns flows that are shared with you, or created by you and shared with someone.Personal
returns all flows created by you which are not shared.All
combines both Personal and SharedWithMeCreated a new enum as below
And used this property as below
A summary of test cases are as below
Summary
copilot:summary
Details
copilot:walkthrough