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

Exception in New-GitHubRepository when specifying TeamId #196

Merged
merged 1 commit into from
May 29, 2020

Conversation

HowardWolosky
Copy link
Member

Incorrectly used $PSBoundParameters.Contains instead of
$PSBoundParameters.ContainsKey.

Resolves #195

Incorrectly used `$PSBoundParameters.Contains` instead of
`$PSBoundParameters.ContainsKey`.

Resolves microsoft#195
@HowardWolosky HowardWolosky added the bug This relates to a bug in the existing module. label May 29, 2020
@HowardWolosky HowardWolosky merged commit 587e204 into microsoft:master May 29, 2020
@HowardWolosky HowardWolosky deleted the 195 branch May 29, 2020 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This relates to a bug in the existing module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New-GitHubRepository: Exception When Specifying the TeamId Parameter
1 participant