Commit b5be815
fix: enable use-recent-api-versions bicep lint rule (#11)
* fix: enable use-recent-api-versions bicep lint rule
- Change use-recent-api-versions from off to warning in bicepconfig.json
- Warning (not error) avoids a first-time hard-fail surface since there is
no CI gate yet to enforce it
* chore: ignore az bicep build output (infra/main.json)
- az bicep build --file infra/main.bicep emits a compiled ARM template
that was previously untracked; ignore it as generated build output
---------
Co-authored-by: Kim Harjamäki <kim.harjamaki@prosimo.fi>1 parent c1585ee commit b5be815
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments