-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbicepconfig.json
More file actions
58 lines (58 loc) · 1.21 KB
/
bicepconfig.json
File metadata and controls
58 lines (58 loc) · 1.21 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
{
"analyzers": {
"core": {
"enabled": true,
"verbose": false,
"rules": {
"adminusername-should-not-be-literal": {
"level": "error"
},
"max-outputs": {
"level": "error"
},
"max-params": {
"level": "error"
},
"no-hardcoded-env-urls": {
"level": "info"
},
"no-unnecessary-dependson": {
"level": "error"
},
"no-unused-params": {
"level": "warning"
},
"no-unused-vars": {
"level": "warning"
},
"outputs-should-not-contain-secrets": {
"level": "error"
},
"prefer-interpolation": {
"level": "error"
},
"secure-parameter-default": {
"level": "error"
},
"simplify-interpolation": {
"level": "error"
},
"use-safe-access": {
"level": "info"
},
"use-stable-vm-image": {
"level": "error"
}
}
}
},
"moduleAliases": {},
"cloud": {
"currentProfile": "AzureCloud",
"credentialPrecedence": [
"AzurePowerShell",
"AzureCLI",
"Environment"
]
}
}