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

Added update User. Currently only can update licensetype #86

Merged
merged 12 commits into from
Sep 8, 2018
42 changes: 42 additions & 0 deletions .docs/Update-VSTeamUser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- #include "./common/header.md" -->

# Update-VSTeamUser

## SYNOPSIS

Updates the users for the account. (Currently only supports updating the LicenseType)

## SYNTAX

## DESCRIPTION

Updates the users for the account. (Currently only supports updating the LicenseType)

## EXAMPLES

## PARAMETERS

### -License

Type of Account License you want to change to. The acceptable values for this parameter are:

- Advanced
- EarlyAdopter
- Express
- None
- Professional
- StakeHolder

```yaml
Type: String
Required: True
Default value: [empty]
```

## INPUTS

## OUTPUTS

## NOTES

## RELATED LINKS
1 change: 1 addition & 0 deletions .docs/synopsis/Update-VSTeamUser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updates the users for the account. (Currently only supports updating the LicenseType)
2 changes: 2 additions & 0 deletions VSTeam.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
'Get-VSTeamUser',
'Remove-VSTeamUser',
'Add-VSTeamUser',
'Update-VSTeamUser',
'Set-VSTeamEnvironmentStatus',
'Get-VSTeamServiceEndpointType',
'Update-VSTeamBuildDefinition',
Expand Down Expand Up @@ -294,6 +295,7 @@
'Add-User',
'Remove-User',
'Get-User',
'Update-User',
'ata',
'Set-EnvironmentStatus',
'Add-VSTeamReleaseEnvironment',
Expand Down
Loading