AI Navigate

Azure.ResourceManager.DurableTask_1.1.0

Azure OpenAI .NET Releases / 3/13/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The 1.1.0 release adds private endpoint support for the Durable Task Scheduler, including the ability to disable public network access.\n- DurableTaskSchedulerProperties now includes a PublicNetworkAccess property to toggle public network exposure.\n- A read-only PrivateEndpointConnections collection is introduced to view and manage private endpoint connections for the scheduler.\n- The DurableTaskPrivateEndpointConnectionCollection client enables approving or rejecting private endpoint connections.\n- All resource management calls now use API version 2026-02-01.

1.1.0 (2026-03-12)

Features Added

This release contains required changes for durable task scheduler private endpoint support. As part of this schedulers can be configured to disable public network access. Additionally, private endpoint connections can be managed and viewed.

  • DurableTaskSchedulerProperties now includes PublicNetworkAccess to enable or disable public network access.
  • DurableTaskSchedulerProperties now also contain a readonly PrivateEndpointConnections collection for any private endpoint connections of this scheduler.
  • The DurableTaskPrivateEndpointConnectionCollection client allows managing of private endpoint connections, including approving / rejecting connections.

Other Changes

  • Now uses API version 2026-02-01 for all resource management calls.