forked from microsoft/cdm-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbicepconfig.json
More file actions
118 lines (118 loc) · 3.04 KB
/
Copy pathbicepconfig.json
File metadata and controls
118 lines (118 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"analyzers": {
"core": {
"enabled": true,
"rules": {
"adminusername-should-not-be-literal": {
"level": "error"
},
"artifacts-should-be-referenced-by-latest-tag": {
"level": "warning"
},
"avoid-empty-output-properties": {
"level": "warning"
},
"avoid-hardcoded-location": {
"level": "warning"
},
"avoid-hardcoded-resource-locations": {
"level": "warning"
},
"avoid-unnecessary-dependson": {
"level": "warning"
},
"avoid-user-defined-resources-with-hardcoded-api-versions": {
"level": "warning"
},
"avoid-user-defined-types-with-hardcoded-api-versions": {
"level": "warning"
},
"avoid-variable-properties-that-shadow-resource-properties": {
"level": "warning"
},
"max-outputs": {
"level": "warning"
},
"max-parameters": {
"level": "warning"
},
"max-resources": {
"level": "warning"
},
"max-variables": {
"level": "warning"
},
"metadata-should-have-description": {
"level": "warning"
},
"missing-lock-level-metadata": {
"level": "warning"
},
"nested-deployment-template-should-not-be-user-defined-type-at-scope": {
"level": "warning"
},
"outputs-should-not-contain-secrets": {
"level": "error"
},
"password-properties-should-be-secure": {
"level": "error"
},
"redundant-dependson": {
"level": "warning"
},
"resource-type-should-not-be-literal": {
"level": "warning"
},
"resources-should-have-location-for-update": {
"level": "warning"
},
"resources-should-not-be-nested": {
"level": "warning"
},
"secure-parameter-default": {
"level": "warning"
},
"secure-parameters-in-nested-deployments": {
"level": "warning"
},
"secure-secrets-in-params": {
"level": "error"
},
"simplify-interpolation": {
"level": "warning"
},
"use-cases-for-conditions": {
"level": "warning"
},
"use-parent-resource-properties": {
"level": "warning"
},
"use-recent-api-versions": {
"level": "warning"
},
"use-resource-id-functions": {
"level": "warning"
},
"use-resource-symbolic-references": {
"level": "warning"
},
"use-stable-resource-identifiers": {
"level": "warning"
},
"use-stable-vm-image": {
"level": "warning"
}
}
}
},
"experimentalFeaturesEnabled": {
"assertions": true,
"sourceGeneratedTypes": false,
"testFramework": true
},
"moduleAliases": {
"ts": {
"source": "br/public:bicep/types/public-types:1.0.0"
}
}
}