Skip to content

purview-v1.11.7

Choose a tag to compare

@Rance9 Rance9 released this 19 Jun 11:01

PAX Purview Audit Log Processor v1.11.7

Version 1.11.7 is a single-change follow-up to the v1.11.6 SharePoint upload work. It raises the simple-upload size cap from 100 MB to 250 MB — Microsoft Graph''s documented maximum for a single-request upload — so larger rollup CSVs take the same one-request path that already works in locked-down libraries instead of crossing over to the resumable upload-session API at 100 MB. It adds no parameters, changes no switch semantics, and makes no output-schema changes; behavior changes only for files between 100 MB and 250 MB.

What''s new in v1.11.7

  • Larger SharePoint uploads use Graph''s simple-upload ceiling. The SharePoint simple-upload size cap is raised from 100 MB to 250 MB, the documented maximum for a single-request PUT .../content. Files at or below 250 MB now use the single-request path that already works for small and moderate artifacts in locked-down destination libraries, rather than crossing to the resumable upload-session API at 100 MB. On tenants whose document library or egress proxy rejects the upload-session API, this resolves uploads of rollup CSVs between 100 MB and 250 MB that previously failed with createUploadSession … 400 (Bad Request). Files above 250 MB still require the chunked upload-session path (there is no single-request option above that size), which the destination library and network must permit.

The attached script is the v1.11.7 release build. See the documentation in the repository for full configuration details.