From 0edb4be1ebffdcb122ce83d73b08ae0504fdd638 Mon Sep 17 00:00:00 2001 From: BruceHaley Date: Fri, 10 Jun 2022 11:19:50 -0700 Subject: [PATCH 1/3] Specify correct version of Azure CLI The latest Azure CLI, version 2.37.0, does not work with Composer. This fixes the document to specify 2.36.0 or earlier. This addresses issue #9224. Other Microsoft documentation also needs fixing. --- Provisioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Provisioning/README.md b/Provisioning/README.md index 64067296d6..081e7208c2 100644 --- a/Provisioning/README.md +++ b/Provisioning/README.md @@ -7,7 +7,7 @@ This is an alternative to using the in-app provisioning tool. - A subscription to [Microsoft Azure](https://azure.microsoft.com/free/). - [A basic bot built using Composer](https://aka.ms/composer-create-first-bot). -- Latest version of the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). +- The [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) version 2.36.0 or earlier. - [Node.js](https://nodejs.org/). Use version 12.13.0 or later. - PowerShell version 6.0 and later. From 1d226af57af3f1a8a86e6c58ed1b01e10b0ea95a Mon Sep 17 00:00:00 2001 From: BruceHaley Date: Fri, 10 Jun 2022 11:24:13 -0700 Subject: [PATCH 2/3] Tweak --- Provisioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Provisioning/README.md b/Provisioning/README.md index 081e7208c2..fa4aa1bb0f 100644 --- a/Provisioning/README.md +++ b/Provisioning/README.md @@ -7,7 +7,7 @@ This is an alternative to using the in-app provisioning tool. - A subscription to [Microsoft Azure](https://azure.microsoft.com/free/). - [A basic bot built using Composer](https://aka.ms/composer-create-first-bot). -- The [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) version 2.36.0 or earlier. +- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) version 2.36.0 or earlier. - [Node.js](https://nodejs.org/). Use version 12.13.0 or later. - PowerShell version 6.0 and later. From 8a14854b66329a9b5b42a931c7ccfe48149fe5f3 Mon Sep 17 00:00:00 2001 From: BruceHaley Date: Tue, 14 Jun 2022 15:29:09 -0700 Subject: [PATCH 3/3] Update README.md --- Provisioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Provisioning/README.md b/Provisioning/README.md index fa4aa1bb0f..affd628e0f 100644 --- a/Provisioning/README.md +++ b/Provisioning/README.md @@ -7,7 +7,7 @@ This is an alternative to using the in-app provisioning tool. - A subscription to [Microsoft Azure](https://azure.microsoft.com/free/). - [A basic bot built using Composer](https://aka.ms/composer-create-first-bot). -- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) version 2.36.0 or earlier. +- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) version 2.36.0. - [Node.js](https://nodejs.org/). Use version 12.13.0 or later. - PowerShell version 6.0 and later.