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
description: The spread operator "..." is not permitted in this location.
4
+
ms.topic: reference
5
+
ms.custom: devx-track-bicep
6
+
ms.date: 05/20/2025
7
+
---
8
+
9
+
# Bicep diagnostic code - BCP414
10
+
11
+
This diagnostic occurs when you use expressions to define resource bodies as the [`Spread`](../operator-spread.md) operator gets converted to a function. It's a limitation in JSON.
12
+
13
+
## Description
14
+
15
+
The spread operator "..." is not permitted in this location.
16
+
17
+
## Level
18
+
19
+
Error
20
+
21
+
## Examples
22
+
23
+
The following example raises the diagnostic because the `spread` operator is used to define the resource body:
0 commit comments