Open
Description
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
This will require the use of the parameter attribute Valuefrompipeline