Showing archive results for 2023

May 26, 2023
Post comments count2
Post likes count3

Improved Flaky Test Management in Azure Pipelines

Ravi Kumar

In software development, testing is an integral part of the development process. Tests are used to verify that software behaves as expected, and they ensure that changes made to the code do not break existing functionality. However, there is a problem that often arises when running automated tests: Flaky tests. Flaky tests are tests that produce d...

Test
May 23, 2023
Post comments count9
Post likes count17

GitHub Advanced Security for Azure DevOps public preview starts now!

Aaron Hallberg

In October of last year we announced that GitHub Advanced Security was coming to Azure DevOps, starting with a private preview in November. Since then, we’ve been working hard on the product and incorporating feedback from our private preview customers. Today, we are excited to announce that GitHub Advanced Security for Azure DevOps is available to...

SecurityDevOpsAzure & Cloud
May 18, 2023
Post comments count0
Post likes count0

Make Test Cases Readonly in Azure DevOps Services

Chandra,
Ahetejazahmad

This blog content is compiled by @Ahetejaz from Azure DevOps CSS support team. Recently, he helped a customer in making a TestCase Readonly in Inherited Process. Requirement: Azure DevOps Services (inherited Process Template): Test cases to be made read only. Other work item types should be editable. Scenario: Generally, test cases move from "Des...

Azure DevOps Server
May 16, 2023
Post comments count0
Post likes count8

Azure DevOps Achieves ISO 26262 ASIL D level of Certification

Jorge Minana

We are pleased to announce that Azure DevOps has successfully passed the ISO 26262 ASIL D certification, the highest level of Functional Safety management process, by TÜV SUD, an international independent third-party testing and certification company. This certification demonstrates Microsoft's commitment to providing our Automotive customers with ...

SecurityDevOps
May 9, 2023
Post comments count11
Post likes count2

Now available: Azure DevOps Server 2022.0.1

Gloridel Morales

Today, we released Azure DevOps Server 2022.0.1 RTW. This is our final release of Azure DevOps Server 2022.0.1. You can directly install Azure DevOps Server 2022.0.1 or upgrade from Azure DevOps Server 2022.0.1 RC, Azure DevOps Server 2022, Team Foundation Server 2015 or newer versions of the product. You can find the full details of the fixes we'...

Azure DevOps ServerReleases
May 1, 2023
Post comments count0
Post likes count2

New Boards Hub Update, Sprint 221

Dan Hellem

Our team remains dedicated to improving New Boards Hub by addressing any issues that may arise. We're happy to report that the New Boards Hub has been steadily progressing with each sprint. Although it is not quite ready for general availability yet, we're making significant strides with each iteration. Be sure to keep an eye out for updates. In th...

AgileDevOpsCommunity
Apr 24, 2023
Post comments count0
Post likes count3

Use Power Automate to update Azure DevOps queries

Erik Reitan

In this blog post, I’ll explain how to set up automation to automatically update Azure DevOps (ADO) queries. Using an automated Power Automate flow, you save time by not having to manually update your queries for each sprint. Everyone using your queries benefits by having data and details that are always current and accurate. Solution overview Th...

DevOpsCommunityAgile
Apr 14, 2023
Post comments count0
Post likes count1

New Boards Hub Update, Sprint 220

Dan Hellem

Sprint 220 was again dedicated to fixing bugs. We continue to drive down that bug backlog as quickly as we can. Notable bugs fixed Note: although these items are fixed, they may not be released to all organizations yet. Rollout can take a few days to a couple weeks. New feature We added a small usability feature to the work item save button. ...

AgileDevOpsCommunity
Apr 13, 2023
Post comments count3
Post likes count6

Service Connection guidance for AKS customers using Kubernetes tasks

Eric van Wijk

Kubernetes tasks & Service Connections Azure DevOps supports Kubernetes deployments with a number of included tasks: These tasks can be configured to target a Kubernetes cluster in a number of ways, using the property: Kubernetes Service Connection limitations when accessing AKS You can create a Kubernetes Service Connection wi...

CI/CD