Skip to content

Commit

Permalink
Add ICMP to the list of supported protocols (#3993)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanymanea authored and dsgouda committed Sep 24, 2018
1 parent 26fc76c commit 3820caa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@
"enum":[
"TCP",
"UDP",
"Any"
"Any",
"ICMP"
],
"x-ms-enum":{
"name":"AzureFirewallNetworkRuleProtocol",
Expand Down

0 comments on commit 3820caa

Please sign in to comment.