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
feat(typespec-metadata): add apiVersion field using TCGC resolution
Add apiVersion to LanguagePackageMetadata interface, resolved via
createSdkContext from @azure-tools/typespec-client-generator-core.
Resolution logic:
- Map size > 1 → "multiple-versions"
- Map size == 1 → the single value ("all" or actual version string)
- Empty/undefined → undefined
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c95a24d5-2785-44e4-9599-ac2f5cb37a2c
0 commit comments