[AutoPR azure-mgmt-durabletask]-generated-from-SDK Generation - Python-5982515#45588
Open
azure-sdk wants to merge 2 commits intoAzure:mainfrom
Open
[AutoPR azure-mgmt-durabletask]-generated-from-SDK Generation - Python-5982515#45588azure-sdk wants to merge 2 commits intoAzure:mainfrom
azure-sdk wants to merge 2 commits intoAzure:mainfrom
Conversation
…config.yaml', API Version: 2026-02-01, SDK Release Type: stable, and CommitSHA: 'a86317f00c71ef51aab7f78e6f4a2be3cf58f2cd' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5982515 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
berndverst
approved these changes
Mar 9, 2026
Member
berndverst
left a comment
There was a problem hiding this comment.
Approved from DurableTask team
Contributor
There was a problem hiding this comment.
Pull request overview
Auto-generated refresh of azure-mgmt-durabletask from the DurableTask TypeSpec config, updating to API version 2026-02-01 and shipping new networking/private-link surface area as part of a stable 1.1.0 release.
Changes:
- Bump package version to
1.1.0and update metadata/spec commit pointers for2026-02-01. - Add new models/enums and new
SchedulersOperationsAPIs for private link resources and private endpoint connections; extend scheduler properties withpublic_network_accessandprivate_endpoint_connections. - Regenerate samples/tests and update shared serialization/model-base utilities (including removal of legacy generated modules).
Reviewed changes
Copilot reviewed 47 out of 49 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/durabletask/azure-mgmt-durabletask/tsp-location.yaml | Updates spec repo commit reference used for generation. |
| sdk/durabletask/azure-mgmt-durabletask/pyproject.toml | Packaging config tweak in packages.find excludes ordering. |
| sdk/durabletask/azure-mgmt-durabletask/generated_tests/test_durable_task_mgmt_schedulers_operations_async.py | Updates scheduler payload shape and adds new async tests for private link/PE connections. |
| sdk/durabletask/azure-mgmt-durabletask/generated_tests/test_durable_task_mgmt_schedulers_operations.py | Updates scheduler payload shape and adds new sync tests for private link/PE connections. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/task_hubs_list_by_scheduler.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/task_hubs_get.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/task_hubs_delete.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/task_hubs_create_or_update.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/schedulers_update.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/schedulers_list_by_subscription.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/schedulers_list_by_resource_group.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/schedulers_get.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/schedulers_delete.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/schedulers_create_or_update.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/retention_policies_update_maximum_set_gen.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/retention_policies_list_by_scheduler_maximum_set_gen.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/retention_policies_get_maximum_set_gen.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/retention_policies_delete_maximum_set_gen.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/retention_policies_create_or_replace_maximum_set_gen.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_link_resources_list_maximum_set_gen.py | Adds new sample for listing scheduler private link resources. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_link_resources_get_maximum_set_gen.py | Adds new sample for getting a scheduler private link resource. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_endpoint_connections_update.py | Adds new sample for updating a private endpoint connection. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_endpoint_connections_list_maximum_set_gen.py | Adds new sample for listing private endpoint connections. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_endpoint_connections_get_maximum_set_gen.py | Adds new sample for getting a private endpoint connection. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_endpoint_connections_delete_maximum_set_gen.py | Adds new sample for deleting a private endpoint connection. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/private_endpoint_connections_create_maximum_set_gen.py | Adds new sample for creating/updating a private endpoint connection. |
| sdk/durabletask/azure-mgmt-durabletask/generated_samples/operations_list.py | Updates sample’s x-ms-original-file to 2026-02-01. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/operations/_patch.py | Updates typing for __all__ to list[str]. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/models/_patch.py | Updates typing for __all__ to list[str]. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/models/_models.py | Adds new models and scheduler property fields; fixes minor docstring grammar; adds pylint too-many-lines suppression. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/models/_enums.py | Adds new enums for private endpoint connection provisioning/status + public network access; cleans up enum docstrings. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/models/init.py | Exposes newly generated models/enums at package level. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/aio/operations/_patch.py | Updates typing for __all__ to list[str]. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/aio/_patch.py | Updates typing for __all__ to list[str]. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/aio/_configuration.py | Updates default API version and API-version docstring text for async client config. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/aio/_client.py | Updates API-version docstring text for async client. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_version.py | Bumps VERSION to 1.1.0. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_utils/serialization.py | Replaces eval for basic type conversion with explicit casts and adds unknown-type errors. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_utils/model_base.py | Enhances model (de)serialization behavior (array-encoded formats, caching, enum handling, broader failsafe catches, typing fixes). |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_serialization.py | Removes legacy generated serialization module. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_patch.py | Updates typing for __all__ to list[str]. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_model_base.py | Removes legacy generated model base module. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_configuration.py | Updates default API version and API-version docstring text for sync client config. |
| sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_client.py | Updates API-version docstring text for sync client. |
| sdk/durabletask/azure-mgmt-durabletask/apiview-properties.json | Updates APIView mapping for newly added models/enums/operations. |
| sdk/durabletask/azure-mgmt-durabletask/_metadata.json | Updates apiVersion/commit/emitterVersion metadata for this generation. |
| sdk/durabletask/azure-mgmt-durabletask/CHANGELOG.md | Adds 1.1.0 release notes describing newly generated surface area. |
You can also share your feedback on Copilot code review. Take the survey.
sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_configuration.py
Show resolved
Hide resolved
sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/aio/_configuration.py
Show resolved
Hide resolved
sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_utils/serialization.py
Show resolved
Hide resolved
sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/_client.py
Show resolved
Hide resolved
sdk/durabletask/azure-mgmt-durabletask/azure/mgmt/durabletask/aio/_client.py
Show resolved
Hide resolved
ChenxiJiang333
approved these changes
Mar 10, 2026
Member
|
@msyyc pr ready, please help review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configurations: 'specification/durabletask/DurableTask.Management/tspconfig.yaml', API Version: 2026-02-01, SDK Release Type: stable, and CommitSHA: 'a86317f00c71ef51aab7f78e6f4a2be3cf58f2cd' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5982515 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Release Plan Details