Skip to content

Commit

Permalink
Add-GroupMember - update based on test
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jun 21, 2021
1 parent 0758191 commit 6cf9310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/functions/groups/Add-GroupMember.ps1
Expand Up @@ -22,6 +22,7 @@ function Add-GroupMember {
Requires TssSession object returned by New-TssSession
#>
[cmdletbinding(SupportsShouldProcess)]
[OutputType('TssGroupUser')]
param(
# TssSession object created by New-TssSession for auth
[Parameter(Mandatory, ValueFromPipeline, Position = 0)]
Expand Down
1 change: 0 additions & 1 deletion tests/groups/Add-GroupMember.Tests.ps1
@@ -1,6 +1,5 @@
BeforeDiscovery {
$commandName = Split-Path ($PSCommandPath.Replace('.Tests.ps1','')) -Leaf
. ([IO.Path]::Combine([string]$PSScriptRoot, '..', 'constants.ps1'))
}
Describe "$commandName verify parameters" {
BeforeDiscovery {
Expand Down

0 comments on commit 6cf9310

Please sign in to comment.