Skip to content

Commit d30030b

Browse files
committed
add support to set command to allow piping
1 parent 47922c6 commit d30030b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/SetAzureExpressRouteCircuitCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class SetAzureExpressRouteCircuitCommand : ExpressRouteCircuitBaseCmdlet
2828
[Parameter(
2929
Mandatory = true,
3030
ValueFromPipeline = true,
31+
ValueFromPipelineByPropertyName = true,
3132
HelpMessage = "The ExpressRouteCircuit")]
3233
public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
3334

0 commit comments

Comments
 (0)