Skip to content

Commit 158ebc5

Browse files
committed
update
1 parent 91825a0 commit 158ebc5

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

articles/azure-resource-manager/bicep/diagnostics/bcp078.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 [custom-tagged union data type](../d
1212

1313
## Description
1414

15-
The property <property-name> requires a value of type <type-name>, but none was supplied.
15+
The property &lt;property-name> requires a value of type &lt;type-name>, but none was supplied.
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic is similar to [BCP057](./bcp057.md), it occurs when the referenc
1212

1313
## Description
1414

15-
The name <name> doesn't exist in the current context. Did you mean <name>?
15+
The name &lt;name> doesn't exist in the current context. Did you mean &lt;name>?
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp083.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 of a type that appears to b
1212

1313
## Description
1414

15-
The type <type-definition> does not contain property <property-name>. Did you mean <property-name>?
15+
The type &lt;type-definition> does not contain property &lt;property-name>. Did you mean &lt;property-name>?
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when a value of a property seems to be a typo.
1212

1313
## Description
1414

15-
The property <property-name> expected a value of type <type-name> but the provided value is of type <type-name>. Did you mean <type-name>?
15+
The property &lt;property-name> expected a value of type &lt;type-name> but the provided value is of type &lt;type-name>. Did you mean &lt;type-name>?
1616

1717
## Level
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when a property name seems to be a typo.
1212

1313
## Description
1414

15-
The property <property-name> is not allowed on objects of type <resource-type/type-definition>. Did you mean <property-name>?
15+
The property &lt;property-name> is not allowed on objects of type &lt;resource-type/type-definition>. Did you mean &lt;property-name>?
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp124.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 decorator that isn't supported by the
1212

1313
## Description
1414

15-
The decorator <decorator-name> can only be attached to targets of type <data-type>, but the target has type <data-type>.
15+
The decorator &lt;decorator-name> can only be attached to targets of type &lt;data-type>, but the target has type &lt;data-type>.
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp125.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 an invalid parameter decorator.
1212

1313
## Description
1414

15-
Function <function-name> can't be used as a parameter decorator.
15+
Function &lt;function-name> can't be used as a parameter decorator.
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp126.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 an invalid variable decorator.
1212

1313
## Description
1414

15-
Function <function-name> can't be used as a variable decorator.
15+
Function &lt;function-name> can't be used as a variable decorator.
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp127.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 an invalid resource decorator.
1212

1313
## Description
1414

15-
Function <function-name> can't be used as a resource decorator.
15+
Function &lt;function-name> can't be used as a resource decorator.
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp128.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 an invalid module decorator.
1212

1313
## Description
1414

15-
Function <function-name> can't be used as a module decorator.
15+
Function &lt;function-name> can't be used as a module decorator.
1616

1717
## Level
1818

0 commit comments

Comments
 (0)