[Durable Task] Update class names for 1.0.0 release#53192
Merged
berndverst merged 3 commits intoAzure:mainfrom Oct 13, 2025
Merged
[Durable Task] Update class names for 1.0.0 release#53192berndverst merged 3 commits intoAzure:mainfrom
berndverst merged 3 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates class names in the Azure.ResourceManager.DurableTask SDK for its 1.0.0 GA release. The changes drop the "DurableTask" prefix from class names and rename "DurableTaskHub" classes to "SchedulerTaskHub" for improved clarity and consistency.
Key changes include:
- Rename all class names to drop the "DurableTask" prefix (e.g.,
DurableTaskSchedulerData→SchedulerData) - Update API specifications to use newer commit and different repo branch
- Update version from 1.0.0-beta.2 to 1.0.0 for GA release
Reviewed Changes
Copilot reviewed 8 out of 73 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsp-location.yaml | Updates commit hash and repository reference for API specifications |
| TaskHubTests.cs | New test file using updated class names (SchedulerTaskHub, SchedulerResource, etc.) |
| SchedulerTests.cs | Updates all class references to use new naming convention without "DurableTask" prefix |
| RetentionPolicyTests.cs | New test file using updated class names for retention policy functionality |
| Azure.ResourceManager.DurableTask.csproj | Updates package version from 1.0.0-beta.2 to 1.0.0 |
| assets.json | Updates asset tag reference |
| README.md | Removes --prerelease flag from installation command |
| CHANGELOG.md | Documents breaking changes and GA release information |
added 3 commits
October 13, 2025 13:25
berndverst
commented
Oct 13, 2025
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
berndverst
pushed a commit
to berndverst/azure-sdk-for-net
that referenced
this pull request
Oct 31, 2025
)" This reverts commit cd5100f.
berndverst
added a commit
that referenced
this pull request
Oct 31, 2025
* Revert "DurableTask: Class renaming for release (#53197)" This reverts commit 151acd6. * Revert "[Durable Task] Update class names for 1.0.0 release (#53192)" This reverts commit cd5100f. * Update Changelog * Update TSP location * Regenerate SDK * Update scenario tests * Export API --------- Co-authored-by: Bernd Verst <beverst@microsoft.com>
nick863
pushed a commit
that referenced
this pull request
Nov 5, 2025
* Revert "DurableTask: Class renaming for release (#53197)" This reverts commit 151acd6. * Revert "[Durable Task] Update class names for 1.0.0 release (#53192)" This reverts commit cd5100f. * Update Changelog * Update TSP location * Regenerate SDK * Update scenario tests * Export API --------- Co-authored-by: Bernd Verst <beverst@microsoft.com>
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.
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.