Skip to content

Commit 97a24c1

Browse files
author
Luis Mengel
committed
Fix missing fields in Graph Explorer preset save
1 parent 2bc6c54 commit 97a24c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Tools/Invoke-ExecGraphExplorerPreset.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Invoke-ExecGraphExplorerPreset {
3131
}
3232
}
3333

34-
$params = $Request.Body.preset | Select-Object endpoint, '$filter', '$select', '$count', '$expand', '$search', NoPagination, '$top', IsShared
34+
$params = $Request.Body.preset | Select-Object endpoint, '$filter', '$select', '$count', '$expand', '$search', '$orderby', '$format', '$top', NoPagination, ReverseTenantLookup, ReverseTenantLookupProperty, AsApp, version, IsShared
3535

3636
if ($params.'$select'.value) {
3737
$params.'$select' = ($params.'$select').value -join ','

0 commit comments

Comments
 (0)