MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

Send valid json body with add vs team access control entry #539

Closed esijnja closed 11 months ago

esijnja commented 11 months ago

PR Summary

This PR Fixes Issue #538 Add-VSTeamAccessControl was sending invalid json in the body which results in a (400) bad request and the unit test covering this had a incorrect check so it was not detected.

PR Checklist