Skip to content

Commit 925fe7f

Browse files
committed
update the toc
1 parent 8672ecd commit 925fe7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/azure-resource-manager/bicep/bicep-core-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep warnings and error codes
33
description: Understand Bicep warnings and error codes.
44
ms.topic: conceptual
55
ms.custom: devx-track-azurecli, devx-track-bicep, devx-track-arm-template
6-
ms.date: 03/25/2025
6+
ms.date: 05/20/2025
77
---
88

99
# Bicep core diagnostics
@@ -81,7 +81,7 @@ If you need more information about a particular diagnostic code, select the **Fe
8181
| <a id='BCP073' />[BCP073](./diagnostics/bcp073.md) | Error/Warning | The property \<property-name> is read-only. Expressions can't be assigned to read-only properties. |
8282
| <a id='BCP074' />BCP074 | Error | Indexing over arrays requires an index of type "{LanguageConstants.Int}", but the provided index was of type "{wrongType}". |
8383
| <a id='BCP075' />BCP075 | Error | Indexing over objects requires an index of type "{LanguageConstants.String}", but the provided index was of type "{wrongType}". |
84-
| <a id='BCP076' />BCP076 | Error | Can't index over expression of type "{wrongType}". Arrays or objects are required. |
84+
| <a id='BCP076' />[BCP076](./diagnostics/bcp076.md) | Error | Can't index over expression of type \<wrong-type>. Arrays or objects are required. |
8585
| <a id='BCP077' />[BCP077](./diagnostics/bcp077.md) | Error/Warning | The property \<property-name> on type \<type-name> is write-only. Write-only properties can't be accessed. |
8686
| <a id='BCP078' />[BCP078](./diagnostics/bcp078.md) | Error/Warning | The property \<property-name> requires a value of type \<type-name>, but none was supplied. |
8787
| <a id='BCP079' />BCP079 | Error | This expression is referencing its own declaration, which isn't allowed. |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,8 @@ items:
663663
href: diagnostics/bcp072.md
664664
- name: BCP073
665665
href: diagnostics/bcp073.md
666+
- name: BCP076
667+
href: diagnostics/bcp076.md
666668
- name: BCP077
667669
href: diagnostics/bcp077.md
668670
- name: BCP078

0 commit comments

Comments
 (0)