Skip to content

Commit 5ded548

Browse files
author
Ed Munoz
committed
Make NextHopIpAddress an optional parameter.
1 parent 8bf79ca commit 5ded548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Network/Commands.Network/Routes/SetAzureRoute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class SetAzureRoute : NetworkCmdletBase
3232
[Parameter(Position = 3, Mandatory = true, HelpMessage = "The new route's next hop type. Valid values are \"VPNGateway\".")]
3333
public string NextHopType { get; set; }
3434

35-
[Parameter(Position = 4, Mandatory = true, HelpMessage = "The new route's next hop ip address." +
35+
[Parameter(Position = 4, Mandatory = false, HelpMessage = "The new route's next hop ip address." +
3636
" This parameter can only be specifide for \"VirtualAppliance\" next hops.")]
3737
public string NextHopIpAddress { get; set; }
3838

0 commit comments

Comments
 (0)