Skip to content

Commit 59cbc1f

Browse files
Merge pull request #522 from microsoft/psl-us-20283-km-gen
docs: added required azd version in azure.yml file and updated DeploymentGuide.md file
2 parents ccc7e37 + d5ea027 commit 59cbc1f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

azure.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ environment:
55
name: conversation-knowledge-mining
66
location: eastus
77
name: conversation-knowledge-mining
8+
9+
requiredVersions:
10+
azd: ">= 1.15.0"
11+
812
metadata:
913
1014

documents/DeploymentGuide.md

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

8181
1. Make sure the following tools are installed:
8282
- [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.
83-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd)
83+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
8484
- [Python 3.9+](https://www.python.org/downloads/)
8585
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
8686
- [Git](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)