From 26dab82d19512b827d5a549d2108d2f632d0c54c Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Thu, 10 Jul 2025 16:27:43 +0530 Subject: [PATCH] added required azd version in azure.yml file and updated DeploymentGuide.md file --- azure.yaml | 4 +++- docs/DeploymentGuide.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/azure.yaml b/azure.yaml index ee4810b1c..f41dc0dc6 100644 --- a/azure.yaml +++ b/azure.yaml @@ -1,4 +1,6 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json name: multi-agent-custom-automation-engine-solution-accelerator metadata: - template: multi-agent-custom-automation-engine-solution-accelerator@1.0 \ No newline at end of file + template: multi-agent-custom-automation-engine-solution-accelerator@1.0 +requiredVersions: + azd: '>= 1.15.0' \ No newline at end of file diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index be514be59..94e94e254 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -111,7 +111,7 @@ If you're not using one of the above options for opening the project, then you'l 1. Make sure the following tools are installed: - [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) (v7.0+) - available for Windows, macOS, and Linux. - - [Azure Developer CLI (azd)](https://aka.ms/install-azd) + - [Azure Developer CLI (azd)](https://aka.ms/install-azd) (v1.15.0+) - version - [Python 3.9+](https://www.python.org/downloads/) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [Git](https://git-scm.com/downloads)