Skip to content

[AutoPR azure-mgmt-durabletask]-generated-from-SDK Generation - Python-5982515#45588

Open
azure-sdk wants to merge 2 commits intoAzure:mainfrom
azure-sdk:sdkauto/azure-mgmt-durabletask-5982515
Open

[AutoPR azure-mgmt-durabletask]-generated-from-SDK Generation - Python-5982515#45588
azure-sdk wants to merge 2 commits intoAzure:mainfrom
azure-sdk:sdkauto/azure-mgmt-durabletask-5982515

Conversation

@azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented Mar 9, 2026

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

…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 berndverst marked this pull request as ready for review March 9, 2026 21:08
Copilot AI review requested due to automatic review settings March 9, 2026 21:08
Copy link
Member

@berndverst berndverst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved from DurableTask team

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 and update metadata/spec commit pointers for 2026-02-01.
  • Add new models/enums and new SchedulersOperations APIs for private link resources and private endpoint connections; extend scheduler properties with public_network_access and private_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.

@ChenxiJiang333
Copy link
Member

@msyyc pr ready, please help review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants