Skip to content

Commit ad1f401

Browse files
author
Will Ehrich
committed
Initial commit
1 parent b5b6f68 commit ad1f401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Network/Network/NetworkSecurityGroup/NetworkSecurityRule/AzureNetworkSecurityRuleConfigBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public class AzureNetworkSecurityRuleConfigBase : NetworkBaseCmdlet
3939
[ValidateSet(
4040
MNM.SecurityRuleProtocol.Tcp,
4141
MNM.SecurityRuleProtocol.Udp,
42+
MNM.SecurityRuleProtocol.Icmp,
4243
MNM.SecurityRuleProtocol.Asterisk,
4344
IgnoreCase = true)]
4445
[ValidateNotNullOrEmpty]

0 commit comments

Comments
 (0)