From 1188e36d03b79da6ec914e0db3a95f67fd2b76dc Mon Sep 17 00:00:00 2001 From: Paul DeCarlo Date: Mon, 19 Nov 2018 18:25:00 -0600 Subject: [PATCH] Fix Spelling Error --- Tasks/AzureCLIV1/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tasks/AzureCLIV1/Readme.md b/Tasks/AzureCLIV1/Readme.md index 3050b448fa18..33265ce17f2f 100644 --- a/Tasks/AzureCLIV1/Readme.md +++ b/Tasks/AzureCLIV1/Readme.md @@ -7,7 +7,7 @@ This task supports running [Azure CLI](https://docs.microsoft.com/en-us/cli/azur - Supports the new [AZ CLI 2.0](https://docs.microsoft.com/en-us/cli/azure/overview) which is Python based - Works with Xplat agents (Windows, Linux or OSX) - For working with [Azure CLI 1.0](https://docs.microsoft.com/en-us/azure/cli-install-nodejs) which is node based, switch to task version 0.0 -- Both versions of Azure-CLI can coexist in the same system but task V1.0 logs-in using user’s subsscription into the Python based AZ CLI, where as task V0.0 logs-in to the node based Azure CLI. Hence script should ensure to include only corresponding commands. +- Both versions of Azure-CLI can coexist in the same system but task V1.0 logs-in using user’s subscription into the Python based AZ CLI, where as task V0.0 logs-in to the node based Azure CLI. Hence script should ensure to include only corresponding commands. - Limitations: - No support for Classic subscriptions. AZ CLI 2.0 supports only Azure Resource Manager (ARM) subscriptions