Skip to content

Comments

Update UnbrandedGeneratorVersion to 1.0.0-alpha.20260213.1#56265

Merged
JoshLove-msft merged 1 commit intomainfrom
typespec/update-http-client-1.0.0-alpha.20260213.1
Feb 13, 2026
Merged

Update UnbrandedGeneratorVersion to 1.0.0-alpha.20260213.1#56265
JoshLove-msft merged 1 commit intomainfrom
typespec/update-http-client-1.0.0-alpha.20260213.1

Conversation

@azure-sdk
Copy link
Collaborator

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

  • Updated eng/Packages.Data.props UnbrandedGeneratorVersion property
  • Updated eng/packages/http-client-csharp/package.json dependency version
  • Ran npm install to update package-lock.json
  • Ran eng/packages/http-client-csharp/eng/scripts/Generate.ps1 to regenerate test projects
  • Generated emitter-package.json artifacts using tsp-client
  • Regenerated SDK libraries using the unbranded emitter via dotnet msbuild /t:GenerateCode

This is an automated PR created by the TypeSpec publish pipeline.

Copilot AI review requested due to automatic review settings February 13, 2026 18:42
@github-actions github-actions bot added AI Model Inference AI Projects Client This issue is related to a non-management package CodeGen Issues that relate to code generation labels Feb 13, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member

/check-enforcer override

@JoshLove-msft JoshLove-msft merged commit 8d2b5b7 into main Feb 13, 2026
70 of 71 checks passed
@JoshLove-msft JoshLove-msft deleted the typespec/update-http-client-1.0.0-alpha.20260213.1 branch February 13, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Model Inference AI Projects Client This issue is related to a non-management package CodeGen Issues that relate to code generation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants