-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbicepconfig.json
47 lines (47 loc) · 1.25 KB
/
bicepconfig.json
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
{
"cloud": {
"credentialPrecedence": ["AzurePowerShell"],
"currentProfile": "AzureCloud"
},
"analyzers": {
"core": {
"enabled": true,
"rules": {
"adminusername-should-not-be-literal": {
"level": "error"
},
"no-hardcoded-env-urls": {
"level": "error"
},
"no-unused-params": {
"level": "error"
},
"no-unused-vars": {
"level": "error"
},
"prefer-interpolation": {
"level": "error"
},
"secure-parameter-default": {
"level": "error"
},
"simplify-interpolation": {
"level": "error"
}
}
}
},
"moduleAliases": {
"br": {
"SponsorRegistry": {
"registry": "azcrbicepregistry.azurecr.io"
}
},
"ts": {
"TemplateSpecs": {
"subscription": "5b389701-0e47-4738-b4fe-ddb67ac3a036",
"resourceGroup": "gaag-rg-templates"
}
}
}
}