Skip to content

Commit

Permalink
Update forensics_log_pull.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Nov 18, 2024
1 parent 677a52c commit 2d93c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/forensics_log_pull.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ while ($SqlDataReader.Read()) {
Message = $SqlDataReader["Message"]
Level = $SqlDataReader["Level"]
TimeStamp = $SqlDataReader["TimeStamp"]
Exception = $SqlDataReader["Exception"]
Exception = $SqlDataReader["Exception"]
LogEvent = $SqlDataReader["LogEvent"]
AssemblyName = $SqlDataReader["AssemblyName"]
AssemblyVersion = $SqlDataReader["AssemblyVersion"]
Expand Down

0 comments on commit 2d93c52

Please sign in to comment.