Skip to content

Commit a3a306a

Browse files
authored
Update user-defined-data-types.md
Removed statement about import/export of UDT being a experimental feature
1 parent b91e3e0 commit a3a306a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-resource-manager/bicep/user-defined-data-types.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,7 @@ For more information, see [Custom tagged union data type](./data-types.md#custom
254254

255255
## Import types between Bicep files
256256

257-
[Bicep CLI version 0.21.X or higher](./install.md) is required to use this compile-time import feature. The experimental flag `compileTimeImports` must be enabled from the [Bicep config file](./bicep-config.md#enable-experimental-features).
258-
259-
Only user-defined data types that bear the `@export()` decorator can be imported to other templates. Currently, this decorator can only be used on `type` statements.
257+
Only user-defined data types that bear the `@export()` decorator can be imported to other templates.
260258

261259
The following example enables you to import the two user-defined data types from other templates:
262260

0 commit comments

Comments
 (0)