From 45d3b7c345415c4205a434ab3c4a1005ce4f9a99 Mon Sep 17 00:00:00 2001 From: brianmatusz Date: Tue, 5 Nov 2019 13:36:01 -0500 Subject: [PATCH] Update DashBoardHttpClientBase GetDashboardsAsync Per comments in Feedback 1629291, the project and team name must be specified when creating the TeamContext. Failure to specify both will result in empty results. --- .../DashboardHttpClientBase.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-devops-dotnet/xml/Microsoft.TeamFoundation.Dashboards.WebApi/DashboardHttpClientBase.xml b/azure-devops-dotnet/xml/Microsoft.TeamFoundation.Dashboards.WebApi/DashboardHttpClientBase.xml index de91ade..9a08767 100644 --- a/azure-devops-dotnet/xml/Microsoft.TeamFoundation.Dashboards.WebApi/DashboardHttpClientBase.xml +++ b/azure-devops-dotnet/xml/Microsoft.TeamFoundation.Dashboards.WebApi/DashboardHttpClientBase.xml @@ -344,7 +344,7 @@ - The team context for the operation + The team context for the operation. Both the Project and the Team must be specified. The cancellation token to cancel operation. @@ -817,4 +817,4 @@ - \ No newline at end of file +