From 2395c50fed634584a39a03a9f93e5665ea27c4c2 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 22 Apr 2026 09:13:20 +0530 Subject: [PATCH 1/6] update cd ./src/frontend to cd ./src/App in setupEnv File --- .devcontainer/setupEnv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/setupEnv.sh b/.devcontainer/setupEnv.sh index c771fb815..7aba7f8ee 100755 --- a/.devcontainer/setupEnv.sh +++ b/.devcontainer/setupEnv.sh @@ -12,7 +12,7 @@ uv sync --frozen cd ../../ echo "Setting up Frontend..." -cd ./src/frontend +cd ./src/App npm install pip install -r requirements.txt cd ../../ From d59d7dc3352c17aea289d25856402a4db7d39c99 Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 13:57:47 +0530 Subject: [PATCH 2/6] docs: add Bicep CLI prerequisite to local deployment guide Adds Bicep CLI (v0.33.0+) to the local deployment prerequisites so users provisioning this accelerator locally have the required Bicep version installed before running 'azd up' / 'az deployment'. Work item: AB#42634 --- docs/DeploymentGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 1f931d165..3da76dd22 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -153,6 +153,7 @@ Select one of the following options to deploy the Multi Agent Custom Automation **Required Tools:** - [PowerShell 7.0+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) - [Azure Developer CLI (azd) 1.18.0+](https://aka.ms/install-azd) +- [Bicep CLI 0.33.0+](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) - [Python 3.9+](https://www.python.org/downloads/) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [Git](https://git-scm.com/downloads) From 7dc721957de291750ab6e90cb6c05093acfd4212 Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 19:50:16 +0530 Subject: [PATCH 3/6] docs: Add Bicep CLI (v0.33.0+) version pinning alongside azd/PowerShell --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 078ed55d0..209e9a8d7 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Follow the quick deploy steps on the deployment guide to deploy this solution to > **Note:** This solution accelerator requires **Azure Developer CLI (azd) version 1.18.0 or higher**. Please ensure you have the latest version installed before proceeding with deployment. [Download azd here](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd). +> **Note:** This solution accelerator also requires **Bicep CLI version 0.33.0 or higher** for compiling infrastructure templates. [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install). + [Click here to launch the deployment guide](./docs/DeploymentGuide.md)

From c9ad40ba0a643581425ce7a6c7844aee39d74629 Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 21:26:03 +0530 Subject: [PATCH 4/6] docs: Add Bicep CLI version pinning to AVM post-deployment prereqs --- docs/AVMPostDeploymentGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/AVMPostDeploymentGuide.md b/docs/AVMPostDeploymentGuide.md index 6233cecda..5c5a7d897 100644 --- a/docs/AVMPostDeploymentGuide.md +++ b/docs/AVMPostDeploymentGuide.md @@ -29,6 +29,7 @@ Before starting the post-deployment process, ensure you have the following: 3. **[Python](https://www.python.org/downloads/)** (v4.9+ recommended) - Required for data processing scripts 4. **[Git](https://git-scm.com/downloads/)** - Version control system for cloning the repository +5. **[Bicep CLI](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install)** (v0.33.0+) - Required for compiling infrastructure templates ### Azure Requirements From 042cf3a434cc0b82c6b993ef431a26731a5d5f73 Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 22:28:00 +0530 Subject: [PATCH 5/6] docs: Clarify Bicep CLI is the command-line compiler, not the VS Code extension (Copilot review) --- docs/DeploymentGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 3da76dd22..04e914a7e 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -153,7 +153,7 @@ Select one of the following options to deploy the Multi Agent Custom Automation **Required Tools:** - [PowerShell 7.0+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) - [Azure Developer CLI (azd) 1.18.0+](https://aka.ms/install-azd) -- [Bicep CLI 0.33.0+](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) +- [Bicep CLI 0.33.0+](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) - command-line Bicep compiler required for deployments (separate from the VS Code Bicep extension) - [Python 3.9+](https://www.python.org/downloads/) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [Git](https://git-scm.com/downloads) From d8dc5384c15fa77d98d6715bb14a0639ac9ffc85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 11:16:44 +0000 Subject: [PATCH 6/6] docs: scope Bicep README note to local deployment Agent-Logs-Url: https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/sessions/6f9261b3-bd1f-4ab3-99e3-bab4c5d3df6c Co-authored-by: Rafi-Microsoft <207166450+Rafi-Microsoft@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209e9a8d7..fdef26fe9 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Follow the quick deploy steps on the deployment guide to deploy this solution to > **Note:** This solution accelerator requires **Azure Developer CLI (azd) version 1.18.0 or higher**. Please ensure you have the latest version installed before proceeding with deployment. [Download azd here](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd). -> **Note:** This solution accelerator also requires **Bicep CLI version 0.33.0 or higher** for compiling infrastructure templates. [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install). +> **Note:** If deploying from a **local environment** (Option D in the deployment guide), this solution accelerator requires **Bicep CLI version 0.33.0 or higher** to compile infrastructure templates. [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install). [Click here to launch the deployment guide](./docs/DeploymentGuide.md)