Skip to content

Commit d18699d

Browse files
committed
update TOC
1 parent 4b556a6 commit d18699d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Data types in Bicep
33
description: Describes the data types that are available in Bicep
44
ms.topic: conceptual
5-
ms.date: 12/12/2022
5+
ms.date: 01/10/2023
66
---
77

88
# Data types in Bicep
99

10-
This article describes the data types supported in [Bicep](./overview.md).
10+
This article describes the data types supported in [Bicep](./overview.md). [User-defined data types](./user-defined-data-types.md) are currently in preview.
1111

1212
## Supported types
1313

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@
256256
- name: Data types
257257
href: data-types.md
258258
displayName: supported types,arrays,booleans,integers,objects,strings,secure
259+
- name: User-defined data types (type)
260+
displayName: custom
261+
href: user-defined-data-types.md
259262
- name: Parameters (param)
260263
href: parameters.md
261264
displayName: decorators,secure,objects,constraints

0 commit comments

Comments
 (0)