From fc66ba36f4cac24c95d0ef030a570157ef77321d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:38:06 +0000 Subject: [PATCH 1/2] Initial plan From db341038679075f701f7829d4e179b18e0f25ef4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:39:08 +0000 Subject: [PATCH 2/2] Fix PowerShell syntax error in concepts.md - add backtick for line continuation Co-authored-by: blindzero <13959569+blindzero@users.noreply.github.com> --- docs/about/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/concepts.md b/docs/about/concepts.md index 619fd15c..da7bc3f8 100644 --- a/docs/about/concepts.md +++ b/docs/about/concepts.md @@ -71,7 +71,7 @@ A **LifecycleRequest** represents the business intent (for example: Joiner, Move ```powershell $Request = New-IdleLifecycleRequest -LifecycleEvent 'Joiner' -IdentityKeys @{ key = 'first.last' -} +} ` -DesiredState @{ Firstname = 'First' Lastname = 'Last'