Skip to content

Commit

Permalink
{VirtualWan} {HubRouteTables} : Fix parameter type in network-july-re…
Browse files Browse the repository at this point in the history
…lease branch (#11280)

* update 2020-07-01 folder also

* fix the type of the parameter

* update one more missed fix
  • Loading branch information
nagula-ritvika authored Oct 26, 2020
1 parent 8da13fb commit 8a4fdf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6121,15 +6121,15 @@
"description": "List of all connections associated with this route table.",
"readOnly": true,
"items": {
"$ref": "./network.json#/definitions/SubResource"
"type": "string"
}
},
"propagatingConnections": {
"type": "array",
"description": "List of all connections that advertise to this route table.",
"readOnly": true,
"items": {
"$ref": "./network.json#/definitions/SubResource"
"type": "string"
}
},
"provisioningState": {
Expand Down Expand Up @@ -7200,7 +7200,7 @@
}
}
},
"VirtualHubEffectiveRouteEffectiveRouteList": {
"VirtualHubEffectiveRouteList": {
"description": "EffectiveRoutes List.",
"properties": {
"value": {
Expand Down Expand Up @@ -7247,7 +7247,7 @@
"description": "The parameters specifying the resource whose effective routes are being requested.",
"properties": {
"resourceId": {
"$ref": "./network.json#/definitions/Resource",
"type": "string",
"description": "The resource whose effective routes are being requested."
},
"virtualWanResourceType": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6125,15 +6125,15 @@
"description": "List of all connections associated with this route table.",
"readOnly": true,
"items": {
"$ref": "./network.json#/definitions/SubResource"
"type": "string"
}
},
"propagatingConnections": {
"type": "array",
"description": "List of all connections that advertise to this route table.",
"readOnly": true,
"items": {
"$ref": "./network.json#/definitions/SubResource"
"type": "string"
}
},
"provisioningState": {
Expand Down Expand Up @@ -7212,7 +7212,7 @@
}
}
},
"VirtualHubEffectiveRouteEffectiveRouteList": {
"VirtualHubEffectiveRouteList": {
"description": "EffectiveRoutes List.",
"properties": {
"value": {
Expand Down Expand Up @@ -7259,7 +7259,7 @@
"description": "The parameters specifying the resource whose effective routes are being requested.",
"properties": {
"resourceId": {
"$ref": "./network.json#/definitions/Resource",
"type": "string",
"description": "The resource whose effective routes are being requested."
},
"virtualWanResourceType": {
Expand Down

0 comments on commit 8a4fdf1

Please sign in to comment.