Skip to content

Commit f9bcc85

Browse files
authored
Removed highlighted command
1 parent 0b72dae commit f9bcc85

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/virtual-network-manager/create-virtual-network-manager-cli.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,9 @@ az network manager list-effective-connectivity-config \
259259
--resource-group "myAVNMResourceGroup" \
260260
--virtual-network-name "VNetD"
261261
```
262-
For the virtual networks that are part of the connectivity configuration, you'll see an response similar to this:
262+
For the virtual networks that are part of the connectivity configuration, you'll see an output similar to this:
263263

264264
```json
265-
az network manager list-effective-connectivity-config \
266-
--resource-group "myAVNMResourceGroup" \
267-
--virtual-network-name "VNetC"
268265
{
269266
"skipToken": "",
270267
"value": [
@@ -297,7 +294,7 @@ az network manager list-effective-connectivity-config \
297294
]
298295
}
299296
```
300-
For virtual networks not part of the network group like **VNetD**, you'll see a response similar to this:
297+
For virtual networks not part of the network group like **VNetD**, you'll see an output similar to this:
301298

302299
```json
303300
az network manager list-effective-connectivity-config --resource-group "myAVNMResourceGroup" --virtual-network-name "VNetD-test"

0 commit comments

Comments
 (0)