Skip to content

Commit bebb3a1

Browse files
committed
update
1 parent 158ebc5 commit bebb3a1

37 files changed

+38
-38
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when a character, such as a bracket, is missing.
1212

1313
## Description
1414

15-
Expected the <character> character at this location.
15+
Expected the \<character> character at this location.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you assign a value of a mismatched data type.
1212

1313
## Description
1414

15-
Expected a value of type &lt;data-type> but the provided value is of type &lt;data-type>.
15+
Expected a value of type \<data-type> but the provided value is of type \<data-type>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when your resource definition is missing a required prope
1212

1313
## Description
1414

15-
The specified &lt;date-type> declaration is missing the following required properties: &lt;property-name>.
15+
The specified \<date-type> declaration is missing the following required properties: \<property-name>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you assign a value to a property whose expected data
1212

1313
## Description
1414

15-
The property &lt;property-name> expected a value of type &lt;data-type> but the provided value is of type &lt;data-type>.
15+
The property \<property-name> expected a value of type \<data-type> but the provided value is of type \<data-type>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you specify a property that isn't defined in a resou
1212

1313
## Description
1414

15-
The property &lt;property-name> is not allowed on objects of type &lt;type-defintion>.
15+
The property \<property-name> is not allowed on objects of type \<type-defintion>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when the Bicep compiler can't determine the exact value o
1212

1313
## Description
1414

15-
String interpolation is not supported for keys on objects of type &lt;type-definition>.
15+
String interpolation is not supported for keys on objects of type \<type-definition>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you reference a property that isn't defined in the [
1212

1313
## Description
1414

15-
The type &lt;type-name> does not contain property &lt;property-name>.
15+
The type \<type-name> does not contain property \<property-name>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you reference a property that isn't defined in the r
1212

1313
## Description
1414

15-
The type &lt;type-name> does not contain property &lt;property-name>. Available properties include &lt;property-names>.
15+
The type \<type-name> does not contain property \<property-name>. Available properties include \<property-names>.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you reference a nonexistent property of a type.
1212

1313
## Description
1414

15-
Cannot access properties of type &lt;type-name>. A &lt;type-name> type is required.
15+
Cannot access properties of type \<type-name>. A \<type-name> type is required.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when the referenced name doesn't exist, either due to a t
1212

1313
## Description
1414

15-
The name &lt;name> does not exist in the current context.
15+
The name \<name> does not exist in the current context.
1616

1717
## Level
1818

0 commit comments

Comments
 (0)