Skip to content

Commit

Permalink
Merge pull request #1102 from JohnDuprey/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JohnDuprey authored Aug 30, 2024
2 parents 4a4a0ee + bef51d2 commit 0c961bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/CIPPCore/Public/GraphHelper/New-ExoBulkRequest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ function New-ExoBulkRequest {

try {
if ($Select) { $Select = "`$select=$Select" }
$URL = "$ResourceUrl/adminapi/beta/$($tenant.customerId)/InvokeCommand?$Select"
$BatchURL = "$ResourceUrl/adminapi/beta/$($tenant.customerId)/`$batch"
$URL = "$Resource/adminapi/beta/$($tenant.customerId)/InvokeCommand?$Select"
$BatchURL = "$Resource/adminapi/beta/$($tenant.customerId)/`$batch"
$BatchBodyObj = @{
requests = @()
}
Expand Down

0 comments on commit 0c961bf

Please sign in to comment.