Hello @chrisw ,
Thanks for the question and using MS Q&A platform.
Unfortunately, the PowerShell cmdlet doesn't allow you to pass the parameters.
Reason: The PowerShell cmdlet (New-AzDataFactoryV2Pipeline) or (Set-AzDataFactoryV2Pipeline) syntax doesn't have parameter option in the syntax.
Set-AzDataFactoryV2Pipeline
[-Name] <String>
[-DefinitionFile] <String>
[-ResourceGroupName] <String>
[-DataFactoryName] <String>
[-Force]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
For more details, refer to Azure Data Factory - Create a pipeline.
Hope this helps. Do let us know if you any further queries.
---------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.