Skip to content

Commit d14d34f

Browse files
authored
Fixed indentation.
1 parent f5644f7 commit d14d34f

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ The advanced editor can be used to select virtual networks during the creation o
9393
1. Under **Criteria**, select **Advanced (JSON) editor** to open the editor.
9494
1. Enter the following JSON code into the text box and select **Save**:
9595

96-
```json
97-
{
98-
"allOf": [
99-
{
100-
"field": "Name",
101-
"contains": "myVNet01"
102-
}
103-
]
104-
}
105-
```
96+
```json
97+
{
98+
"allOf": [
99+
{
100+
"field": "Name",
101+
"contains": "myVNet01"
102+
}
103+
]
104+
}
105+
```
106106
1. After a few minutes, select your network group and select **Group Members** under **Settings**. You should only see myVNet01-WestUS and myVNet01-EastUS.
107107

108108
### Edit an existing policy
@@ -216,26 +216,26 @@ In this example, a conditional statement is created that finds virtual networks
216216

217217
* Advanced editor:
218218

219-
```json
219+
```json
220220

221-
{
222-
"allOf": [
223-
{
224-
"field": "Name",
225-
"contains": "myVNet"
226-
},
227-
{
228-
"field": "tags['environment']",
229-
"equals": "production"
230-
}
231-
]
232-
}
221+
{
222+
"allOf": [
223+
{
224+
"field": "Name",
225+
"contains": "myVNet"
226+
},
227+
{
228+
"field": "tags['environment']",
229+
"equals": "production"
230+
}
231+
]
232+
}
233233

234-
```
234+
```
235235

236-
> [!NOTE]
237-
> Conditionals should filter on resource type Microsoft.Network/virtualNetwork to improve efficiency.
238-
> This condition is prepended for you on any conditionals specified through the portal.
236+
> [!NOTE]
237+
> Conditionals should filter on resource type Microsoft.Network/virtualNetwork to improve efficiency.
238+
> This condition is prepended for you on any conditionals specified through the portal.
239239
## Next steps
240240

241241
- Learn about [Network groups](concept-network-groups.md).

0 commit comments

Comments
 (0)