Skip to content

Commit ab03eef

Browse files
authored
Merge pull request #415 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents c13deea + d1d04ff commit ab03eef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Core/Invoke-ListGraphRequest.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ function Invoke-ListGraphRequest {
3333
$Parameters.'$expand' = $Request.Query.'$expand'
3434
}
3535

36+
if ($Request.Query.expand) {
37+
$Parameters.'expand' = $Request.Query.expand
38+
}
39+
3640
if ($Request.Query.'$top') {
3741
$Parameters.'$top' = $Request.Query.'$top'
3842
}

0 commit comments

Comments
 (0)