6a51601ec8
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/) |
||
---|---|---|
.. | ||
GitHubGistComments.Format.ps1xml | ||
GitHubGists.Format.ps1xml | ||
GitHubReleases.Format.ps1xml | ||
GitHubRepositories.Format.ps1xml | ||
GitHubTeams.Format.ps1xml |