Skip to content

azsdk_0.6.19

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 15 Jun 14:43
35b8cd1

0.6.19 (2026-06-12)

Features Added

  • Release plan is automatically marked as "Finished" when all required language SDKs are either Released or have an Approved exclusion. Management plane checks all 5 languages; data plane checks .NET, Java, Python, and JavaScript only.
  • Added the package find-work-item CLI command to find Azure DevOps package work item IDs by package name, package version, and language.

Bugs Fixed

  • Release plan tools now accept either the user-facing Release Plan ID or the Azure DevOps work item ID. Tools resolve the supplied number by trying it as a Release Plan ID first, then falling back to a work item ID lookup.
  • GetReleasePlanForWorkItemAsync now verifies the work item's System.WorkItemType is Release Plan before mapping, preventing a non-release-plan work item from being mapped to an empty release plan.