-
Notifications
You must be signed in to change notification settings - Fork 156
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
Get/Set-VSTeamPermissionInheritance #225
Merged
DarqueWarrior
merged 17 commits into
MethodsAndPractices:master
from
Cadacious:Feature-Get/Set-VSTeamPermissionInheritance
Feb 10, 2020
Merged
Get/Set-VSTeamPermissionInheritance #225
DarqueWarrior
merged 17 commits into
MethodsAndPractices:master
from
Cadacious:Feature-Get/Set-VSTeamPermissionInheritance
Feb 10, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ritance.md Added help files for new functions Get-VSTeamPermissionInheritance and Set-VSTeamPermissionInheritance.
…ionInheritance.Tests.ps1 Added unit test files for new functions Get-VSTeamPermissionInheritance and Set-VSTeamPermissionInheritance.
Added changes for this pull request.
Updated Set-VSTeamAPIVersion with new preview version number for Build
…eritance.ps1 Added script files for new function Get-VSTeamPermissionInheritance.ps1 and Set-VSTeamPermissionInheritance.ps1.
Increased version number of module
…nInheritance.Tests
Working on this today. |
Getting close I just need to update the unit tests. Not sure I will finish today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
Added Get-VSTeamPermissionInheritance to retrieve permission inheritance state of Git Repositories, Build Definition, and Release Definitions. The API used for this function is not currently documented. Fiddler sniffs of the web UI were done to accomplish this.
Added Set-VSTeamPermissionInheritance to set permission inheritance state of Git Repositories, Build Definition, and Release Definitions. The API used for this function is not currently documented. Fiddler sniffs of the web UI were done to accomplish this.
Updated Set-VSTeamAPIVersion with new version for Build.
This PR includes changelog/vsteam.psd1 changes from the Remove-VSTeamAccessControlEntry PR.
PR Checklist