We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf79ca commit 5ded548Copy full SHA for 5ded548
src/ServiceManagement/Network/Commands.Network/Routes/SetAzureRoute.cs
@@ -32,7 +32,7 @@ public class SetAzureRoute : NetworkCmdletBase
32
[Parameter(Position = 3, Mandatory = true, HelpMessage = "The new route's next hop type. Valid values are \"VPNGateway\".")]
33
public string NextHopType { get; set; }
34
35
- [Parameter(Position = 4, Mandatory = true, HelpMessage = "The new route's next hop ip address." +
+ [Parameter(Position = 4, Mandatory = false, HelpMessage = "The new route's next hop ip address." +
36
" This parameter can only be specifide for \"VirtualAppliance\" next hops.")]
37
public string NextHopIpAddress { get; set; }
38
0 commit comments