From 0d6c6e46181576fe4dc30994cf32f6e183142cde Mon Sep 17 00:00:00 2001 From: "Rishabh Mishra (LTIMINDTREE LIMITED)" Date: Tue, 21 Apr 2026 04:34:23 -0700 Subject: [PATCH 1/2] TestCli --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e25d870a..58afca2c 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ [![Build Status](https://dev.azure.com/ms/azure-devops-cli-extension/_apis/build/status/Azure%20DevOps%20CLI%20-%20Merge%20GitHub?branchName=master)](https://dev.azure.com/ms/azure-devops-cli-extension/_build/latest?definitionId=39&branchName=master) -The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azure CLI 2.0. +The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azure CLI 2.0. > The Azure CLI with the Azure DevOps Extension has replaced the VSTS CLI. The VSTS CLI has been deprecated and will no longer be receiving new features. We recommend that users of the VSTS CLI switch to the Azure CLI and add the Azure DevOps extension. See the [Command Mapping](/doc/command_mapping.md) section to view the mapping between VSTS CLI and Azure DevOps Extension commands. + ## Quick start -1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). You must have at least `v2.0.69`, which you can verify with `az --version` command. +1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). You must have at least `v2.0.69`, which you can verify with the `az --version` command. 1. Add the Azure DevOps Extension `az extension add --name azure-devops` From fd6f9da480900680ae467a5bc7af1dc0e78f3344 Mon Sep 17 00:00:00 2001 From: "Rishabh Mishra (LTIMINDTREE LIMITED)" Date: Wed, 22 Apr 2026 04:49:26 -0700 Subject: [PATCH 2/2] resolveerror --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58afca2c..0434dc69 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ [![Build Status](https://dev.azure.com/ms/azure-devops-cli-extension/_apis/build/status/Azure%20DevOps%20CLI%20-%20Merge%20GitHub?branchName=master)](https://dev.azure.com/ms/azure-devops-cli-extension/_build/latest?definitionId=39&branchName=master) -The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azure CLI 2.0. +The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azure CLI 2.0. > The Azure CLI with the Azure DevOps Extension has replaced the VSTS CLI. The VSTS CLI has been deprecated and will no longer be receiving new features. We recommend that users of the VSTS CLI switch to the Azure CLI and add the Azure DevOps extension. See the [Command Mapping](/doc/command_mapping.md) section to view the mapping between VSTS CLI and Azure DevOps Extension commands. - ## Quick start 1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). You must have at least `v2.0.69`, which you can verify with the `az --version` command. @@ -73,11 +72,11 @@ Commands: See our [contribution guidelines](CONTRIBUTING.md) to learn how you can contribute to this project. -TLDR of [contribution guidelines](CONTRIBUTING.md)
+TLDR of [contribution guidelines](CONTRIBUTING.md)
-Questions : [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-devops)
-Bug reports : [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html)
-New Feature request : [Azure DevOps repo](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose)
+Questions : [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-devops)
+Bug reports : [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html)
+New Feature request : [Azure DevOps repo](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose)
## License