From 45c65126a1798c80b8e4dd8b67652424462e5d25 Mon Sep 17 00:00:00 2001 From: Bailey Eaton Date: Sun, 15 Oct 2023 20:01:50 +1000 Subject: [PATCH] Fix: Add TenantID to ListLogs --- ListLogs/run.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/ListLogs/run.ps1 b/ListLogs/run.ps1 index 3f4d59a2477c..38942a707c23 100644 --- a/ListLogs/run.ps1 +++ b/ListLogs/run.ps1 @@ -38,6 +38,7 @@ else { Message = $Row.Message User = $Row.Username Severity = $Row.Severity + TenantID = $Row.TenantID } }