-
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 membership functions #178
add membership functions #178
Conversation
I see the build failed in the UT, but I can't reproduce locally on PS 5,6, or 7. All succeed for me. |
reviewing now. Sometimes it fails due to the lack of permissions of PR builds. |
Can you clear this warning? |
7ca95fe
to
e192937
Compare
Warning fixed. |
…ar/vsteam into add-membership-functions
I think the UT error is the cached call to project. I added code I saw from other tests to avoid calling it. |
Sorry for delay. I will try to get to this this week. |
PR Summary
Added functions to add/delete/get Memberships. I didn't add a type or format in this PR since memberships are just two ids. I'd like to do another PR to add a Permissions container to the PSDrive with Group and User child items.
PR Checklist