You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/BackendHttpSettings/AzureApplicationGatewayBackendHttpSettingsBase.cs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ public class AzureApplicationGatewayBackendHttpSettingsBase : NetworkBaseCmdlet
95
95
96
96
[Parameter(
97
97
Mandatory=false,
98
-
HelpMessage="Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null")]
98
+
HelpMessage="Path which should be used as a prefix for all HTTP requests. If no value is provided for this parameter, then no path will be prefixed.")]
99
99
[ValidateNotNullOrEmpty]
100
100
publicstringPath{get;set;}
101
101
@@ -144,12 +144,18 @@ public PSApplicationGatewayBackendHttpSettings NewObject()
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/GetAzureApplicationGatewaySslPredefinedPolicy.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ public class GetAzureApplicationGatewaySslPredefinedPolicy : ApplicationGatewayB
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/Probe/AzureApplicationGatewayProbeConfigBase.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public class AzureApplicationGatewayProbeConfigBase : NetworkBaseCmdlet
34
34
publicstringProtocol{get;set;}
35
35
36
36
[Parameter(
37
-
Mandatory=true,
37
+
Mandatory=false,
38
38
HelpMessage="Host name to send probe to")]
39
39
[ValidateNotNullOrEmpty]
40
40
publicstringHostName{get;set;}
@@ -71,6 +71,7 @@ public class AzureApplicationGatewayProbeConfigBase : NetworkBaseCmdlet
71
71
[Parameter(
72
72
Mandatory=false,
73
73
HelpMessage="Minimum number of servers that are always marked healthy. Default value is 0")]
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/ProbeHealthResponseMatch/AzureApplicationGatewayProbeHealthResponseMatchBase.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class AzureApplicationGatewayProbeHealthResponseMatchBase : NetworkBaseCm
29
29
[Parameter(
30
30
HelpMessage="Allowed ranges of healthy status codes.Default range of healthy status codes is 200 - 399")]
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/RedirectConfiguration/AzureApplicationGatewayRedirectConfigurationBase.cs
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,10 @@ public class AzureApplicationGatewayRedirectConfigurationBase : NetworkBaseCmdle
43
43
ParameterSetName="SetByResource",
44
44
HelpMessage="HTTPListener to redirect the request to")]
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/RedirectConfiguration/GetAzureApplicationGatewayRedirectConfigurationCommand.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public override void ExecuteCmdlet()
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/RedirectConfiguration/RemoveAzureApplicationGatewayRedirectConfigurationCommand.cs
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/RedirectConfiguration/SetAzureApplicationGatewayRedirectConfigurationCommand.cs
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,22 +29,25 @@ public class SetAzureApplicationGatewayRedirectConfigurationCommand : AzureAppli
0 commit comments