Skip to content

Functions should accept input from the pipeline #75

Open
@SQLDBAWithABeard

Description

@SQLDBAWithABeard

PowerShell works best when the pipeline is effectively used.

FabricTools should be able to pass objects along the pipeline so that they can be consumed in the next command like this

Get-FabricWorkspace -Name WorksapceName | Get-FabricItem

for example.

This will avoid confusion in usual muscle memory PowerShell workflows like below

Image

This will require the use of the parameter attribute Valuefrompipeline

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions