Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add ICMP to the list of supported protocols
  • Loading branch information
Stefan Manea committed Sep 24, 2018
commit 19e41e2e7bb38120b813ad2314dc7c4f422b48c4
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