Skip to content

Commit

Permalink
{ApplicationGateway} Include the possible value for Operator and Vari…
Browse files Browse the repository at this point in the history
…able parameter (Azure#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 Azure#18106
  • Loading branch information
navba-MSFT authored May 24, 2022
1 parent b22cc41 commit 39b199f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Accept wildcard characters: False
```
### -Operator
When variable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
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.
```yaml
Type: System.String
Expand Down Expand Up @@ -77,7 +77,7 @@ Accept wildcard characters: False
```
### -Variable
The variable to be excluded.
The variable to be excluded. Match variable. Possible values are RequestHeaderNames, RequestCookieNames, QueryStringArgNames, RequestBodyPostArgNames.
```yaml
Type: System.String
Expand Down

0 comments on commit 39b199f

Please sign in to comment.