github Azure/azure-sdk-for-net Azure.Provisioning_1.5.0-beta.1

pre-release11 hours ago

1.5.0-beta.1 (2026-01-23)

Features Added

  • Added BicepMetadata class 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
  • Added BicepMetadata property on ProvisionableResource

Bugs Fixed

  • Fixed PropertyName in Self reference for IBicepValue instances 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)

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.