Skip to content

Conversation

@AnatoliB
Copy link

@AnatoliB AnatoliB commented Nov 14, 2025

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

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@azure-client-tools-bot-prd
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@AnatoliB AnatoliB marked this pull request as ready for review November 14, 2025 20:10
Copilot AI review requested due to automatic review settings November 14, 2025 20:10
Copilot finished reviewing on behalf of AnatoliB November 14, 2025 20:12
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

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

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

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.

2 participants