Skip to content

azsdk_0.6.13

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 18 May 20:26
39fc0a4

0.6.13 (2026-05-18)

Features Added

  • Added optional --release-plan-id parameter to update-release-status CLI command. When provided, it is used as an additional filter on top of the package name search to select the correct release plan. Returns a message if the specified release plan ID is not found among matching plans.
  • Get release plan returns the link to new release planner dashboard https://aka.ms/azsdk/releaseplan-dashboard

Bugs Fixed

  • azsdk_release_sdk now passes a release_<safeName>=true template parameter when triggering Java release pipelines so per-package selection works (azure-sdk-for-java#48465). Previously, manually queued Java releases failed fast because no package was selected. (#14832)
  • Removed the check requiring Java package names to include group name in groupName:packageName format when updating release status.

Other Changes

  • Set TriggerSource when running SDK generation so PRs open as ready for review.