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

Add Remove-VSTeamDirectAssignments Cmdlet for User Assignment Management #547

Closed SebastianSchuetze closed 8 months ago

SebastianSchuetze commented 8 months ago

PR Summary

This PR introduces the Remove-VSTeamDirectAssignments PowerShell cmdlet for removing explicit user assignments in VSTeam. The cmdlet operates in either preview or normal mode, with the ability to chunk user IDs in non-preview mode to avoid API request timeouts.

PR Checklist