Skip to content

Commit 041a918

Browse files
authored
OUTPUTS seems to be String not PSPipeline (#17287)
When I execute `Invoke-AzDataFactoryV2Pipeline`, String was returned. So, OUTPUTS seems to be System.String not Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline.
1 parent 24408b5 commit 041a918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataFactory/DataFactoryV2/help/Invoke-AzDataFactoryV2Pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
277277
278278
## OUTPUTS
279279
280-
### Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline
280+
### System.String
281281
282282
## NOTES
283283

0 commit comments

Comments
 (0)