Skip to content

Commit

Permalink
Generated from 19e41e2e7bb38120b813ad2314dc7c4f422b48c4 (#3417)
Browse files Browse the repository at this point in the history
Add ICMP to the list of supported protocols
  • Loading branch information
AutorestCI authored Sep 24, 2018
1 parent f95224d commit 6b52a47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class AzureFirewallNetworkRuleProtocol(str, Enum):
tcp = "TCP"
udp = "UDP"
any = "Any"
icmp = "ICMP"


class AuthorizationUseStatus(str, Enum):
Expand Down

0 comments on commit 6b52a47

Please sign in to comment.