We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b39325 commit eb825f7Copy full SHA for eb825f7
Modules/CIPPCore/Public/GraphHelper/New-ExoBulkRequest.ps1
@@ -84,6 +84,7 @@ function New-ExoBulkRequest {
84
$IdToCmdletName[$RequestId] = $cmd.CmdletInput.CmdletName
85
}
86
$BatchBodyJson = ConvertTo-Json -InputObject $BatchBodyObj -Depth 10
87
+ $BatchBodyJson = Get-CIPPTextReplacement -TenantFilter $tenantid -Text $BatchBodyJson
88
$Results = Invoke-RestMethod $BatchURL -ResponseHeadersVariable responseHeaders -Method POST -Body $BatchBodyJson -Headers $Headers -ContentType 'application/json; charset=utf-8'
89
foreach ($Response in $Results.responses) {
90
$ReturnedData.Add($Response)
0 commit comments