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.
DurableTaskSchedulerPropertiesnow includesPublicNetworkAccessto enable or disable public network access.DurableTaskSchedulerPropertiesnow also contain a readonlyPrivateEndpointConnectionscollection for any private endpoint connections of this scheduler.- The
DurableTaskPrivateEndpointConnectionCollectionclient allows managing of private endpoint connections, including approving / rejecting connections.
Other Changes
- Now uses API version
2026-02-01for all resource management calls.