From 6d33b2398a0166932dd947cce46f15a41f4ebaf4 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 29 Jan 2025 14:21:21 +0300 Subject: [PATCH] ci: update azure subscription location ci: update azure subscription location --- .../templates/prepare-unsigned-executable-darwin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/prepare-unsigned-executable-darwin.yaml b/.azure-pipelines/templates/prepare-unsigned-executable-darwin.yaml index 97599caafe..cdebc30d64 100644 --- a/.azure-pipelines/templates/prepare-unsigned-executable-darwin.yaml +++ b/.azure-pipelines/templates/prepare-unsigned-executable-darwin.yaml @@ -54,8 +54,8 @@ steps: - task: AzureKeyVault@2 displayName: "Azure Key Vault: Get Secrets" inputs: - azureSubscription: "MicrosofGraphKeyVault connection" - KeyVaultName: MicrosofGraphKeyVault + azureSubscription: "Federated AKV Managed Identity Connection" + KeyVaultName: akv-prod-eastus SecretsFilter: "graph-cli-apple-developer-certificate,graph-cli-apple-developer-certificate-password" condition: and(succeeded(), eq(variables['IS_ENABLED'], 'true'), eq(variables['SHOULD_SIGN'], 'True'), startsWith(variables['TARGET_RUNTIME'], 'osx'))