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-bcp332.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: BCP332
3
-
description: Error - The provided value (whose length will always be greater than or equal to <value-length>) is too long to assign to a target for which the maximum allowable length is <max-length>.
3
+
description: Error - The provided value (whose length will always be greater than or equal to <string-length>) is too long to assign to a target for which the maximum allowable length is <max-length>.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 07/12/2024
6
+
ms.date: 07/15/2024
7
7
---
8
8
9
9
# Bicep error code - BCP332
@@ -12,7 +12,7 @@ This error occurs when a string exceeding the allowable length is assigned.
12
12
13
13
## Error description
14
14
15
-
`The provided value (whose length will always be greater than or equal to <value-length>) is too long to assign to a target for which the maximum allowable length is <max-length>.`
15
+
`The provided value (whose length will always be greater than or equal to <string-length>) is too long to assign to a target for which the maximum allowable length is <max-length>.`
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-error-bcp333.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: BCP333
3
-
description: Error - The provided value (whose length will always be less than or equal to <value-length>) is too short to assign to a target for which the minimum allowable length is <min-length>.
3
+
description: Error - The provided value (whose length will always be less than or equal to <string-length>) is too short to assign to a target for which the minimum allowable length is <min-length>.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
6
ms.date: 07/12/2024
@@ -12,7 +12,7 @@ This error occurs when a string assigned is shorter than the allowable length.
12
12
13
13
## Error description
14
14
15
-
`The provided value (whose length will always be less than or equal to <value-length>) is too short to assign to a target for which the minimum allowable length is <min-length>.`
15
+
`The provided value (whose length will always be less than or equal to <string-length>) is too short to assign to a target for which the minimum allowable length is <min-length>.`
0 commit comments