Skip to content

Commit d7886cb

Browse files
committed
revert change to set circuit command
1 parent 8efe523 commit d7886cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)