Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions sdk/durabletask/azure-mgmt-durabletask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release History

## 1.1.0 (2026-03-09)

### Features Added

- Model `SchedulerProperties` added property `public_network_access`
- Model `SchedulerProperties` added property `private_endpoint_connections`
- Model `SchedulerPropertiesUpdate` added property `public_network_access`
- Added model `OptionalPropertiesUpdateableProperties`
- Added model `PrivateEndpoint`
- Added model `PrivateEndpointConnection`
- Added model `PrivateEndpointConnectionProperties`
- Added enum `PrivateEndpointConnectionProvisioningState`
- Added model `PrivateEndpointConnectionUpdate`
- Added enum `PrivateEndpointServiceConnectionStatus`
- Added model `PrivateLinkResourceProperties`
- Added model `PrivateLinkServiceConnectionState`
- Added enum `PublicNetworkAccess`
- Added model `SchedulerPrivateLinkResource`
- Operation group `SchedulersOperations` added method `begin_create_or_update_private_endpoint_connection`
- Operation group `SchedulersOperations` added method `begin_delete_private_endpoint_connection`
- Operation group `SchedulersOperations` added method `begin_update_private_endpoint_connection`
- Operation group `SchedulersOperations` added method `get_private_endpoint_connection`
- Operation group `SchedulersOperations` added method `get_private_link`
- Operation group `SchedulersOperations` added method `list_private_endpoint_connections`
- Operation group `SchedulersOperations` added method `list_private_links`

## 1.0.0 (2025-09-25)

### Features Added
Expand Down
9 changes: 6 additions & 3 deletions sdk/durabletask/azure-mgmt-durabletask/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"apiVersion": "2025-11-01",
"commit": "688609bf18c3978794a0c5ca31557c286c623b44",
"apiVersion": "2026-02-01",
"apiVersions": {
"Microsoft.DurableTask": "2026-02-01"
},
"commit": "a86317f00c71ef51aab7f78e6f4a2be3cf58f2cd",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/durabletask/DurableTask.Management",
"emitterVersion": "0.51.2"
"emitterVersion": "0.60.2"
}
25 changes: 25 additions & 0 deletions sdk/durabletask/azure-mgmt-durabletask/apiview-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
"azure.mgmt.durabletask.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
"azure.mgmt.durabletask.models.Operation": "Azure.ResourceManager.CommonTypes.Operation",
"azure.mgmt.durabletask.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay",
"azure.mgmt.durabletask.models.OptionalPropertiesUpdateableProperties": "TypeSpec.OptionalProperties",
"azure.mgmt.durabletask.models.PrivateEndpoint": "Azure.ResourceManager.CommonTypes.PrivateEndpoint",
"azure.mgmt.durabletask.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
"azure.mgmt.durabletask.models.PrivateEndpointConnection": "Microsoft.DurableTask.PrivateEndpointConnection",
"azure.mgmt.durabletask.models.PrivateEndpointConnectionProperties": "Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProperties",
"azure.mgmt.durabletask.models.PrivateEndpointConnectionUpdate": "Azure.ResourceManager.PrivateEndpointConnectionUpdate",
"azure.mgmt.durabletask.models.PrivateLinkResourceProperties": "Azure.ResourceManager.CommonTypes.PrivateLinkResourceProperties",
"azure.mgmt.durabletask.models.PrivateLinkServiceConnectionState": "Azure.ResourceManager.CommonTypes.PrivateLinkServiceConnectionState",
"azure.mgmt.durabletask.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
"azure.mgmt.durabletask.models.RetentionPolicy": "Microsoft.DurableTask.RetentionPolicy",
"azure.mgmt.durabletask.models.RetentionPolicyDetails": "Microsoft.DurableTask.RetentionPolicyDetails",
"azure.mgmt.durabletask.models.RetentionPolicyProperties": "Microsoft.DurableTask.RetentionPolicyProperties",
"azure.mgmt.durabletask.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
"azure.mgmt.durabletask.models.Scheduler": "Microsoft.DurableTask.Scheduler",
"azure.mgmt.durabletask.models.SchedulerPrivateLinkResource": "Microsoft.DurableTask.SchedulerPrivateLinkResource",
"azure.mgmt.durabletask.models.SchedulerProperties": "Microsoft.DurableTask.SchedulerProperties",
"azure.mgmt.durabletask.models.SchedulerPropertiesUpdate": "Microsoft.DurableTask.SchedulerPropertiesUpdate",
"azure.mgmt.durabletask.models.SchedulerSku": "Microsoft.DurableTask.SchedulerSku",
Expand All @@ -27,6 +35,9 @@
"azure.mgmt.durabletask.models.ProvisioningState": "Microsoft.DurableTask.ProvisioningState",
"azure.mgmt.durabletask.models.SchedulerSkuName": "Microsoft.DurableTask.SchedulerSkuName",
"azure.mgmt.durabletask.models.RedundancyState": "Microsoft.DurableTask.RedundancyState",
"azure.mgmt.durabletask.models.PublicNetworkAccess": "Microsoft.DurableTask.PublicNetworkAccess",
"azure.mgmt.durabletask.models.PrivateEndpointServiceConnectionStatus": "Azure.ResourceManager.CommonTypes.PrivateEndpointServiceConnectionStatus",
"azure.mgmt.durabletask.models.PrivateEndpointConnectionProvisioningState": "Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProvisioningState",
"azure.mgmt.durabletask.models.PurgeableOrchestrationState": "Microsoft.DurableTask.PurgeableOrchestrationState",
"azure.mgmt.durabletask.operations.Operations.list": "Azure.ResourceManager.Operations.list",
"azure.mgmt.durabletask.aio.operations.Operations.list": "Azure.ResourceManager.Operations.list",
Expand All @@ -42,6 +53,20 @@
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.list_by_resource_group": "Microsoft.DurableTask.Schedulers.listByResourceGroup",
"azure.mgmt.durabletask.operations.SchedulersOperations.list_by_subscription": "Microsoft.DurableTask.Schedulers.listBySubscription",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.list_by_subscription": "Microsoft.DurableTask.Schedulers.listBySubscription",
"azure.mgmt.durabletask.operations.SchedulersOperations.get_private_link": "Microsoft.DurableTask.Schedulers.getPrivateLink",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.get_private_link": "Microsoft.DurableTask.Schedulers.getPrivateLink",
"azure.mgmt.durabletask.operations.SchedulersOperations.list_private_links": "Microsoft.DurableTask.Schedulers.listPrivateLinks",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.list_private_links": "Microsoft.DurableTask.Schedulers.listPrivateLinks",
"azure.mgmt.durabletask.operations.SchedulersOperations.get_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.getPrivateEndpointConnection",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.get_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.getPrivateEndpointConnection",
"azure.mgmt.durabletask.operations.SchedulersOperations.begin_create_or_update_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.createOrUpdatePrivateEndpointConnection",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.begin_create_or_update_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.createOrUpdatePrivateEndpointConnection",
"azure.mgmt.durabletask.operations.SchedulersOperations.begin_update_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.updatePrivateEndpointConnection",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.begin_update_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.updatePrivateEndpointConnection",
"azure.mgmt.durabletask.operations.SchedulersOperations.begin_delete_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.deletePrivateEndpointConnection",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.begin_delete_private_endpoint_connection": "Microsoft.DurableTask.Schedulers.deletePrivateEndpointConnection",
"azure.mgmt.durabletask.operations.SchedulersOperations.list_private_endpoint_connections": "Microsoft.DurableTask.Schedulers.listPrivateEndpointConnections",
"azure.mgmt.durabletask.aio.operations.SchedulersOperations.list_private_endpoint_connections": "Microsoft.DurableTask.Schedulers.listPrivateEndpointConnections",
"azure.mgmt.durabletask.operations.TaskHubsOperations.get": "Microsoft.DurableTask.TaskHubs.get",
"azure.mgmt.durabletask.aio.operations.TaskHubsOperations.get": "Microsoft.DurableTask.TaskHubs.get",
"azure.mgmt.durabletask.operations.TaskHubsOperations.begin_create_or_update": "Microsoft.DurableTask.TaskHubs.createOrUpdate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ class DurableTaskMgmtClient:
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is "2025-11-01".
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-02-01"
and None. Default value is "2026-02-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ class DurableTaskMgmtClientConfiguration: # pylint: disable=too-many-instance-a
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is "2025-11-01".
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-02-01"
and None. Default value is "2026-02-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -46,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-11-01")
api_version: str = kwargs.pop("api_version", "2026-02-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading