Skip to content

Commit 7fd722c

Browse files
committed
address <
1 parent cbccaba commit 7fd722c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -67,7 +67,7 @@ If you need more information about a particular diagnostic code, select the **Fe
6767
| BCP059 | Error | The name "{name}" is not a function. |
6868
| BCP060 | Error | The "variables" function is not supported. Directly reference variables by their symbolic names. |
6969
| BCP061 | Error | The "parameters" function is not supported. Directly reference parameters by their symbolic names. |
70-
| <a id='BCP062' />[BCP062](./diagnostics/bcp062.md) | Error | The referenced declaration with name <type-name> is not valid. |
70+
| <a id='BCP062' />[BCP062](./diagnostics/bcp062.md) | Error | The referenced declaration with name \<type-name> is not valid. |
7171
| BCP063 | Error | The name "{name}" is not a parameter, variable, resource or module. |
7272
| BCP064 | Error | Found unexpected tokens in interpolated expression. |
7373
| BCP065 | Error | Function "{functionName}" is not valid at this location. It can only be used as a parameter default value. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BCP192
3-
description: Error - Unable to restore the artifact with reference <reference>: <error-message>.
3+
description: Error - Unable to restore the artifact with reference <reference>.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
66
ms.date: 08/08/2024

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BCP302
3-
description: Error - The name <type-name> is not a valid type. Please specify one of the following types: <type-names>.
3+
description: Error - The name <type-name> is not a valid type. Please specify one of the following types: \<type-names>.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
66
ms.date: 08/08/2024

0 commit comments

Comments
 (0)