Skip to content

Commit

Permalink
Merge pull request #1189 from gigacodedev/dev
Browse files Browse the repository at this point in the history
Fix duplicate request in group add - Bug fix
  • Loading branch information
KelvinTegelaar authored Dec 1, 2024
2 parents 2c6804d + 25ea673 commit e34fd45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Function Invoke-AddGroup {
}
$GraphRequest = New-ExoRequest -tenantid $tenant -cmdlet 'New-DistributionGroup' -cmdParams $params
}
$GraphRequest = New-ExoRequest -tenantid $tenant -cmdlet 'New-DistributionGroup' -cmdParams $params
# At some point add logic to use AddOwner/AddMember for New-DistributionGroup, but idk how we're going to brr that - rvdwegen
}
"Successfully created group $($groupobj.displayname) for $($tenant)"
Expand Down

0 comments on commit e34fd45

Please sign in to comment.