Skip to content

Commit 39f1ace

Browse files
Merge pull request #164 from microsoft/psl-cm-azd
docs: Added required azd version in azure.yml file and updated DeploymentGuide.md file
2 parents 382d013 + 9583576 commit 39f1ace

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

azure.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: modernize-your-code-solution-accelerator
22
metadata:
33
template: modernize-your-code-solution-accelerator@1.0
4+
5+
requiredVersions:
6+
azd: '>=1.17.1'
7+
48
parameters:
59
AzureAiServiceLocation:
610
type: string

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you're not using one of the above options for opening the project, then you'l
107107

108108
1. Make sure the following tools are installed:
109109

110-
* [Azure Developer CLI (azd)](https://aka.ms/install-azd)
110+
* [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.17.1+)</small> - version
111111
* [Python 3.9+](https://www.python.org/downloads/)
112112
* [Docker Desktop](https://www.docker.com/products/docker-desktop/)
113113
* [Git](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)