File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ function Invoke-EditGroup {
298298 Write-Information " Graph Bulk Requests: $ ( $BulkRequests.Count ) "
299299 if ($BulkRequests.Count -gt 0 ) {
300300 # Write-Warning 'EditUser - Executing Graph Bulk Requests'
301- Write-Information ($BulkRequests | ConvertTo-Json - Depth 10 )
301+ # Write-Information ($BulkRequests | ConvertTo-Json -Depth 10)
302302 $RawGraphRequest = New-GraphBulkRequest - tenantid $TenantId - scope ' https://graph.microsoft.com/.default' - Requests @ ($BulkRequests ) - asapp $true
303303 # Write-Warning 'EditUser - Executing Graph Bulk Requests - Completed'
304304 # Write-Information ($RawGraphRequest | ConvertTo-Json -Depth 10)
You can’t perform that action at this time.
0 commit comments