Skip to content

Commit 6c68682

Browse files
authored
usage of new min version feature and adjustment of docu (#61)
1 parent db35da7 commit 6c68682

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
name: app-service-javascript-sap-cloud-sdk-quickstart
44
metadata:
55
template: app-service-javascript-sap-cloud-sdk-quickstart
6+
requiredVersions:
7+
azd: ">= 0.8.0-beta.2"
68
services:
79
sap-cloud-sdk-api:
810
project: ./src/api

documentation/DEPLOYMENT-AZD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deployment via Azure Developer CLI
22

3-
> **Note** - The repository is compatible with version [0.8.0-beta.1](https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_0.8.0-beta.1) of the Azure Developer CLI. Make sure that you are using the same version to avoid incompatibilities due to different versions.
3+
> **Note** - The repository is compatible with version [0.8.0-beta.2](https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_0.8.0-beta.2) of the Azure Developer CLI. Make sure that you are using the same version to avoid incompatibilities due to different versions.
44
55
In this example we use the [Azure Developer CLI](https://github.com/Azure/azure-dev) to deploy the project. Learn more about this tool on [Microsoft Learn](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview)
66

0 commit comments

Comments
 (0)