Skip to content

Commit fcc6076

Browse files
author
Prajwal-Microsoft
authored
Merge pull request #829 from microsoft/PSL-US-37718
fix: Updated azure.yaml file to exclude the 1.23.9 azd version
2 parents d0227fa + 42d9088 commit fcc6076

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
@@ -7,7 +7,7 @@ environment:
77
name: conversation-knowledge-mining
88

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

1212
metadata:
1313
template: conversation-knowledge-mining@1.0

azure_custom.yaml

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

33
requiredVersions:
4-
azd: ">= 1.18.0"
4+
azd: ">= 1.18.0 != 1.23.9"
55

66
metadata:
77
template: conversation-knowledge-mining@1.0

0 commit comments

Comments
 (0)