Skip to content

Commit eadf9aa

Browse files
authored
Update Add-AzNetworkSecurityRuleConfig.md (#19179)
1 parent f6ba51d commit eadf9aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Network/Network/help/Add-AzNetworkSecurityRuleConfig.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,16 @@ Specifies the network protocol that a rule configuration applies to.
252252
The acceptable values for this parameter are:
253253
- Tcp
254254
- Udp
255-
- Wildcard character (*) to match both
255+
- Icmp
256+
- Esp
257+
- Ah
258+
- Wildcard character (*) to match all
256259
257260
```yaml
258261
Type: System.String
259262
Parameter Sets: (All)
260263
Aliases:
261-
Accepted values: Tcp, Udp, *
264+
Accepted values: Tcp, Udp, Icmp, Esp, Ah, *
262265

263266
Required: False
264267
Position: Named

0 commit comments

Comments
 (0)