Skip to content

Commit bb3afe1

Browse files
committed
fix app approval
1 parent b8df1c8 commit bb3afe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/CIPPCore/Public/Alerts/Get-CIPPAlertNewAppApproval.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ function Get-CIPPAlertNewAppApproval {
99
[Parameter(Mandatory = $false)]
1010
[Alias('input')]
1111
$InputValue,
12-
$TenantFilter
12+
$TenantFilter,
13+
$Headers
1314
)
1415
try {
1516
$Approvals = New-GraphGetRequest -Uri "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests?`$filter=userConsentRequests/any (u:u/status eq 'InProgress')" -tenantid $TenantFilter

0 commit comments

Comments
 (0)