From ff502671d7f1e47f52ac1941632c19ff8954861b Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:39:26 -0500 Subject: [PATCH] [Audit logs] Start and end activities: macOS setup experience and MDM migration (#39728) Audit log changes for the following story: - #29729 --------- Co-authored-by: Rachael Shaw --- docs/Contributing/reference/audit-logs.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/Contributing/reference/audit-logs.md b/docs/Contributing/reference/audit-logs.md index bf13158804..69bca21757 100644 --- a/docs/Contributing/reference/audit-logs.md +++ b/docs/Contributing/reference/audit-logs.md @@ -639,6 +639,24 @@ This activity contains the following fields: } ``` +## started_setup_experience + +Generated when a macOS, Windows, or Linux host starts the setup experience. + +This activity contains the following fields: +- "host_serial": Serial number of the host. +- "host_id": ID of the host. +- "host_display_name": Display name of the host. + +## finished_setup_experience + +Generated when a macOS, Windows, or Linux host finished the setup experience. + +This activity contains the following fields: +- "host_serial": Serial number of the host. +- "host_id": ID of the host. +- "host_display_name": Display name of the host. + ## edited_macos_min_version Generated when the minimum required macOS version or deadline is modified.