Update UnbrandedGeneratorVersion to 1.0.0-alpha.20260213.1#56265
Merged
JoshLove-msft merged 1 commit intomainfrom Feb 13, 2026
Merged
Update UnbrandedGeneratorVersion to 1.0.0-alpha.20260213.1#56265JoshLove-msft merged 1 commit intomainfrom
JoshLove-msft merged 1 commit intomainfrom
Conversation
JoshLove-msft
approved these changes
Feb 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the UnbrandedGeneratorVersion to 1.0.0-alpha.20260213.1, bringing in improvements from the upstream TypeSpec generator. The update includes a significant enhancement to pagination URI handling in generated RestClient code, changing from a manual path append approach to using the standard .NET Uri constructor for proper RFC 3986-compliant URI resolution.
Changes:
- Updated UnbrandedGeneratorVersion property from 1.0.0-alpha.20260212.5 to 1.0.0-alpha.20260213.1
- Updated @typespec/http-client-csharp dependency version in package configuration files
- Regenerated SDK code with improved pagination URI handling pattern
Reviewed changes
Copilot reviewed 3 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| eng/Packages.Data.props | Updated UnbrandedGeneratorVersion property to new version |
| eng/packages/http-client-csharp/package.json | Updated @typespec/http-client-csharp dependency version |
| eng/packages/http-client-csharp/package-lock.json | Updated package lock file with new dependency version and integrity hash |
| eng/http-client-csharp-emitter-package.json | Updated emitter package dependency version |
| eng/http-client-csharp-emitter-package-lock.json | Updated emitter package lock with new dependency version and integrity hash |
| sdk/ai/Azure.AI.Projects/src/Generated/*.RestClient.cs | Improved pagination URI handling in CreateNext*Request methods using Uri constructor instead of manual path appending |
| eng/packages/http-client-csharp/generator/TestProjects/Local/Basic-TypeSpec/src/Generated/BasicTypeSpecClient.RestClient.cs | Applied same pagination URI handling improvements to test project |
Files not reviewed (2)
- eng/http-client-csharp-emitter-package-lock.json: Language not supported
- eng/packages/http-client-csharp/package-lock.json: Language not supported
JoshLove-msft
approved these changes
Feb 13, 2026
Member
|
/check-enforcer override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the UnbrandedGeneratorVersion property in eng/Packages.Data.props and the @typespec/http-client-csharp dependency in eng/packages/http-client-csharp/package.json to version 1.0.0-alpha.20260213.1.
Details
Changes
This is an automated PR created by the TypeSpec publish pipeline.