Skip to content

Commit

Permalink
Fix duplicate graph request in group add
Browse files Browse the repository at this point in the history
  • Loading branch information
gigacodedev committed Nov 16, 2024
1 parent b7d1f66 commit 25ea673
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 25ea673

Please sign in to comment.