Skip to content

Commit 73d8b96

Browse files
authored
Merge pull request KelvinTegelaar#1103 from KelvinTegelaar/dev
Dev
2 parents a40d992 + 0c961bf commit 73d8b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/CIPPCore/Public/GraphHelper/New-ExoBulkRequest.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ function New-ExoBulkRequest {
6565

6666
try {
6767
if ($Select) { $Select = "`$select=$Select" }
68-
$URL = "$ResourceUrl/adminapi/beta/$($tenant.customerId)/InvokeCommand?$Select"
69-
$BatchURL = "$ResourceUrl/adminapi/beta/$($tenant.customerId)/`$batch"
68+
$URL = "$Resource/adminapi/beta/$($tenant.customerId)/InvokeCommand?$Select"
69+
$BatchURL = "$Resource/adminapi/beta/$($tenant.customerId)/`$batch"
7070
$BatchBodyObj = @{
7171
requests = @()
7272
}

0 commit comments

Comments
 (0)