github Azure/azure-sdk-for-net Azure.Provisioning_1.4.0-beta.2

latest releases: Azure.AI.AgentServer.AgentFramework_1.0.0-beta.3, Azure.AI.AgentServer.Core_1.0.0-beta.3, Azure.AI.AgentServer.Contracts_1.0.0-beta.3...
pre-release12 hours ago

1.4.0-beta.2 (2025-11-10)

Features Added

  • Added extension method BicepValueExtensions.ToBicepExpression which converts any IBicepValue into BicepExpression to build up complex expressions in bicep. For more details, please refer to the documents in README.
  • Added BicepFunction.GetResourceId corresponding to bicep built-in function resourceId.
  • Added BicepFunction.GetExtensionResourceId corresponding to bicep built-in function extensionResourceId.

Bugs Fixed

  • Enabled the ability to assign expressions into a property with type of a ProvisionableConstruct via low level APIs.
  • Fixed exception when output variable has a type of array or object.
  • Fixed bug when indexing output list or dictionary, a KeyNotFoundException was always thrown. (#48491)

Other Changes

  • Now collection types (BicepList<T> and BicepDictionary<T>) would be able to force to be empty. (#53346)

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

NewReleases is sending notifications on new releases.