-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to Merge or Overwrite Bits in Add-VSTeamAccessControlEntry #515
Add option to Merge or Overwrite Bits in Add-VSTeamAccessControlEntry #515
Conversation
Adding option to override the mask rather than always merging values.
Documenting new parameter.
Changing override to overwrite.
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. |
Any update on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new unit test is needed that tests your switch parameter. You need to test that the sent body includes the value set when overwriting. When you added the test and all is green. I will merge it. :-)
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. |
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