Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 05737f9

Browse files
authored
ci: update azure subscription location
1 parent 26e1441 commit 05737f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/templates/prepare-unsigned-executable-darwin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ steps:
5454
- task: AzureKeyVault@2
5555
displayName: "Azure Key Vault: Get Secrets"
5656
inputs:
57-
azureSubscription: "MicrosofGraphKeyVault connection"
58-
KeyVaultName: MicrosofGraphKeyVault
57+
azureSubscription: "Federated AKV Managed Identity Connection"
58+
KeyVaultName: akv-prod-eastus
5959
SecretsFilter: "graph-cli-apple-developer-certificate,graph-cli-apple-developer-certificate-password"
6060
condition: and(succeeded(), eq(variables['IS_ENABLED'], 'true'), eq(variables['SHOULD_SIGN'], 'True'), startsWith(variables['TARGET_RUNTIME'], 'osx'))
6161

0 commit comments

Comments
 (0)