Skip to content

Commit 2dbe915

Browse files
Merge pull request #311 from microsoft/psl-macae-azdversion
docs: added required azd version in azure.yml file and updated DeploymentGuide.md file
2 parents 13feee6 + 26dab82 commit 2dbe915

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
22
name: multi-agent-custom-automation-engine-solution-accelerator
33
metadata:
4-
4+
5+
requiredVersions:
6+
azd: '>= 1.15.0'

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you're not using one of the above options for opening the project, then you'l
117117
1. Make sure the following tools are installed:
118118

119119
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) <small>(v7.0+)</small> - available for Windows, macOS, and Linux.
120-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd)
120+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
121121
- [Python 3.9+](https://www.python.org/downloads/)
122122
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
123123
- [Git](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)