Skip to content

Azure Bicep Resource Datasource

Identifier: azure-bicep-resource

Default versioning: azure-rest-api

Custom registry support:

✅ Custom registries are supported.

Description:

This data source returns available Bicep resource versions from the official index, which is also used by all Bicep tooling: https://github.com/Azure/bicep-types-az

Default configuration:

{
  "commitMessageTopic": "resource {{depName}}",
  "commitMessageExtra": "to {{{newVersion}}}",
  "prBodyColumns": [
    "Resource",
    "Change"
  ],
  "prBodyDefinitions": {
    "Resource": "{{{depNameLinked}}}"
  }
}