Skip to content

Conversation

@smw-ms
Copy link
Member

@smw-ms smw-ms commented Nov 21, 2025

Issue: #12611

  • Added new ReleasePlanListResponse Type
  • In MapWorkItemToReleasePlanAsync a few of the Work Item Field Names were incorrect
  • Added FetchWorkItemsPagedAsync to get work items with pagination

This command will be used to help with #12059

Copilot AI review requested due to automatic review settings November 21, 2025 00:51
@smw-ms smw-ms requested a review from a team as a code owner November 21, 2025 00:51
@github-actions github-actions bot added the azsdk-cli Issues related to Azure/azure-sdk-tools::tools/azsdk-cli label Nov 21, 2025
Copilot finished reviewing on behalf of smw-ms November 21, 2025 00:55
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 PR adds a new CLI command to identify in-progress release plans that are past their SDK release deadline. The implementation includes pagination support for efficiently fetching large result sets from Azure DevOps and corrects several incorrect work item field names discovered during development.

  • Added list-overdue command to the release-plan tool for identifying overdue release plans
  • Created new ReleasePlanListResponse type for returning multiple release plans
  • Fixed incorrect work item field names (Custom.SDKReleasemonth, Custom.ReleasePlanSubmittedby) and added Owner field mapping

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/ReleasePlan/ReleasePlanTool.cs Adds the list-overdue command registration and handler that calls the DevOps service to retrieve overdue plans
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Services/DevOpsService.cs Implements ListOverdueReleasePlansAsync with date comparison logic, adds FetchWorkItemsPagedAsync for pagination, and corrects work item field name mappings
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Models/Responses/ReleasePlan/ReleasePlanListResponse.cs New response type for returning a list of release plans with formatted output
tools/azsdk-cli/Azure.Sdk.Tools.Cli/CHANGELOG.md Documents the new feature in the unreleased version section
tools/azsdk-cli/Azure.Sdk.Tools.Cli.Tests/Mocks/Services/MockDevOpsService.cs Adds mock implementation for the new ListOverdueReleasePlansAsync method

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

Labels

azsdk-cli Issues related to Azure/azure-sdk-tools::tools/azsdk-cli

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AzSDK MCP server: Add a CLI command to identify the in progress release plans with past date

1 participant