PowerShellForGitHub/Formatters
Simon Heather 6a51601ec8
GitHubTeams: Add New/Update/Remove Functions (#257)
Adds the following functions:

- `Add-GitHubTeam`
- `Update-GitHubTeam`
- `Remove-GitHubTeam`

It also adds the `TeamName` parameter to the `Get-GitHubTeam` function to allow getting team details by team name, which is used by the new functions.

Pester tests have also been added for the following functions:

- `Get-GitHubTeam`
- `Add-GitHubTeam`
- `Update-GitHubTeam`
- `Remove-GitHubTeam`

Positional Binding has been set as `false` for the three functions, and `Position` attributes added to the function's mandatory parameters.

Type view formats have been added for the `GitHub.TeamSummary` and `GitHub.Team` types.

API Reference: [GitHub Teams API](https://developer.github.com/v3/teams/)
2020-08-11 13:45:34 -07:00
..
GitHubGistComments.Format.ps1xml Add support for gists (#172) 2020-07-20 15:07:58 -07:00
GitHubGists.Format.ps1xml Add support for gists (#172) 2020-07-20 15:07:58 -07:00
GitHubReleases.Format.ps1xml Complete support for Releases API (#177) 2020-07-20 08:48:48 -07:00
GitHubRepositories.Format.ps1xml GitHubRepositories: Add Output Type Views (#205) 2020-06-27 16:23:00 -07:00
GitHubTeams.Format.ps1xml GitHubTeams: Add New/Update/Remove Functions (#257) 2020-08-11 13:45:34 -07:00