Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
monkey365
0.95.1
rules/conditions/Azure/NSG/allow-udp.json
{
filter: [
{
conditions : [
["Protocol", "eq", "*"],
["Protocol", "eq", "UDP"]
],
operator : 'or'
}
]
}