Skip to content

Commit

Permalink
Change coment code from base schema to common schema to reflect MS docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Dec 10, 2024
1 parent 959ce41 commit afb940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hawk/internal/functions/Get-SimpleUnifiedAuditLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
if ($AuditData) {
# Create hashtable for all properties
$properties = @{
# Base record properties
# Common Schema properties
RecordType = $Record.RecordType
CreationDate = $Record.CreationDate
UserIds = $Record.UserIds
Expand Down

0 comments on commit afb940a

Please sign in to comment.