From d027212c823aa45d717f166ac5beb42514aba547 Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Mon, 25 Sep 2023 16:35:40 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AAKeyVault=E3=81=B8?= =?UTF-8?q?=E3=81=AE=E6=B6=88=E3=81=97=E5=BF=98=E3=82=8C=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines-production.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index fbc1e24..4f9522e 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -58,12 +58,6 @@ jobs: - checkout: self clean: true fetchDepth: 1 - - task: AzureKeyVault@2 - displayName: 'Azure Key Vault: kv-odms-secret-prod' - inputs: - ConnectedServiceName: 'omds-service-connection-prod' - KeyVaultName: kv-odms-secret-prod - SecretsFilter: '*' - task: AzureCLI@2 inputs: azureSubscription: 'omds-service-connection-prod'