Skip to content

Commit b838b22

Browse files
committed
try to fix the md table format issue
1 parent 75a832c commit b838b22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 05/20/2025
1111
If you need more information about a particular diagnostic code, select the **Feedback** button in the upper-right corner of the page and specify the code.
1212

1313
| Code | Level | Description |
14-
|------------|-------|-_-----------|
14+
|------------|-------|-------------|
1515
| <a id='BCP001' />BCP001 | Error | The following token isn't recognized: "{token}". |
1616
| <a id='BCP002' />BCP002 | Error | The multi-line comment at this location isn't terminated. Terminate it with the */ character sequence. |
1717
| <a id='BCP003' />BCP003 | Error | The string at this location isn't terminated. Terminate the string with a single quote character. |
@@ -384,18 +384,19 @@ If you need more information about a particular diagnostic code, select the **Fe
384384
| <a id='BCP405' />BCP405 | Error | More than one "{LanguageConstants.ExtendsKeyword}" declaration are present. |
385385
| <a id='BCP406' />BCP406 | Error | The "{LanguageConstants.ExtendsKeyword}" keyword isn't supported. |
386386
| <a id='BCP407' />BCP407 | Error | Built-in extension "microsoftGraph" is retired. Use dynamic types instead. See https://aka.ms/graphBicepDynamicTypes |
387-
| <a id='BCP408' />BCP408 | Error | The `nameof` function can only be used with an expression which has a name. |
387+
| <a id='BCP408' />BCP408 | Error | The "{LanguageConstants.NameofFunctionName}" function can only be used with an expression which has a name. |
388388
| <a id='BCP409' />BCP409 | Error | The `resource<>` parameterized type has been deprecated. Please specify whether you want this type to correspond to the resource input or output. |
389389
| <a id='BCP410' />BCP410 | Error | Division by zero is not supported. |
390390
| <a id='BCP411' />BCP411 | Error | The type `{type}` cannot be used in a type assignment because it does not fit within one of ARM's primitive type categories (string, int, bool, array, object). |
391-
| <a id='BCP412' />BCP412 | Error | The variable type is not valid. Please specify one of the following types: `{validTypes}`. |
391+
| <a id='BCP412' />BCP412 | Error | The variable type is not valid. Please specify one of the following types: {ToQuotedString(validTypes)}. |
392392
| <a id='BCP414' />BCP414 | Error | The `^` indexing operator cannot be used on base expressions of type `{baseType}`. |
393393
| <a id='BCP415' />BCP415 | Error | The `^` indexing operator cannot be used with index expressions of type `{indexType}`. |
394394
| <a id='BCP416' />BCP416 | Error | The supplied string does not match the expected pattern of `/{expectedPattern}/`. |
395395
| <a id='BCP417' />BCP417 | Error | The spread operator `{ellipsis}` cannot be used inside objects with property for-expressions. |
396396
| <a id='BCP418' />BCP418 | Error | Extensions cannot be referenced here. Extensions can only be referenced by module extension configurations. |
397397
| <a id='BCP419' />BCP419 | Error | Namespace name `{name}` cannot be used as an extension name.|
398398

399+
399400
## Next steps
400401

401402
See the [What is Bicep?](./overview.md) overview to learn more about Bicep.

0 commit comments

Comments
 (0)