Skip to content
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-VSTeamUser - add option for specifying licensing source (e.g. MSDN) #106

Closed
janegilring opened this issue Oct 8, 2018 · 1 comment · Fixed by #244
Closed

Add-VSTeamUser - add option for specifying licensing source (e.g. MSDN) #106

janegilring opened this issue Oct 8, 2018 · 1 comment · Fixed by #244
Labels
bug when a bug has been identified or filed help wanted Help by the community is needed.

Comments

@janegilring
Copy link

The Add-VSTeamUser currently (per version 4.0.9) let's us specify -License with the following valid options:
[ValidateSet('Advanced', 'EarlyAdopter', 'Express', 'None', 'Professional', 'StakeHolder')]

In the UI we can also add users with an access level called "Visual Studio Subscriber". Under the hood, this seems to specify a Licensing Source of type MSDN.

Some relevant links from the documentation:
LicensingSource
MsdnLicenseType
Access Level

It would be nice to be able to also add users with the licensing source MSDN by using Add-VSTeamUser.

@DarqueWarrior
Copy link
Collaborator

I created a branch and tested using MSDN as a license type and it is failing. I will have to do some more research.

@DarqueWarrior DarqueWarrior added bug when a bug has been identified or filed help wanted Help by the community is needed. labels Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug when a bug has been identified or filed help wanted Help by the community is needed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants