Good morning,
I have fixed the following problem:
Code: Select all
Audit aborted due to exception: too many values to unpack (expected 2)
This error occurred after the end date was added to the audit data.
Regarding the absence of versions 25H2 and 26H1, this is due to Microsoft. Their API points are not being updated correctly, which has unfortunately become quite common and a running joke.
We use this link to export the information:
https://learn.microsoft.com/en-us/lifec...ts/export/
However, since the release of version 25H2, this link has not been updated. Recently, there was a change: the export was replaced by a manually generated Excel (XLSX) file, but this file is incomplete and contains only some of the necessary information.
It can also be noted that the French versions of the pages are not up to date:
https://learn.microsoft.com/fr-fr/lifec ... ranch=live
https://learn.microsoft.com/fr-fr/lifec ... ranch=live
Temporarily, I have disabled the update package and manually added versions 25H2 and 26H1 to the JSON file.
The package will be available today!
However, I don't want to maintain this file manually in the long term. It would be better if Microsoft fixed its API...
Flavien