Skip to content

Commit 9651a5a

Browse files
Merge pull request #538 from microsoft/psl-azd-version-update
docs: Updated README, azure.yml for minimum azd version 1.18.0
2 parents e7f78a9 + a64e5c6 commit 9651a5a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Quick deploy
7272
### How to install or deploy
7373
Follow the quick deploy steps on the deployment guide to deploy this solution to your own Azure subscription.
7474

75+
> **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).
76+
7577
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
7678
<br/><br/>
7779

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: multi-agent-custom-automation-engine-solution-accelerator
33
metadata:
44
55
requiredVersions:
6-
azd: ">=1.15.0 !=1.17.1"
6+
azd: '>= 1.18.0'

docs/DeploymentGuide.md

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

162162
- [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.
163-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
163+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
164164
- [Python 3.9+](https://www.python.org/downloads/)
165165
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
166166
- [Git](https://git-scm.com/downloads)
@@ -249,6 +249,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
249249
```shell
250250
azd up
251251
```
252+
> **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).
252253
253254
3. Provide an `azd` environment name (e.g., "macaeapp").
254255
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.

0 commit comments

Comments
 (0)