Skip to content

Commit d3d280e

Browse files
committed
update a link
1 parent 6556453 commit d3d280e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Import Bicep namespaces
33
description: Describes how to import Bicep namespaces.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2023
77
---
88

99
# Import Bicep namespaces
@@ -29,7 +29,7 @@ import * as <namespace> from '<bicep-file-name>'
2929

3030
You can mix and match the two preceding syntaxes.
3131

32-
Only user-defined data types that bear the [@export() decorator](./user-defined-data-types.md#decorator) can be imported. Currently, this decorator can only be used on [`type`](./user-defined-data-types.md) statements.
32+
Only user-defined data types that bear the [@export() decorator](./user-defined-data-types.md#import-types-between-bicep-files-preview) can be imported. Currently, this decorator can only be used on [`type`](./user-defined-data-types.md) statements.
3333

3434
Imported types can be used anywhere a user-defined type might be, for example, within the type clauses of type, param, and output statements.
3535

0 commit comments

Comments
 (0)