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