Skip to content

Commit

Permalink
Fix: Add TenantID to ListLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshify committed Oct 15, 2023
1 parent 8aa92cb commit 45c6512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ListLogs/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ else {
Message = $Row.Message
User = $Row.Username
Severity = $Row.Severity
TenantID = $Row.TenantID
}
}

Expand Down

0 comments on commit 45c6512

Please sign in to comment.