Purview Audit Log Processor v1.11.13#79
Merged
Merged
Conversation
- Fix Microsoft Agent 365 catalog enrichment producing an empty export under app-only authentication (an internal enrichment step returned an unexpected value shape, rejecting every catalog row). Enrichment now returns the expected result; the adjacent package-listing and per-package-detail steps are hardened the same way; a defensive fallback logs a warning and continues with blank date-created/created-by rather than dropping rows. - Fix cross-run -AppendFile reconciliation of the rolled-up interactions file when the remote target uses a custom (non-standard) filename: the fresh export and the downloaded target could resolve to the same working path, so the rollup ingested the already-rolled-up target and appended nothing. Under -Rollup/-RollupPlusRaw the fresh export now always uses a distinct timestamped working file; a note is logged for non-standard target names. - Promote root script to v1.11.13 (archive v1.11.13 copy added); refresh v1.11.x release notes, documentation, README, and versions.json.
|
Thanks for the contribution, @Rance9! ✅ This PR is from an approved team member and will be reviewed normally. |
Fepilot
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purview Audit Log Processor v1.11.13
Bug-fix release for the PAX Purview Audit Log Processor.
Fixes
Quitreturn value was folded into the enrichment function's output, coercing the result to an object array and causing every package's enrichment to fail. The helper's return is now suppressed at the three call sites, with a defensive hashtable guard at the enrichment boundary.-AppendFileleaf was supplied, the output path was reused as the download target, so the rollup re-ingested its own prior output. Output-file derivation and the existence check are now keyed off the active rollup state, forcing a fresh timestamped output file. A NOTE is emitted when a rollup runs against a non-rollup-shaped append target without M365 usage.Housekeeping
Contents
versions.json.The embedded Python processor block is byte-identical to v1.11.12. No breaking changes.