diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/virtualWan.json index 137ce26016b8..2141f2bea035 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/virtualWan.json @@ -3122,7 +3122,7 @@ "200": { "description": "Request successful. Returns the details of all the VirtualHubRouteTableV2s for the VirtualHub.", "schema": { - "$ref": "#/definitions/ListHubVirtualNetworkConnectionsResult" + "$ref": "#/definitions/ListVirtualHubRouteTableV2sResult" } }, "default": { @@ -4542,6 +4542,22 @@ } }, "description": "VirtualHubRouteTableV2 route." + }, + "ListVirtualHubRouteTableV2sResult": { + "description": "List of VirtualHubRouteTableV2s and a URL nextLink to get the next set of results.", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/VirtualHubRouteTableV2" + }, + "description": "List of VirtualHubRouteTableV2s." + }, + "nextLink": { + "type": "string", + "description": "URL to get the next set of operation list results if there are any." + } + } } } }