Skip to content

Commit 2f11229

Browse files
authored
Update howto-configure-isolation-domain.md
1 parent 40d0be6 commit 2f11229

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/operator-nexus/howto-configure-isolation-domain.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ az nf l2domain create \
7171

7272
Expected output:
7373

74-
```json
74+
```output
7575
{
7676
"administrativeState": "Disabled",
7777
"annotation": null,user
@@ -107,7 +107,7 @@ az nf l2domain show --resource-group "ResourceGroupName" --resource-name "exampl
107107

108108
Expected output:
109109

110-
```json
110+
```output
111111
{
112112
"administrativeState": "Disabled",
113113
"annotation": null,
@@ -143,7 +143,7 @@ az nf l2domain list --resource-group "ResourceGroupName"
143143

144144
Expected output:
145145

146-
```json
146+
```output
147147
{
148148
"administrativeState": "Enabled",
149149
"annotation": null,
@@ -179,7 +179,7 @@ az nf l2domain update-admin-state --resource-group "ResourceGroupName" --resourc
179179

180180
Expected output:
181181

182-
```json
182+
```output
183183
{
184184
"administrativeState": "Enabled",
185185
"annotation": null,
@@ -279,7 +279,7 @@ az nf l3domain create
279279
280280
Expected output:
281281

282-
```json
282+
```output
283283
{
284284
"administrativeState": "Disabled",
285285
"aggregateRouteConfiguration": null,
@@ -337,7 +337,7 @@ az nf l3domain show --resource-group "ResourceGroupName" --resource-name "exampl
337337

338338
Expected output:
339339

340-
```json
340+
```output
341341
{
342342
"administrativeState": "Disabled",
343343
"aggregateRouteConfiguration": null,
@@ -377,7 +377,7 @@ az nf l3domain list --resource-group "ResourceGroupName"
377377

378378
Expected output:
379379

380-
```json
380+
```output
381381
{
382382
"administrativeState": "Disabled",
383383
"aggregateRouteConfiguration": null,
@@ -417,7 +417,7 @@ az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resourc
417417

418418
Expected output:
419419

420-
```json
420+
```output
421421
{
422422
"administrativeState": "Enabled",
423423
"annotation": null,
@@ -514,7 +514,7 @@ az nf internalnetwork create
514514

515515
Expected output:
516516

517-
```json
517+
```output
518518
{
519519
"administrativeState": "Enabled",
520520
"annotation": null,
@@ -600,7 +600,7 @@ az nf internalnetwork create
600600

601601
Expected output:
602602

603-
```json
603+
```output
604604
{
605605
606606
"administrativeState": "Enabled",
@@ -683,7 +683,7 @@ az nf internalnetwork create
683683

684684
Expected output:
685685

686-
```json
686+
```output
687687
{
688688
"administrativeState": "Enabled",
689689
"annotation": null,
@@ -765,7 +765,7 @@ az nf externalnetwork create
765765

766766
Expected output:
767767

768-
```json
768+
```output
769769
{
770770
"administrativeState": "Enabled",
771771
"annotation": null,
@@ -812,7 +812,7 @@ az nf externalnetwork create
812812

813813
Expected output:
814814

815-
```json
815+
```output
816816
{
817817
"administrativeState": "Enabled",
818818
"annotation": null,
@@ -869,7 +869,7 @@ The supported primary and secondary IPv6 prefix size is /127.
869869

870870
Expected output:
871871

872-
```json
872+
```output
873873
{
874874
"administrativeState": null,
875875
"annotation": null,

0 commit comments

Comments
 (0)