From e6ecaff0526c56e4f5a933c9b8f8b4d5a1bb5d95 Mon Sep 17 00:00:00 2001 From: Erika Gressi <56914614+eriqua@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:50:54 +0200 Subject: [PATCH] Remove note about Bicep user defined types being preview (#56) --- docs/content/specs/bicep/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content/specs/bicep/_index.md b/docs/content/specs/bicep/_index.md index f8fa27511..4c97d62b8 100644 --- a/docs/content/specs/bicep/_index.md +++ b/docs/content/specs/bicep/_index.md @@ -54,11 +54,9 @@ Review the [Bicep Contribution Guide's 'RBAC Role Definition Name Mapping' secti To simplify the consumption experience for module consumers when interacting with complex data types input parameters, mainly objects and arrays, the Bicep feature of [User-Defined Types](https://learn.microsoft.com/azure/azure-resource-manager/bicep/user-defined-data-types) **MUST** be used and declared. -{{< hint type=note >}} - -The AVM team are aware that to use [User-Defined Types](https://learn.microsoft.com/azure/azure-resource-manager/bicep/user-defined-data-types) at this time, August 2023, you must [enable the preview feature via the `bicepconfig.json`](https://learn.microsoft.com/azure/azure-resource-manager/bicep/user-defined-data-types#enable-the-preview-feature). +{{< hint type=tip >}} -This is only planned to be temporary and will be made part of the default features enabled in a upcoming release of Bicep very soon. +User-Defined Types are GA in Bicep as of version v0.21.1, please ensure you have this version installed as a minimum. {{< /hint >}}