Skip to content

Commit c7e9438

Browse files
Merge pull request #223399 from mbender-ms/avnm-update2
AVNM - Updates to JSON
2 parents d859ba0 + d244c31 commit c7e9438

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)