-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add Az.DurableTask module #28871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Az.DurableTask module #28871
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds a new Az.DurableTask PowerShell module for managing the Azure Durable Task Scheduler service. This is the first preview release (version 0.1.0) featuring auto-generated cmdlets via AutoRest for managing schedulers and task hubs.
Key changes:
- New module structure with 7 cmdlets (Get, New, Remove, Update operations)
- AutoRest-based code generation with proper configuration
- Complete help documentation and examples
- Test scaffolding with Pester framework
Reviewed Changes
Copilot reviewed 53 out of 53 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/CreateMappings_rules.json | Registers DurableTask module mapping |
| src/DurableTask/DurableTask/Az.DurableTask.psd1 | Main module manifest with metadata and exports |
| src/DurableTask/DurableTask/ChangeLog.md | Release notes for version 0.1.0 |
| src/DurableTask/DurableTask/help/*.md | User-facing cmdlet help documentation |
| src/DurableTask/DurableTask.Autorest/README.md | AutoRest configuration with commit hash and directives |
| src/DurableTask/DurableTask.Autorest/test/*.ps1 | Pester test scaffolding files |
| src/DurableTask/DurableTask.Autorest/examples/*.md | Example documentation for cmdlets |
| src/DurableTask/DurableTask.Autorest/docs/*.md | Generated documentation files |
| src/DurableTask/DurableTask.sln | Visual Studio solution file |
| src/DurableTask/DurableTask.Autorest/custom/* | Custom cmdlet infrastructure files |
| src/DurableTask/DurableTask.Autorest/UX/*.json | Azure portal UX integration metadata |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@AnatoliB This looks really good! Can you also write some basic CRUD tests? (at least for the most used cmdlets) |
@notyashhh Thank you, added tests. |
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
- Remove detailed version description per PR Azure#28871 guidance - Follow standard first release format used by other modules
Description
Add Az.DurableTask module for managing the Durable Task Scheduler service.
Auto-generated cmdlets only.
Design review request: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1530
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.