You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-error-bcp036.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: BCP036
3
-
description: Error - The property <property-name> expected a value of type <data-type> but the provided value is of type <data-type>.
3
+
description: Error/warning - The property <property-name> expected a value of type <data-type> but the provided value is of type <data-type>.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
6
ms.date: 07/12/2024
7
7
---
8
8
9
-
# Bicep error code - BCP036
9
+
# Bicep error/warning code - BCP036
10
10
11
-
This error occurs when you assign a value to a property using a data type that differs from the one defined in the [user-defined data type](./user-defined-data-types.md).
11
+
This error/warning occurs when you assign a value to a property whose expected data type is not compatible with that of the assigned value.
12
12
13
-
## Error description
13
+
## Error/warning description
14
14
15
15
`The property <property-name> expected a value of type <data-type> but the provided value is of type <data-type>.`
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-error-bcp053.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: BCP053
3
-
description: Error - The type <resource-type> does not contain property <property-name>. Available properties include <property-names>.
3
+
description: Error/warning - The type <resource-type> does not contain property <property-name>. Available properties include <property-names>.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
6
ms.date: 07/12/2024
7
7
---
8
8
9
-
# Bicep error code - BCP053
9
+
# Bicep error/warning code - BCP053
10
10
11
-
This error occurs when you reference a property that is not defined in the resource type.
11
+
This error/warning occurs when you reference a property that is not defined in the resource type or [user-defined data type](./user-defined-data-types.md).
12
12
13
-
## Error description
13
+
## Error/warning description
14
14
15
15
`The type <resource-type> does not contain property <property-name>. Available properties include <property-names>.`
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-error-bcp327.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: BCP327
3
-
description: Error - The provided value (which will always be greater than or equal to <value>) is too large to assign to a target for which the maximum allowable value is <max-value>.
3
+
description: Error/warning - The provided value (which will always be greater than or equal to <value>) is too large to assign to a target for which the maximum allowable value is <max-value>.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
6
ms.date: 07/02/2024
7
7
---
8
8
9
-
# Bicep error code - BCP327
9
+
# Bicep error/warning code - BCP327
10
10
11
-
This error occurs when you assign a value that is greater than the allowable value.
11
+
This error/warning occurs when you assign a value that is greater than the allowable value.
12
12
13
-
## Error description
13
+
## Error/warning description
14
14
15
15
`The provided value (which will always be greater than or equal to <value>) is too large to assign to a target for which the maximum allowable value is <max-value>.`
16
16
@@ -40,4 +40,4 @@ param month int = 12
40
40
41
41
## Next steps
42
42
43
-
For more information about Bicep warning and error codes, see [Bicep warnings and errors](./bicep-error-codes.md).
43
+
For more information about Bicep error and warning codes, see [Bicep warnings and errors](./bicep-error-codes.md).
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-error-bcp328.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: BCP328
3
-
description: Error - The provided value (which will always be less than or equal to <value>) is too small to assign to a target for which the minimum allowable value is <min-value>.
3
+
description: Error/warning - The provided value (which will always be less than or equal to <value>) is too small to assign to a target for which the minimum allowable value is <min-value>.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
6
ms.date: 07/12/2024
7
7
---
8
8
9
-
# Bicep error code - BCP328
9
+
# Bicep error/warning code - BCP328
10
10
11
-
This error occurs when you assign a value that is less than the allowable value.
11
+
This error/warning occurs when you assign a value that is less than the allowable value.
12
12
13
-
## Error description
13
+
## Error/warning description
14
14
15
15
`The provided value (which will always be less than or equal to <value>) is too small to assign to a target for which the minimum allowable value is <min-value>.`
16
16
@@ -39,4 +39,4 @@ param month int = 1
39
39
40
40
## Next steps
41
41
42
-
For more information about Bicep warning and error codes, see [Bicep warnings and errors](./bicep-error-codes.md).
42
+
For more information about Bicep error and warning codes, see [Bicep warnings and errors](./bicep-error-codes.md).
0 commit comments