Azure Bicep Resource Datasource¶
Table of values¶
Name | Value | Notes |
---|---|---|
Identifier | azure-bicep-resource |
|
Default versioning | azure-rest-api |
|
Custom registry support | Yes | |
Release timestamp support | No | |
Source URL support | No |
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}}}"
}
}