Skip to content

Commit

Permalink
added update now button
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 8, 2025
1 parent 1fa4eb6 commit 988edda
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Function Invoke-ListBreachesTenant {
$filter = $null
}
$usersResults = (Get-CIPPAzDataTableEntity @Table -Filter $filter).breaches | ConvertFrom-Json -ErrorAction SilentlyContinue

if ($usersResults -eq $null) {
$usersResults = @()
}
# Associate values to output bindings by calling 'Push-OutputBinding'.
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{
StatusCode = [HttpStatusCode]::OK
Expand Down

0 comments on commit 988edda

Please sign in to comment.