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'