Skip to content

Commit 5ab9e07

Browse files
Merge pull request #122756 from alex-frankel/patch-8
Update bicep-import.md to remove experimental notices
2 parents d01ed02 + 11afded commit 5ab9e07

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ This article describes the syntax you use to export and import shared functional
1212

1313
## Exporting types, variables and functions (Preview)
1414

15-
> [!NOTE]
16-
> [Bicep CLI version 0.23.X or higher](./install.md) is required to use this feature. The experimental feature `compileTimeImports` must be enabled from the [Bicep config file](./bicep-config.md#enable-experimental-features). For user-defined functions, the experimental feature `userDefinedFunctions` must also be enabled.
17-
1815
The `@export()` decorator is used to indicate that a given statement can be imported by another file. This decorator is only valid on type, variable and function statements. Variable statements marked with `@export()` must be compile-time constants.
1916

2017
The syntax for exporting functionality for use in other Bicep files is:
@@ -26,9 +23,6 @@ The syntax for exporting functionality for use in other Bicep files is:
2623

2724
## Import types, variables and functions (Preview)
2825

29-
> [!NOTE]
30-
> [Bicep CLI version 0.23.X or higher](./install.md) is required to use this feature. The experimental feature `compileTimeImports` must be enabled from the [Bicep config file](./bicep-config.md#enable-experimental-features). For user-defined functions, the experimental feature `userDefinedFunctions` must also be enabled.
31-
3226
The syntax for importing functionality from another Bicep file is:
3327

3428
```bicep

0 commit comments

Comments
 (0)