Skip to content

Commit 89bd879

Browse files
Merge pull request #236308 from mumian/0428-experimental-features
add the azure cli requirement for experimental features
2 parents a3a25a3 + 7c3038a commit 89bd879

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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: 02/21/2023
6+
ms.date: 04/28/2023
77
---
88

99
# Configure your Bicep environment
@@ -45,6 +45,9 @@ You can enable preview features by adding:
4545
}
4646
```
4747

48+
> [!WARNING]
49+
> To utilize the experimental features, it's necessary to have the latest version of [Azure CLI](./install.md#azure-cli).
50+
4851
The preceding sample enables 'userDefineTypes' and 'extensibility`. The available experimental features include:
4952

5053
- **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

Comments
 (0)