Skip to content

Exception in New-GitHubRepository when specifying TeamId#196

Merged
HowardWolosky merged 1 commit intomicrosoft:masterfrom
HowardWolosky:195
May 29, 2020
Merged

Exception in New-GitHubRepository when specifying TeamId#196
HowardWolosky merged 1 commit intomicrosoft:masterfrom
HowardWolosky:195

Conversation

@HowardWolosky
Copy link
Copy Markdown
Contributor

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