microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
519 stars 511 forks source link

How to add an Area to a Team? #302

Open InteXX opened 3 years ago

InteXX commented 3 years ago

It would be very helpful to have some sample code for adding an existing Area to an existing Team. Currently we may do so with Iterations, using the WorkHttpClient.PostTeamIterationAsync() method, but there's no corresponding operation for Areas (at least in the same assembly).

Is there an undocumented way of accomplishing the task or is it simply not possible to do this via the Client SDK?