Skip to content

Commit 4eaaf90

Browse files
committed
update
1 parent 0687b58 commit 4eaaf90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Module setting for Bicep config
33
description: Describes how to customize configuration values for modules in Bicep deployments.
44
ms.topic: conceptual
5-
ms.date: 01/11/2023
5+
ms.date: 01/17/2023
66
---
77

88
# Add module settings in the Bicep config file

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep config file
33
description: Describes the configuration file for your Bicep deployments
44
ms.topic: conceptual
5-
ms.date: 01/09/2023
5+
ms.date: 01/17/2023
66
---
77

88
# Configure your Bicep environment
@@ -31,9 +31,9 @@ When working with [modules](modules.md), you can add aliases for module paths. T
3131

3232
The [Bicep linter](linter.md) checks Bicep files for syntax errors and best practice violations. You can override the default settings for the Bicep file validation by modifying `bicepconfig.json`. For more information, see [Add linter settings to Bicep config](bicep-config-linter.md).
3333

34-
## Intellisense
34+
## Enable experimental features
3535

36-
To enable experimental features, add the following JSON to bicepconfig.json.
36+
The following sample enables the [user-defined types in Bicep](https://aka.ms/bicepCustomTypes).
3737

3838
```json
3939
{

0 commit comments

Comments
 (0)