Skip to content

Commit d244c31

Browse files
author
Michael Bender
committed
Updates to JSON
1 parent bf2a8df commit d244c31

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,8 @@ The advanced editor can be used to select virtual networks during the creation o
9595

9696
```json
9797
{
98-
"allOf": [
99-
{
100-
"field": "Name",
101-
"contains": "myVNet01"
102-
}
103-
]
98+
"field": "Name",
99+
"contains": "myVNet01"
104100
}
105101
```
106102
1. After a few minutes, select your network group and select **Group Members** under **Settings**. You should only see myVNet01-WestUS and myVNet01-EastUS.
@@ -113,14 +109,10 @@ The advanced editor can be used to select virtual networks during the creation o
113109

114110
```json
115111
[
116-
{
117-
"allOf": [
118-
{
119-
"field": "Name",
120-
"contains": "myVNet01"
121-
}
122-
]
123-
}
112+
{
113+
"field": "Name",
114+
"contains": "myVNet01"
115+
}
124116
]
125117
```
126118

0 commit comments

Comments
 (0)