Skip to content

Commit 39b199f

Browse files
authored
{ApplicationGateway} Include the possible value for Operator and Variable parameter (#18197)
On this page: https://docs.microsoft.com/en-us/powershell/module/az.network/new-azapplicationgatewayfirewallexclusionconfig?view=azps-7.5.0 It seems it would be useful to document the valid values for the -Variable and -Operator parameters Fixes #18106
1 parent b22cc41 commit 39b199f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Network/Network/help/New-AzApplicationGatewayFirewallExclusionConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Accept wildcard characters: False
4747
```
4848
4949
### -Operator
50-
When variable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
50+
When variable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Possible values are Any, IPMatch, GeoMatch, Equal, Contains, LessThan, GreaterThan, LessThanOrEqual, GreaterThanOrEqual, BeginsWith, EndsWith.
5151
5252
```yaml
5353
Type: System.String
@@ -77,7 +77,7 @@ Accept wildcard characters: False
7777
```
7878
7979
### -Variable
80-
The variable to be excluded.
80+
The variable to be excluded. Match variable. Possible values are RequestHeaderNames, RequestCookieNames, QueryStringArgNames, RequestBodyPostArgNames.
8181
8282
```yaml
8383
Type: System.String

0 commit comments

Comments
 (0)