You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).