Skip to content

Commit 67ba4a7

Browse files
{Network} Fix #11188: Add accepted values of Protocol (#20241)
Fixes #11188
1 parent 5f2c9ee commit 67ba4a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,18 @@ Accept wildcard characters: False
264264
### -Protocol
265265
Specifies the network protocol that a rule configuration applies to.
266266
The acceptable values for this parameter are:
267-
--Tcp
267+
- Tcp
268268
- Udp
269-
- A wildcard character (*) to match both
269+
- Icmp
270+
- Esp
271+
- Ah
272+
- Wildcard character (*) to match all
270273
271274
```yaml
272275
Type: System.String
273276
Parameter Sets: (All)
274277
Aliases:
275-
Accepted values: Tcp, Udp, *
278+
Accepted values: Tcp, Udp, Icmp, Esp, Ah, *
276279

277280
Required: False
278281
Position: Named

0 commit comments

Comments
 (0)