We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 269075f + 81fd98d commit 322a2a2Copy full SHA for 322a2a2
articles/azure-resource-manager/bicep/bicep-config.md
@@ -3,7 +3,7 @@ title: Bicep config file
3
description: Describes the configuration file for your Bicep deployments
4
ms.topic: conceptual
5
ms.custom: devx-track-bicep
6
-ms.date: 06/03/2024
+ms.date: 06/27/2024
7
---
8
9
# Configure your Bicep environment
@@ -135,7 +135,7 @@ The [Bicep linter](linter.md) checks Bicep files for syntax errors and best prac
135
136
You can enable experimental features by adding the following section to your `bicepconfig.json` file.
137
138
-Here's an example of enabling features 'assertions' and 'userDefinedFunctions`.
+Here's an example of enabling features 'assertions' and 'testFramework`.
139
140
```json
141
{
0 commit comments