You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-config.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Bicep config file
3
3
description: Describes the configuration file for your Bicep deployments
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 02/21/2023
6
+
ms.date: 04/28/2023
7
7
---
8
8
9
9
# Configure your Bicep environment
@@ -45,6 +45,9 @@ You can enable preview features by adding:
45
45
}
46
46
```
47
47
48
+
> [!WARNING]
49
+
> To utilize the experimental features, it's necessary to have the latest version of [Azure CLI](./install.md#azure-cli).
50
+
48
51
The preceding sample enables 'userDefineTypes' and 'extensibility`. The available experimental features include:
49
52
50
53
-**extensibility**: Allows Bicep to use a provider model to deploy non-ARM resources. Currently, we only support a Kubernetes provider. See [Bicep extensibility Kubernetes provider](./bicep-extensibility-kubernetes-provider.md).
0 commit comments