Skip to content

Commit 162a3d7

Browse files
committed
update toc
1 parent 188da8f commit 162a3d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you need more information about a particular diagnostic code, select the **Fe
6161
| <a id='BCP052' />[BCP052](./diagnostics/bcp052.md) | Error/Warning | The type \<type-name> doesn't contain property \<property-name>. |
6262
| <a id='BCP053' />[BCP053](./diagnostics/bcp053.md) | Error/Warning | The type \<type-name> doesn't contain property \<property-name>. Available properties include \<property-names>. |
6363
| BCP054 | Error | The type "{type}" doesn't contain any properties. |
64-
| BCP055 | Error | Can't access properties of type "{wrongType}". An "{LanguageConstants.Object}" type is required. |
64+
| <a id='BCP055' />[BCP055](./diagnostics/bcp055.md) | Error | Can't access properties of type "{wrongType}". An "{LanguageConstants.Object}" type is required. |
6565
| BCP056 | Error | The reference to name "{name}" is ambiguous because it exists in namespaces {ToQuotedString(namespaces)}. The reference must be fully qualified. |
6666
| <a id='BCP057' />[BCP057](./diagnostics/bcp057.md) | Error | The name \<name> doesn't exist in the current context. |
6767
| BCP059 | Error | The name "{name}" isn't a function. |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,8 @@
626626
href: diagnostics/bcp052.md
627627
- name: BCP053
628628
href: diagnostics/bcp053.md
629+
- name: BCP055
630+
href: diagnostics/bcp055.md
629631
- name: BCP057
630632
href: diagnostics/bcp057.md
631633
- name: BCP062
@@ -660,6 +662,8 @@
660662
href: diagnostics/bcp332.md
661663
- name: BCP333
662664
href: diagnostics/bcp333.md
665+
- name: BCP338
666+
href: diagnostics/bcp338.md
663667
- name: BCP401
664668
href: diagnostics/bcp401.md
665669
- name: Azure CLI

0 commit comments

Comments
 (0)