Skip to content

Commit

Permalink
fix the type of the parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nagula-ritvika committed Sep 30, 2020
1 parent 3695f4e commit c3016e7
Showing 1 changed file with 3 additions and 3 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 @@ -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

0 comments on commit c3016e7

Please sign in to comment.