Skip to content
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

[New-Commandlet] Get-PnPDeletedFlow #4396

Merged

Conversation

NishkalankBezawada
Copy link
Contributor

Type

  • Bug Fix
  • New Feature
  • Sample

What is in this Pull Request ?

New Command, to list all soft-deleted Power Automate flows within an environment

Get-PnPDeletedFlow

Returns all soft-deleted Power Automate flows within an environment

SYNTAX

All (Default)

Get-PnPDeletedFlow [-Environment <PowerAutomateEnvironmentPipeBind>] [-Connection <PnPConnection>] [-Verbose]

DESCRIPTION

This cmdlet returns Deleted Power Automate Flows meeting the specified criteria.

EXAMPLES

Example 1

Get-PnPDeletedFlow

Returns all the deleted flows in the default Power Platform environment belonging to any user

Example 2

Get-PnPPowerPlatformEnvironment -Identity "MyOrganization (default)" | Get-PnPDeletedFlow

Returns all the deleted flows for a given Power Platform environment belonging to the any user

PARAMETERS

-Environment

The name of the Power Platform environment or an Environment object to retrieve the available flows for.

Type: PowerAutomateEnvironmentPipeBind
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: The default environment
Accept pipeline input: False
Accept wildcard characters: False

Thanks,
Nishkalank

@gautamdsheth gautamdsheth merged commit d3a64a9 into pnp:dev Oct 10, 2024
4 checks passed
@gautamdsheth
Copy link
Collaborator

Thanks a lot @NishkalankBezawada , merged it !
Much appreciated !

@NishkalankBezawada NishkalankBezawada deleted the NewCmdLet-Get-PnPDeletedFlows branch October 13, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants