From 205e61a4e65bbaa98bd6b548caf921a010ee3e10 Mon Sep 17 00:00:00 2001 From: Jingjing Jia <137744850+jingjingjia-ms@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:00:25 -0700 Subject: [PATCH 1/2] ci: remove invalid ESRP approver/owner mmainer@microsoft.com --- .azure-pipelines/cd-publish-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/cd-publish-python.yml b/.azure-pipelines/cd-publish-python.yml index 9dec9a78b47..b620b1aefd7 100644 --- a/.azure-pipelines/cd-publish-python.yml +++ b/.azure-pipelines/cd-publish-python.yml @@ -127,8 +127,8 @@ extends: contentsource: Folder folderlocation: $(Build.ArtifactStagingDirectory)/python waitforreleasecompletion: true - owners: 'mmainer@microsoft.com,gavinbarron@microsoft.com' - approvers: 'mmainer@microsoft.com,christiano@microsoft.com,gavinbarron@microsoft.com' + owners: 'gavinbarron@microsoft.com' + approvers: 'christiano@microsoft.com,gavinbarron@microsoft.com' serviceendpointurl: https://api.esrp.microsoft.com mainpublisher: ESRPRELPACMAN domaintenantid: cdc5aeea-15c5-4db6-b079-fcadd2505dc2 \ No newline at end of file From 9fea74119865097a111840c52ed7d3084a87f52d Mon Sep 17 00:00:00 2001 From: Jingjing Jia <137744850+jingjingjia-ms@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:12:30 -0700 Subject: [PATCH 2/2] ci: set ESRP owners/approvers to current release group (remove invalid mmainer) --- .azure-pipelines/cd-publish-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/cd-publish-python.yml b/.azure-pipelines/cd-publish-python.yml index b620b1aefd7..054ef92405a 100644 --- a/.azure-pipelines/cd-publish-python.yml +++ b/.azure-pipelines/cd-publish-python.yml @@ -127,8 +127,8 @@ extends: contentsource: Folder folderlocation: $(Build.ArtifactStagingDirectory)/python waitforreleasecompletion: true - owners: 'gavinbarron@microsoft.com' - approvers: 'christiano@microsoft.com,gavinbarron@microsoft.com' + owners: 'christiano@microsoft.com,ramsess@microsoft.com,gavinbarron@microsoft.com,jingjingjia@microsoft.com,peombwa@microsoft.com,treicys@microsoft.com' + approvers: 'christiano@microsoft.com,ramsess@microsoft.com,gavinbarron@microsoft.com,jingjingjia@microsoft.com,peombwa@microsoft.com,treicys@microsoft.com' serviceendpointurl: https://api.esrp.microsoft.com mainpublisher: ESRPRELPACMAN domaintenantid: cdc5aeea-15c5-4db6-b079-fcadd2505dc2 \ No newline at end of file