From 5f9e52b280582acfde18fc32cde643b3f05bf5a4 Mon Sep 17 00:00:00 2001 From: Roopan-Microsoft Date: Thu, 9 Apr 2026 11:34:29 +0530 Subject: [PATCH] fix: add bicep version requirement (>= 0.33.0) to azure.yaml --- azure.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure.yaml b/azure.yaml index 3f34cb0e..8d6200c6 100644 --- a/azure.yaml +++ b/azure.yaml @@ -5,6 +5,7 @@ name: content-processing requiredVersions: azd: '>= 1.18.0 != 1.23.9' + bicep: '>= 0.33.0' metadata: template: content-processing@1.0