@@ -71,7 +71,7 @@ az nf l2domain create \
71
71
72
72
Expected output:
73
73
74
- ``` json
74
+ ``` output
75
75
{
76
76
"administrativeState": "Disabled",
77
77
"annotation": null,user
@@ -107,7 +107,7 @@ az nf l2domain show --resource-group "ResourceGroupName" --resource-name "exampl
107
107
108
108
Expected output:
109
109
110
- ``` json
110
+ ``` output
111
111
{
112
112
"administrativeState": "Disabled",
113
113
"annotation": null,
@@ -143,7 +143,7 @@ az nf l2domain list --resource-group "ResourceGroupName"
143
143
144
144
Expected output:
145
145
146
- ``` json
146
+ ``` output
147
147
{
148
148
"administrativeState": "Enabled",
149
149
"annotation": null,
@@ -179,7 +179,7 @@ az nf l2domain update-admin-state --resource-group "ResourceGroupName" --resourc
179
179
180
180
Expected output:
181
181
182
- ``` json
182
+ ``` output
183
183
{
184
184
"administrativeState": "Enabled",
185
185
"annotation": null,
@@ -279,7 +279,7 @@ az nf l3domain create
279
279
280
280
Expected output:
281
281
282
- ``` json
282
+ ``` output
283
283
{
284
284
"administrativeState": "Disabled",
285
285
"aggregateRouteConfiguration": null,
@@ -337,7 +337,7 @@ az nf l3domain show --resource-group "ResourceGroupName" --resource-name "exampl
337
337
338
338
Expected output:
339
339
340
- ``` json
340
+ ``` output
341
341
{
342
342
"administrativeState": "Disabled",
343
343
"aggregateRouteConfiguration": null,
@@ -377,7 +377,7 @@ az nf l3domain list --resource-group "ResourceGroupName"
377
377
378
378
Expected output:
379
379
380
- ``` json
380
+ ``` output
381
381
{
382
382
"administrativeState": "Disabled",
383
383
"aggregateRouteConfiguration": null,
@@ -417,7 +417,7 @@ az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resourc
417
417
418
418
Expected output:
419
419
420
- ``` json
420
+ ``` output
421
421
{
422
422
"administrativeState": "Enabled",
423
423
"annotation": null,
@@ -514,7 +514,7 @@ az nf internalnetwork create
514
514
515
515
Expected output:
516
516
517
- ``` json
517
+ ``` output
518
518
{
519
519
"administrativeState": "Enabled",
520
520
"annotation": null,
@@ -600,7 +600,7 @@ az nf internalnetwork create
600
600
601
601
Expected output:
602
602
603
- ``` json
603
+ ``` output
604
604
{
605
605
606
606
"administrativeState": "Enabled",
@@ -683,7 +683,7 @@ az nf internalnetwork create
683
683
684
684
Expected output:
685
685
686
- ``` json
686
+ ``` output
687
687
{
688
688
"administrativeState": "Enabled",
689
689
"annotation": null,
@@ -765,7 +765,7 @@ az nf externalnetwork create
765
765
766
766
Expected output:
767
767
768
- ``` json
768
+ ``` output
769
769
{
770
770
"administrativeState": "Enabled",
771
771
"annotation": null,
@@ -812,7 +812,7 @@ az nf externalnetwork create
812
812
813
813
Expected output:
814
814
815
- ``` json
815
+ ``` output
816
816
{
817
817
"administrativeState": "Enabled",
818
818
"annotation": null,
@@ -869,7 +869,7 @@ The supported primary and secondary IPv6 prefix size is /127.
869
869
870
870
Expected output:
871
871
872
- ``` json
872
+ ``` output
873
873
{
874
874
"administrativeState": null,
875
875
"annotation": null,
0 commit comments