Skip to content

azsdk_0.6.14

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 27 May 18:04
142f615

0.6.14 (2026-05-27)

Features Added

  • Added pre-build step for the .NET plugin during SDK generation
  • Added apiReleaseType required parameter to CreateReleasePlan (options: Private Preview, Public Preview, GA) to set Custom.ReleasePlanType in ADO work items.
  • Spec PR validation against release type: Private Preview requires azure-rest-api-specs-pr; Public Preview/GA requires azure-rest-api-specs.
  • SDK release type now defaults automatically (beta for preview, stable for GA) when not provided.
  • Duplicate release plan check now considers API release type, allowing separate plans for different release stages.
  • Release plan title format updated to include release type (e.g., "Private Preview release plan for Contoso.Management").

Breaking Changes

  • Removed userEmail parameter from CreateReleasePlan; email is resolved automatically.
  • sdkReleaseType parameter in CreateReleasePlan is now optional (was required).