-
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
Update-VSTeamUserEntitlement not working to update user acesslevel #417
Comments
Can someone acknowledge this issue? |
I can confirm it. Gonna look at it soon. |
@SebastianSchuetze - any update here? |
Unfortunately not. Private life is stopping me from doing some wanted open source work. But if you are comfortable to try to submit a PR that from yes the core bug, then I can look at it and and adjust so you t fits well the the rest of the code. If you do just make sure I can edit your PR. |
it does |
@SebastianSchuetze - any progress made here? |
I waiting to resolve this issue too. Any progress? |
The bigger problem we have currently is the release pipeline. We can't release new packages properly without it and I have to find time to do it. But if you guys would be able make a simple PR you would help me a lot! |
@SebastianSchuetze - I tried creating one, failed with below error. |
You need to fork the repository to your account, create a branch, make changes, create a PR bag to the "trunk" branch in this repo works like explained in this article: We dont give direct rights to our repo for contributor, because that could reduce quality. |
@SebastianSchuetze - PR raised. #430 |
I am trying to update user accesslevel using below command and throws up an error.
Update-VSTeamUserEntitlement -Email [email protected] -License express
Confirm
Are you sure you want to perform this action?
Performing the operation "Update user" on target "xxxxxxxxxx ([email protected])".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y
WARNING: The request indicated a Content-Type of "application/json-patch+" for method type "PATCH" which is not supported. Valid content types for this method are:
application/json-patch+json.
Invoke-RestMethod : {"$id":"1","innerException":null,"message":"The request indicated a Content-Type of "application/json-patch+" for method type "PATCH" which is not supported. Valid
content types for this method are: application/json-patch+json.","typeName":"Microsoft.VisualStudio.Services.WebApi.VssRequestContentTypeNotSupportedException,
Microsoft.VisualStudio.Services.WebApi","typeKey":"VssRequestContentTypeNotSupportedException","errorCode":0,"eventId":3000}
At C:\Program Files\WindowsPowerShell\Modules\VSTeam\7.4.0\vsteam.functions.ps1:266 char:18
Steps to reproduce
Expected behavior
Actual behavior
Environment data
OS
Server
The text was updated successfully, but these errors were encountered: