Skip to content

Commit 3f2cce3

Browse files
Merge pull request #608 from microsoft/psl-pk-azd
fix: Update Azure Developer CLI version to 1.18.0 in documentation and configuration files
2 parents 6bf8cac + d0ba829 commit 3f2cce3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
name: conversation-knowledge-mining
88

99
requiredVersions:
10-
azd: ">= 1.15.0"
10+
azd: ">= 1.18.0"
1111

1212
metadata:
1313

documents/DeploymentGuide.md

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

120120
1. Make sure the following tools are installed:
121121
- [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.
122-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
122+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
123123
- [Python 3.9+](https://www.python.org/downloads/)
124124
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
125125
- [Git](https://git-scm.com/downloads)

documents/LocalDebuggingSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install these tools before you start:
1515
- [PowerShell 7.0+](https://github.com/PowerShell/PowerShell#get-powershell).
1616
- [Node.js (LTS)](https://nodejs.org/en).
1717
- [Git](https://git-scm.com/downloads).
18-
- [Azure Developer CLI (azd) v1.15.0+](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd).
18+
- [Azure Developer CLI (azd) v1.18.0+](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd).
1919
- [Microsoft ODBC Driver 17](https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16) for SQL Server.
2020

2121

0 commit comments

Comments
 (0)