Skip to content

Commit 6bfeee2

Browse files
author
Michael Bender
committed
Update
1 parent 5605789 commit 6bfeee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network-manager/how-to-exclude-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In this example, a conditional statement is created that finds virtual networks
221221
"allOf": [
222222
{
223223
"field": "Name",
224-
"equals": "myVNet"
224+
"contains": "myVNet"
225225
},
226226
{
227227
"field": "tags['environment']",

0 commit comments

Comments
 (0)