Skip to content

Commit 0879b62

Browse files
author
Will Ehrich
committed
Initial commit
1 parent 17bb388 commit 0879b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public class AzureNetworkSecurityRuleConfigBase : NetworkBaseCmdlet
4040
MNM.SecurityRuleProtocol.Tcp,
4141
MNM.SecurityRuleProtocol.Udp,
4242
MNM.SecurityRuleProtocol.Icmp,
43+
MNM.SecurityRuleProtocol.Esp,
44+
MNM.SecurityRuleProtocol.Ah,
4345
MNM.SecurityRuleProtocol.Asterisk,
4446
IgnoreCase = true)]
4547
[ValidateNotNullOrEmpty]

0 commit comments

Comments
 (0)