From cd42df1112866aa7cde06115d3f8f3b634a29f5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:38:24 +0000 Subject: [PATCH 1/2] Initial plan From 6696998ea71f2a990b986c4f1692ae997e632b51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:42:59 +0000 Subject: [PATCH 2/2] Fix: Solutions orphaned status now properly set based on maker status The AdminSyncTemplatev4Solutions flow was calculating whether a solution is orphaned but always setting the admin_solutionisorphaned field to 'No'. Updated the Upsert_Solution_(Orphan) action to correctly set the field to 'Yes' when a solution is determined to be orphaned (when the creator/owner is missing, disabled, or orphaned). Co-authored-by: mohamrizwa <220306360+mohamrizwa@users.noreply.github.com> --- ...emplatev4Solutions-838B0BC0-8494-EE11-BE37-000D3A341B0E.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CenterofExcellenceCoreComponents/SolutionPackage/src/Workflows/AdminSyncTemplatev4Solutions-838B0BC0-8494-EE11-BE37-000D3A341B0E.json b/CenterofExcellenceCoreComponents/SolutionPackage/src/Workflows/AdminSyncTemplatev4Solutions-838B0BC0-8494-EE11-BE37-000D3A341B0E.json index 40eb98a8d..d6085cff5 100644 --- a/CenterofExcellenceCoreComponents/SolutionPackage/src/Workflows/AdminSyncTemplatev4Solutions-838B0BC0-8494-EE11-BE37-000D3A341B0E.json +++ b/CenterofExcellenceCoreComponents/SolutionPackage/src/Workflows/AdminSyncTemplatev4Solutions-838B0BC0-8494-EE11-BE37-000D3A341B0E.json @@ -1109,7 +1109,7 @@ "item/admin_solutionenvtguid": "@outputs('Get_actual_object')?['body/solutionid']", "item/admin_solutioninstalledon": "@outputs('Get_actual_object')?['body/installedon']", "item/admin_solutionismanaged": "@outputs('Get_actual_object')?['body/ismanaged']", - "item/admin_solutionisorphaned": "No", + "item/admin_solutionisorphaned": "Yes", "item/admin_solutionmodifiedon": "@outputs('Get_actual_object')?['body/modifiedon']", "item/admin_solutionpublisher": "@body('Get_Soln_Publisher')?['friendlyname']", "item/admin_solutionversion": "@outputs('Get_actual_object')?['body/version']"