Showing results for February 2024 - Azure DevOps Blog

Feb 16, 2024
4
5

Azure Pipelines deprecated tasks retirement schedule

Eric van Wijk
Eric van Wijk

Azure Pipelines includes around 150 build & release tasks as well as many more task extensions. Various included tasks have multiple (major) versions bringing the total to over included 200 tasks. Some of these tasks have been deprecated for some time, as newer tasks have replaced them. Deprecation means the task is still supported, before it ...

CI/CD
Feb 15, 2024
45
3

End of SSH-RSA support for Azure Repos

Bohdan Janousek
Bohdan Janousek

Azure Repos provides two methods for users to access a git repository in Azure Repos – HTTPS and SSH. To use SSH, you need to create a key pair using one of the supported encryption methods. In the past we’ve been supporting only SSH-RSA and we’ve asked users to enable the SSH-RSA here. This is not required to be done anymore as in 2022 we’...

Azure & CloudDevOpsGit & Version Control
Feb 15, 2024
2
2

JUnit Attachments Support for Publish Test Results

David Paquette
David Paquette

We've recently made some improvements to the Publish Test Results task in Azure Pipelines. This task now supports file attachments when publishing test results from a JUnit report. JUnit Attachments Report Format The JUnit XML report format doesn't officially have support for file attachments but there is a common convention of including ...

DevOpsAzure & CloudCommunity
Feb 13, 2024
5
3

February patches for Azure DevOps Server

Gloridel Morales
Gloridel Morales

This month, we are releasing fixes that impact our self-hosted product, Azure DevOps Server. The following versions of the products have been patched. Check out the links for each version for more details. Azure DevOps Server 2022.1 Patch 2 If you have Azure DevOps Server 2022.1, you should install Azure DevOps Server 2022.1 Patch 2. ...

Azure DevOps ServerPatches
Feb 12, 2024
6
4

Workload identity federation for Azure deployments is now generally available

Eric van Wijk
Eric van Wijk

In September, we announced the ability to configure Azure service connections that do not need a secret. Azure service connections that use workload identity federation are easier to manage and more secure. Many customers have adopted this feature and we're excited to announce it is now generally available! Improved security Workload identity ...

Azure & CloudCI/CD
Feb 5, 2024
1
5

Regenerating secrets for Azure DevOps OAuth applications

Angel Wong
Angel Wong

You can now self-regenerate new client secrets as needed for apps made on top of the Azure DevOps' OAuth platform. A valid, active client secret is critical for getting a refresh token to continue using your app. Once the secret has expired, you will also no longer be able to get access and refresh tokens needed to access Azure Devops APIs through ...

Azure & Cloud
Feb 5, 2024
4
1

Azure Boards + GitHub improvements in private preview

Dan Hellem
Dan Hellem

Today we are happy to announce several improvements to our GitHub integration story. These improvements are vital for those customers who are seeking better traceability between Azure Boards and GitHub repositories. AB# Validation This is a recap of the private preview announcement we made in December 2023. AB# validation is now available to all ...

DevOpsAzure & CloudCommunity