From e9345cd0d7d2a7c9b1991fffd611582952794814 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Thu, 20 Mar 2025 15:30:51 -0500 Subject: [PATCH] use official, update email --- eng/ci/worker-release.yml | 2 +- eng/templates/official/jobs/publish-release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/ci/worker-release.yml b/eng/ci/worker-release.yml index c0ce29539..987569c61 100644 --- a/eng/ci/worker-release.yml +++ b/eng/ci/worker-release.yml @@ -16,7 +16,7 @@ variables: value: deps/,build/ extends: - template: v1/1ES.Unofficial.PipelineTemplate.yml@1es + template: v1/1ES.Official.PipelineTemplate.yml@1es parameters: pool: name: 1es-pool-azfunc diff --git a/eng/templates/official/jobs/publish-release.yml b/eng/templates/official/jobs/publish-release.yml index 522fcdc6d..4c04d5779 100644 --- a/eng/templates/official/jobs/publish-release.yml +++ b/eng/templates/official/jobs/publish-release.yml @@ -60,7 +60,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Clone Repository git clone https://$githubToken@github.com/Azure/azure-functions-python-worker @@ -181,7 +181,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Create GitHub credential $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}")) @@ -263,7 +263,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Create GitHub credential $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}")) @@ -361,7 +361,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Clone Repository git clone https://$githubToken@github.com/Azure/azure-functions-python-worker