Skip to content

Commit f128235

Browse files
committed
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
1 parent c1585ee commit f128235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bicepconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"simplify-interpolation": { "level": "warning" },
3434
"simplify-json-null": { "level": "warning" },
3535
"use-parent-property": { "level": "warning" },
36-
"use-recent-api-versions": { "level": "off" },
36+
"use-recent-api-versions": { "level": "warning" },
3737
"use-resource-id-functions": { "level": "warning" },
3838
"use-resource-symbol-reference": { "level": "warning" },
3939
"use-safe-access": { "level": "warning" },

0 commit comments

Comments
 (0)