Skip to content

Commit 402ad4a

Browse files
[VirtualWan] Fix bug where list items where marked as subResources (#9839)
* Fix bug where list items where marked as subResources * one more typo * fix 04 also
1 parent 4f5762b commit 402ad4a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualWan.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4682,15 +4682,15 @@
46824682
"description": "List of all connections associated with this route table.",
46834683
"readOnly": true,
46844684
"items": {
4685-
"$ref": "./network.json#/definitions/SubResource"
4685+
"type": "string"
46864686
}
46874687
},
46884688
"propagatingConnections": {
46894689
"type": "array",
46904690
"description": "List of all connections that advertise to this route table.",
46914691
"readOnly": true,
46924692
"items": {
4693-
"$ref": "./network.json#/definitions/SubResource"
4693+
"type": "string"
46944694
}
46954695
},
46964696
"provisioningState": {

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/virtualWan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5512,15 +5512,15 @@
55125512
"description": "List of all connections associated with this route table.",
55135513
"readOnly": true,
55145514
"items": {
5515-
"$ref": "./network.json#/definitions/SubResource"
5515+
"type": "string"
55165516
}
55175517
},
55185518
"propagatingConnections": {
55195519
"type": "array",
55205520
"description": "List of all connections that advertise to this route table.",
55215521
"readOnly": true,
55225522
"items": {
5523-
"$ref": "./network.json#/definitions/SubResource"
5523+
"type": "string"
55245524
}
55255525
},
55265526
"provisioningState": {
@@ -6587,7 +6587,7 @@
65876587
}
65886588
}
65896589
},
6590-
"VirtualHubEffectiveRouteEffectiveRouteList": {
6590+
"VirtualHubEffectiveRouteList": {
65916591
"description": "EffectiveRoutes List.",
65926592
"properties": {
65936593
"value": {

0 commit comments

Comments
 (0)