1.5.0-beta.1 (2026-01-23)
Features Added
- Added
BicepMetadataclass that provides a clean, type-safe way to set Bicep metadata on resources:- Description - Adds
@description('...')decorator - BatchSize - Adds
@batchSize(n)decorator for loop deployments - OnlyIfNotExists - Adds
@onlyIfNotExists()decorator
- Description - Adds
- Added
BicepMetadataproperty onProvisionableResource
Bugs Fixed
- Fixed
PropertyNameinSelfreference forIBicepValueinstances of collection items to include its index (for list) or its key (for dictionary) to avoid colliding with its enclosing collection's property name. (#54802)