diff --git a/.gitignore b/.gitignore index b778c0f..58891ad 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *.local.bicepparam *.whatif.json *.whatif.txt +infra/main.json diff --git a/bicepconfig.json b/bicepconfig.json index 7b7be46..95386d2 100644 --- a/bicepconfig.json +++ b/bicepconfig.json @@ -33,7 +33,7 @@ "simplify-interpolation": { "level": "warning" }, "simplify-json-null": { "level": "warning" }, "use-parent-property": { "level": "warning" }, - "use-recent-api-versions": { "level": "off" }, + "use-recent-api-versions": { "level": "warning" }, "use-resource-id-functions": { "level": "warning" }, "use-resource-symbol-reference": { "level": "warning" }, "use-safe-access": { "level": "warning" },