Skip to content

Commit c9e8f4c

Browse files
authored
Merge pull request #281432 from mumian/0719-url-test
Use HTML anchor
2 parents 5608606 + ba9abc5 commit c9e8f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you need more information about a particular warning or error code, select th
7777
| BCP069 | The function "{function}" is not supported. Use the "{@operator}" operator instead. |
7878
| BCP070 | Argument of type "{argumentType}" is not assignable to parameter of type "{parameterType}". |
7979
| BCP071 | Expected {expected}, but got {argumentCount}. |
80-
| [BCP072](./bicep-error-bcp072.md) | This symbol cannot be referenced here. Only other parameters can be referenced in parameter default values. |
80+
| <a id='BCP072' />[BCP072](./bicep-error-bcp072.md) | This symbol cannot be referenced here. Only other parameters can be referenced in parameter default values. |
8181
| [BCP073](./bicep-error-bcp073.md) | The property &lt;property-name> is read-only. Expressions cannot be assigned to read-only properties. |
8282
| BCP074 | Indexing over arrays requires an index of type "{LanguageConstants.Int}" but the provided index was of type "{wrongType}". |
8383
| BCP075 | Indexing over objects requires an index of type "{LanguageConstants.String}" but the provided index was of type "{wrongType}". |

0 commit comments

Comments
 (0)