Skip to content

Commit 725fe53

Browse files
Merge pull request #874 from microsoft/PSL-US-37718
fix: Updated azure.yaml file to exclude the 1.23.9 azd version
2 parents 4c88ca4 + 40bb9aa commit 725fe53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: multi-agent-custom-automation-engine-solution-accelerator
33
metadata:
44
template: multi-agent-custom-automation-engine-solution-accelerator@1.0
55
requiredVersions:
6-
azd: '>= 1.18.0'
6+
azd: '>= 1.18.0 != 1.23.9'
77
hooks:
88
postdeploy:
99
windows:

azure_custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: multi-agent-custom-automation-engine-solution-accelerator
33
metadata:
44
template: multi-agent-custom-automation-engine-solution-accelerator@1.0
55
requiredVersions:
6-
azd: ">=1.15.0 !=1.17.1"
6+
azd: '>= 1.18.0 != 1.23.9'
77

88
services:
99
backend:

0 commit comments

Comments
 (0)