Skip to content

Commit

Permalink
remove bool from asapp
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 24, 2025
1 parent 098bcdf commit 6e38c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Push-BPACollectData {
$Table = Get-CippTable -tablename 'cachebpav2'
$Rerun = Test-CIPPRerun -Type 'BPA' -Tenant $TenantName.defaultDomainName -API $Item.Template
if ($Rerun) {
Write-Host 'Detected rerun. Exiting cleanly'
Write-Host 'Detected rerun for BPA. Exiting cleanly'
exit 0
}
Write-Host "Working on BPA for $($TenantName.defaultDomainName) with GUID $($TenantName.customerId) - Report ID $($Item.Template)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function New-GraphGetRequest {
[string]$uri,
[string]$tenantid,
[string]$scope,
[bool]$AsApp,
$AsApp,
[bool]$noPagination,
$NoAuthCheck = $false,
[bool]$skipTokenCache,
Expand Down

0 comments on commit 6e38c42

Please sign in to comment.