Skip to content

Commit 9583576

Browse files
added required azd version in azure.yml file and updated DeploymentGuide.md file
1 parent 639ef6b commit 9583576

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
template: modernize-your-code-solution-accelerator@1.0
44

55
requiredVersions:
6-
azd: '>=1.15.0'
6+
azd: '>=1.17.1'
77

88
parameters:
99
AzureAiServiceLocation:

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) <small>(v1.15.0+)</small> - version
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)