File tree Expand file tree Collapse file tree 13 files changed +394
-329
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 13 files changed +394
-329
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ output myString string = myValue
38
38
39
39
## Next steps
40
40
41
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
41
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change @@ -80,4 +80,4 @@ resource networkConnection 'Microsoft.Network/connections@2023-11-01' = {
80
80
81
81
## Next steps
82
82
83
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
83
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ param foo storageAccountConfigType = {
50
50
51
51
## Next steps
52
52
53
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
53
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change 1
1
---
2
2
title : BCP037
3
- description : Warning - The property <property-name> is not allowed on objects of type <type-definition>.
3
+ description : Error/warning - The property <property-name> is not allowed on objects of type <type-definition>.
4
4
ms.topic : reference
5
5
ms.custom : devx-track-bicep
6
6
ms.date : 07/15/2024
7
7
---
8
8
9
- # Bicep warning code - BCP037
9
+ # Bicep error/ warning code - BCP037
10
10
11
- This warning occurs when you specify a property that isn't defined in a resource type.
11
+ This error/ warning occurs when you specify a property that isn't defined in a resource type.
12
12
13
- ## Warning description
13
+ ## Error/warning description
14
14
15
15
` The property <property-name> is not allowed on objects of type <type-defintion>. `
16
16
@@ -82,4 +82,4 @@ param p obj = {
82
82
83
83
## Next steps
84
84
85
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
85
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ param foo storageAccountConfigType = {
54
54
55
55
## Next steps
56
56
57
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
57
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ output foo string = storage.name
56
56
57
57
## Next steps
58
58
59
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
59
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ output outValue string = foo
39
39
40
40
## Next steps
41
41
42
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
42
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change 1
1
---
2
2
title : BCP073
3
- description : Warning - The property <property-name> is read-only. Expressions cannot be assigned to read-only properties.
3
+ description : Error/warning - The property <property-name> is read-only. Expressions cannot be assigned to read-only properties.
4
4
ms.topic : reference
5
5
ms.custom : devx-track-bicep
6
6
ms.date : 07/15/2024
7
7
---
8
8
9
- # Bicep warning code - BCP073
9
+ # Bicep error/ warning code - BCP073
10
10
11
- This warning occurs when you assign a value to a read-only property.
11
+ This error/ warning occurs when you assign a value to a read-only property.
12
12
13
- ## Warning description
13
+ ## Error/warning description
14
14
15
15
` The property <property-name> is read-only. Expressions cannot be assigned to read-only properties. `
16
16
@@ -63,4 +63,4 @@ resource blobService 'Microsoft.Storage/storageAccounts/blobServices@2023-04-01'
63
63
64
64
## Next steps
65
65
66
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
66
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ param month int = 12
40
40
41
41
## Next steps
42
42
43
- For more information about Bicep error and warning codes, see [ Bicep warnings and errors ] ( ../bicep-core-diagnostics.md ) .
43
+ For more information about Bicep error and warning codes, see [ Bicep core diagnostics ] ( ../bicep-core-diagnostics.md ) .
You can’t perform that action at this time.
0 commit comments