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
447 stars 155 forks source link

Add option to Merge or Overwrite Bits in Add-VSTeamAccessControlEntry #515

Closed mrwalters1988 closed 1 year ago

mrwalters1988 commented 1 year ago

PR Summary

This enables the option mentioned in the inline comments of Add-VSTeamAccessControlEntry to choose whether to merge the Bits or to Overwrite the bits.

PR Checklist

mrwalters1988 commented 1 year ago

I didn't see any changes that needed to be made in the tests, and changelog looks like it's only updated when several PRs are approved and merged in, so I did not update that either. Can do so if needed.

mrwalters1988 commented 1 year ago

Any update on this?

mrwalters1988 commented 1 year ago

Thanks @SebastianSchuetze I had set aside time next week to add the unit test, but I appreciate you adding it for me. Happy to have contributed.