microsoft / azure-devops-extension-tasks

Pipeline tasks for Azure DevOps Extensions
https://marketplace.visualstudio.com/items?itemName=ms-devlabs.vsts-developer-tools-build-tasks
MIT License
183 stars 82 forks source link

When building using azure devops with a library linked to azure keyvault I get ##[warning]The AzureKeyVault@1 task is deprecated, please use the latest version of the AzureKeyVault task #985

Closed CZEMacLeod closed 3 months ago

CZEMacLeod commented 3 months ago

I am not directly using this task in my pipeline, but I have a variable group linked to a library linked to azure key vault.

I assume this is generating some pre-tasks in the job initialization step.

##[warning]Task 'Azure Key Vault' version 1 (AzureKeyVault@1) is deprecated.
##[warning]The AzureKeyVault@1 task is deprecated, please use the latest version of the AzureKeyVault task

Not sure I can do anything to actually use the newer version...

jessehouwing commented 3 months ago

This repository is only for the specific tasks used to publish extensions to the Azure DevOps marketplace.

CZEMacLeod commented 3 months ago

@jessehouwing Fine - but there are hundreds of repo's here and this looked like the most likely by name. Any idea where I should raise this?

jessehouwing commented 3 months ago

@jessehouwing Fine - but there are hundreds of repo's here and this looked like the most likely by name. Any idea where I should raise this?

CZEMacLeod commented 3 months ago

Thanks - found the existing issue https://github.com/microsoft/azure-pipelines-tasks/issues/20302 Looks like it will be fixed soon(ish).