Skip to content

Commit d08da1c

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#266401
We made changes to the line: 138  From: compileTimeImports To: assertions
1 parent 6e77ce8 commit d08da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 'compileTimeImports' and 'userDefinedFunctions`.
138+
Here's an example of enabling features 'assertions' and 'userDefinedFunctions`.
139139

140140
```json
141141
{

0 commit comments

Comments
 (0)