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.
2 parents a40d992 + 0c961bf commit 73d8b96Copy full SHA for 73d8b96
Modules/CIPPCore/Public/GraphHelper/New-ExoBulkRequest.ps1
@@ -65,8 +65,8 @@ function New-ExoBulkRequest {
65
66
try {
67
if ($Select) { $Select = "`$select=$Select" }
68
- $URL = "$ResourceUrl/adminapi/beta/$($tenant.customerId)/InvokeCommand?$Select"
69
- $BatchURL = "$ResourceUrl/adminapi/beta/$($tenant.customerId)/`$batch"
+ $URL = "$Resource/adminapi/beta/$($tenant.customerId)/InvokeCommand?$Select"
+ $BatchURL = "$Resource/adminapi/beta/$($tenant.customerId)/`$batch"
70
$BatchBodyObj = @{
71
requests = @()
72
}
0 commit comments