Skip to content

Commit ab29ebb

Browse files
Merge pull request #278286 from mumian/0614-import-type-ga
Bicep import type between Bicep files GA
2 parents 1141e6c + adb5140 commit ab29ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: User-defined types in Bicep
33
description: Describes how to define and use user-defined data types in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 05/22/2024
6+
ms.date: 06/14/2024
77
---
88

99
# User-defined data types in Bicep
@@ -258,7 +258,7 @@ output config object = serviceConfig
258258

259259
The parameter value is validated based on the discriminated property value. In the preceding example, if the *serviceConfig* parameter value is of type *foo*, it undergoes validation using the *FooConfig*type. Likewise, if the parameter value is of type *bar*, validation is performed using the *BarConfig* type, and this pattern continues for other types as well.
260260

261-
## Import types between Bicep files (Preview)
261+
## Import types between Bicep files
262262

263263
[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).
264264

0 commit comments

Comments
 (0)