DurableTask release 1.0.0b7 : Add experimental scheduler attach command#9677
DurableTask release 1.0.0b7 : Add experimental scheduler attach command#9677necusjz merged 9 commits intoAzure:mainfrom
scheduler attach command#9677Conversation
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| durabletask scheduler attach | cmd durabletask scheduler attach added |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
|
Could someone help merge and release this beta release please? It is ready for release any time. |
There was a problem hiding this comment.
Pull request overview
This PR bumps the DurableTask extension to 1.0.0b7 and introduces an experimental az durabletask scheduler attach command to connect a Durable Task scheduler to an Azure Function App or Container App, along with improved table output formatting for scheduler/taskhub commands.
Changes:
- Add experimental
durabletask scheduler attachcommand (role assignment + app/env configuration). - Add custom table formatters for scheduler/taskhub create/show/list/update output.
- Refactor custom command implementations into dedicated modules and bump extension version/history.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| src/durabletask/setup.py | Bumps extension version to 1.0.0b7. |
| src/durabletask/HISTORY.rst | Adds release notes for 1.0.0b7 (attach command + table output). |
| src/durabletask/azext_durabletask/custom.py | Refactors custom command exports into separate modules. |
| src/durabletask/azext_durabletask/commands.py | Wires up scheduler show/list + attach command and applies table transformers; adds taskhub command table formatting. |
| src/durabletask/azext_durabletask/_scheduler.py | Implements attach_scheduler and scheduler create/update customizations. |
| src/durabletask/azext_durabletask/_retention_policy.py | Moves retention-policy customizations into dedicated module. |
| src/durabletask/azext_durabletask/_params.py | Adds CLI arguments for durabletask scheduler attach. |
| src/durabletask/azext_durabletask/_help.py | Adds help text/examples for durabletask scheduler attach. |
| src/durabletask/azext_durabletask/_format.py | Introduces table output formatters for scheduler/taskhub commands. |
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5aeb9be to
cc89543
Compare
|
@necusjz can you rerun this? Previously this showed an I rebase this PR to make sure to pick up the latest src/index.json just in case. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@yonzhan can you please approve / merge and release :) |
|
[Release] Update index.json for extension [ durabletask-1.0.0b7 ] : https://dev.azure.com/msazure/One/_build/results?buildId=156850766&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.