File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/web-application-firewall/ag Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
48
48
-State Enabled
49
49
```
50
50
51
- And here's the corresponding JSON:
51
+ Corresponding JSON:
52
52
53
53
``` json
54
54
{
@@ -109,7 +109,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
109
109
-State Enabled
110
110
```
111
111
112
- And the corresponding JSON:
112
+ Corresponding JSON:
113
113
114
114
``` json
115
115
{
@@ -167,7 +167,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
167
167
-State Enabled
168
168
```
169
169
170
- And the corresponding JSON:
170
+ Corresponding JSON:
171
171
172
172
``` json
173
173
{
@@ -227,7 +227,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
227
227
-State Enabled
228
228
```
229
229
230
- Here's the corresponding JSON:
230
+ Corresponding JSON:
231
231
232
232
``` json
233
233
{
@@ -297,7 +297,7 @@ $condition2 = New-AzApplicationGatewayFirewallCondition `
297
297
-State Enabled
298
298
```
299
299
300
- Here's the corresponding JSON:
300
+ Corresponding JSON:
301
301
302
302
``` json
303
303
{
@@ -388,7 +388,7 @@ $rule2 = New-AzApplicationGatewayFirewallCustomRule `
388
388
-State Enabled
389
389
```
390
390
391
- And the corresponding JSON:
391
+ Corresponding JSON:
392
392
393
393
``` json
394
394
{
@@ -532,7 +532,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
532
532
-State Enabled
533
533
```
534
534
535
- And here's the corresponding JSON:
535
+ Corresponding JSON:
536
536
537
537
``` json
538
538
{
You can’t perform that action at this time.
0 commit comments