Skip to content

Commit 322a2a2

Browse files
Merge pull request #279467 from mumian/0627-Bicep-config
update the experimental features sample
2 parents 269075f + 81fd98d commit 322a2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep config file
33
description: Describes the configuration file for your Bicep deployments
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 06/03/2024
6+
ms.date: 06/27/2024
77
---
88

99
# Configure your Bicep environment
@@ -135,7 +135,7 @@ The [Bicep linter](linter.md) checks Bicep files for syntax errors and best prac
135135

136136
You can enable experimental features by adding the following section to your `bicepconfig.json` file.
137137

138-
Here's an example of enabling features 'assertions' and 'userDefinedFunctions`.
138+
Here's an example of enabling features 'assertions' and 'testFramework`.
139139

140140
```json
141141
{

0 commit comments

Comments
 (0)