Skip to content

azsdk_0.6.25

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 07 Jul 20:48
0cf9374

0.6.25 (2026-07-07)

Features Added

  • azsdk_update_sdk_details_in_release_plan now marks languages with missing emitter configuration in the TypeSpec project as MissingEmitterConfig instead of Requested in the release plan work item, so the release plan dashboard shows a distinct "Missing emitter configuration" label instead of the misleading "Exclusion Requested" label.

Bugs Fixed

  • The create release plan tool no longer accepts an --sdk-type parameter. The SDK release type is now always derived from the API release type (GA maps to a stable SDK release, preview maps to a beta SDK release), preventing a stable SDK release from a preview API version.

  • The create and update release plan tools now give clear guidance when run from a language SDK repository (or any directory that is not the azure-rest-api-specs/azure-rest-api-specs-pr repo). Instead of incorrectly reporting that the spec is in a private repository, they now ask the user to provide the absolute path to the TypeSpec project or to run the command from within the Azure/azure-rest-api-specs repository.