Fixing Issue 3275 - Add SharingStatus to Get-PnPFlow#3287
Merged
KoenZomers merged 12 commits intopnp:devfrom Aug 6, 2023
NishkalankBezawada:Feature-3275
Merged
Fixing Issue 3275 - Add SharingStatus to Get-PnPFlow#3287KoenZomers merged 12 commits intopnp:devfrom NishkalankBezawada:Feature-3275
KoenZomers merged 12 commits intopnp:devfrom
NishkalankBezawada:Feature-3275
Conversation
…ing one flow would not make sense, so only applying it when requesting all flows.
Collaborator
|
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! |
Collaborator
Author
|
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? |
Collaborator
|
@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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type
Related Issues?
Fixes #3275
What is in this Pull Request ?
Add the option for
SharingStatusto the Get-PnPFlow command.Added a new property
SharingStatus, by which the below scenarios can be fulfilled.SharedWithMereturns flows that are shared with you, or created by you and shared with someone.Personalreturns all flows created by you which are not shared.Allcombines 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