azsdk_0.6.25
0.6.25 (2026-07-07)
Features Added
azsdk_update_sdk_details_in_release_plannow marks languages with missing emitter configuration in the TypeSpec project asMissingEmitterConfiginstead ofRequestedin 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-typeparameter. 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-prrepo). 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 theAzure/azure-rest-api-specsrepository.