Get-AdminFlowWithMigratingTriggerUrl

Lists flows with migrating trigger URL.

Syntax

Default (Default)

Get-AdminFlowWithMigratingTriggerUrl
    -EnvironmentName <String>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminFlowWithMigratingTriggerUrl returns a list of flow IDs that require an update to the trigger URL. Use Get-Help Get-AdminFlowWithMigratingTriggerUrl -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminFlowWithMigratingTriggerUrl -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee

Returns an array of flow IDs for environment "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" that contains flows with migrating triggers in the flow definition.

Parameters

-ApiVersion

The API version to call with.

Parameter properties

Type:String
Default value:2016-11-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnvironmentName

Environment ID where the specified flow is located. Limit flows returned to those in a specified environment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.