Skip to content

Commit

Permalink
Remove note about Bicep user defined types being preview (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua authored Sep 11, 2023
1 parent bf75d53 commit e6ecaff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/content/specs/bicep/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down

0 comments on commit e6ecaff

Please sign in to comment.