Skip to content

Commit ae8ee57

Browse files
fix: add bicep version requirement (>= 0.33.0) to azure.yaml
fix: add bicep version requirement (>= 0.33.0) to azure.yaml
2 parents d7412e8 + 5a09ec2 commit ae8ee57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: deploy-your-ai-application-in-production
22

33
requiredVersions:
44
azd: ">=1.15.0 != 1.23.9"
5+
bicep: '>= 0.33.0'
56

67
infra:
78
provider: "bicep"

0 commit comments

Comments
 (0)