Conversation
- Update @azure-tools/typespec-client-generator-core from 0.66.3 to 0.67.0 - Update @azure-tools/typespec-azure-core from 0.66.0 to 0.67.0 - Update @typespec/compiler, http, openapi from 1.10.0 to 1.11.0 - Update @typespec/rest, sse, streams, versioning, xml from 0.80.0 to 0.81.0 - Update peer dependencies to match new version ranges - Fix __raw.services breaking change (was __raw.service) - Guard getAccessOverride for synthetic enums without __raw - Update multi-service tests to use autoMergeService and remove @useDependency Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/9b068e45-e5ee-46b0-8dec-fc0c79650546 Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
Code model changes include: - Doc string updates (removing @operationGroup references) - crossLanguageDefinitionId now includes full namespace paths - Better naming for constant types - Model ordering changes in code model JSON Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/9b068e45-e5ee-46b0-8dec-fc0c79650546 Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
jorgerangel-msft
left a comment
There was a problem hiding this comment.
@copilot there are CI failures related to the regen checks. Investigate them and also ensure you rerun both Generate.ps1 and Test-Spector.ps1
…r override - Update SampleService package.json to latest published version (1.0.0-alpha.20260407.1) - Fix Generate.ps1 to use local emitter for SampleService compilation via --emit flag - Regenerate all test projects including Sample-TypeSpec and SampleService - Add newly generated files (ConfigurationSchema.json, Settings files, NuGet targets) Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/9f94861c-2ccb-44cb-ad44-3e6e7238053d Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
Investigated and fixed the CI regen failures in commit
|
...arp/generator/TestProjects/Spector/http/type/union/src/Generated/Models/Cat.Serialization.cs
Outdated
Show resolved
Hide resolved
…purious README.md Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/1b82cdb2-3c40-4ccf-adc2-308467b343aa Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
commit: |
…back Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/dfd2e68b-1fe9-4fde-9797-caf864e5be31 Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/a645f4e2-c224-4061-a8a9-41b7462d3ce4 Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
|
@copilot there is now a 0.67.1. |
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/ecdb15eb-9720-44ee-af9d-ea506ec886f3 Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Bumped TCGC from 0.67.0 to 0.67.1 in |
Bump
@azure-tools/typespec-client-generator-corefrom 0.66.3 to 0.67.1 and all related dependencies for the http-client-csharp emitter.Dependency bumps
Breaking change fixes
utils.ts—__raw.servicerenamed to__raw.services(now alwaysNamespace[]):type-converter.ts— GuardsdkType.__rawbefore callinggetAccessOverride(). Synthetic enums (content-type/accept params) created by TCGC 0.67.0 have__raw === undefined.Test updates
autoMergeService: trueon@client(required in 0.67.0 for sub-client merging across services)@useDependencyfrom multi-service tests (no longer used for API version declaration per migration guide)Regenerated test libraries
Regenerated all Spector specs, Sample-TypeSpec (Local), and launch settings via
Generate.ps1. No changes toGenerate.ps1orSampleService/package.json. Expected code model diffs: doc string updates removing@operationGroupreferences, fully-qualifiedcrossLanguageDefinitionIdpaths, synthetic enums for content-type/accept parameters, improved constant naming.