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.
1 parent e1f0ee5 commit 9578d77Copy full SHA for 9578d77
Modules/CIPPCore/Public/Webhooks/Test-CIPPAuditLogRules.ps1
@@ -107,7 +107,7 @@ function Test-CIPPAuditLogRules {
107
}
108
if (!$Trusted) {
109
$CacheLookupStartTime = Get-Date
110
- $Location = Get-CIPPAzDataTableEntity @LocationTable -Filter "RowKey eq '$($Data.clientIp)'" | Select-Object -Last 1
+ $Location = Get-CIPPAzDataTableEntity @LocationTable -Filter "RowKey eq '$($Data.clientIp)'" | Select-Object -Last 1 -ExcludeProperty Tenant
111
$CacheLookupEndTime = Get-Date
112
$CacheLookupSeconds = ($CacheLookupEndTime - $CacheLookupStartTime).TotalSeconds
113
Write-Warning "Cache lookup for IP $($Data.clientip) took $CacheLookupSeconds seconds"
0 commit comments