You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-exclude-elements.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,12 +95,8 @@ The advanced editor can be used to select virtual networks during the creation o
95
95
96
96
```json
97
97
{
98
-
"allOf": [
99
-
{
100
-
"field": "Name",
101
-
"contains": "myVNet01"
102
-
}
103
-
]
98
+
"field": "Name",
99
+
"contains": "myVNet01"
104
100
}
105
101
```
106
102
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
0 commit comments