Skip to content

Commit 3265b08

Browse files
Will Ehrichanton-evseev
authored andcommitted
Initial commit
1 parent 3108ad8 commit 3265b08

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)