bicep APIs

prasantc 976 Reputation points
2023-07-20T03:06:46.4+00:00

As a best practice, is it recommended to keep all API on bicep updated? Or update and tested on test environment if API has any breaking changes.?

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
474 questions
0 comments No comments
{count} votes

Accepted answer
  1. AirGordon 7,145 Reputation points
    2023-07-20T06:01:05.6833333+00:00

    It is recommended to use the most recent API versions.

    There is an opt-in bicep linting rule you can use to help alert you to where bicep is using older api versions. https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter-rule-use-recent-api-versions

    I would also recommend looking at the API changelog in the docs, this tells you explicitly what values have been added/changed. New additions are a typically a signal of new features that are available in that service.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.