From 5f848bf16bad70ba86713f410fc90b847cda1e07 Mon Sep 17 00:00:00 2001 From: "Gavin Barron (from Dev Box)" Date: Mon, 17 Nov 2025 17:24:42 -0800 Subject: [PATCH] fix: workload module script signing in pwsh at 17:20:16 closes #2614 #2527 #3418 adds code signing to custom scripts for Identity Management and Unprotect-SecureString --- .azure-pipelines/generation-templates/workload-modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/generation-templates/workload-modules.yml b/.azure-pipelines/generation-templates/workload-modules.yml index b8fd4e86a5c..47cbc030be1 100644 --- a/.azure-pipelines/generation-templates/workload-modules.yml +++ b/.azure-pipelines/generation-templates/workload-modules.yml @@ -56,7 +56,7 @@ steps: - template: ../common-templates/esrp/codesign.yml parameters: FolderPath: "$(System.DefaultWorkingDirectory)/src" - Pattern: "Microsoft.Graph.*.private.dll, Microsoft.Graph.*.psm1, Microsoft.Graph.*.psd1, Microsoft.Graph.*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1" + Pattern: "Microsoft.Graph.*.private.dll, Microsoft.Graph.*.psm1, Microsoft.Graph.*.psd1, Microsoft.Graph.*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1, Unprotect-SecureString.ps1, *-Mg*EntitlementManagement*.ps1" - task: PowerShell@2 displayName: "Validate Authenticode Signature"