Skip to content

Commit 3bfe5fc

Browse files
committed
add version information
1 parent e1a488a commit 3bfe5fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-resource-manager/bicep/data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Data types in Bicep
33
description: This article describes the data types that are available in Bicep.
44
ms.topic: reference
5-
ms.date: 01/02/2026
5+
ms.date: 01/27/2026
66
ms.custom: devx-track-bicep
77
---
88

@@ -388,7 +388,7 @@ comments // are included
388388
'''
389389
```
390390

391-
With Bicep CLI version 0.X.X or higher, string interpolation is supported. An optional `$` prefix can be added before the opening delimiter to enable string interpolation using standard Bicep `${...}` syntax. If you need to include `${...}` as a literal value without escaping, you can control interpolation by repeating the `$` prefix. Interpolation is only performed when the number of `$` characters preceding `${...}` matches the number of `$` characters used in the opening delimiter.
391+
With Bicep CLI version v0.40.2 or higher, string interpolation is supported. An optional `$` prefix can be added before the opening delimiter to enable string interpolation using standard Bicep `${...}` syntax. If you need to include `${...}` as a literal value without escaping, you can control interpolation by repeating the `$` prefix. Interpolation is only performed when the number of `$` characters preceding `${...}` matches the number of `$` characters used in the opening delimiter.
392392

393393
```bicep
394394
// evaluates to "interpolation\nis ${blocked}"

0 commit comments

Comments
 (0)