Skip to content

Commit 6b52a47

Browse files
authored
Generated from 19e41e2e7bb38120b813ad2314dc7c4f422b48c4 (#3417)
Add ICMP to the list of supported protocols
1 parent f95224d commit 6b52a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_management_client_enums.py

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ class AzureFirewallNetworkRuleProtocol(str, Enum):
219219
tcp = "TCP"
220220
udp = "UDP"
221221
any = "Any"
222+
icmp = "ICMP"
222223

223224

224225
class AuthorizationUseStatus(str, Enum):

0 commit comments

Comments
 (0)