Skip to content

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.20251203.2.

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

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

Copilot AI review requested due to automatic review settings December 4, 2025 01:45
@github-actions github-actions bot added Client This issue is related to a non-management package CodeGen Issues that relate to code generation labels Dec 4, 2025
Copilot finished reviewing on behalf of azure-sdk December 4, 2025 01:47
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 TypeSpec HTTP client C# generator dependency from version 1.0.0-alpha.20251203.1 to 1.0.0-alpha.20251203.2 across all relevant configuration files. This is an automated update triggered by a TypeSpec commit.

Key Changes

  • Updated the @typespec/http-client-csharp dependency version in package configuration files
  • Updated the UnbrandedGeneratorVersion property in MSBuild props file
  • Regenerated lock files with updated integrity hashes for the new package version

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
eng/packages/http-client-csharp/package.json Updated @typespec/http-client-csharp dependency to 1.0.0-alpha.20251203.2
eng/packages/http-client-csharp/package-lock.json Updated package lock with new version and integrity hash
eng/http-client-csharp-emitter-package.json Updated @typespec/http-client-csharp dependency to 1.0.0-alpha.20251203.2
eng/http-client-csharp-emitter-package-lock.json Updated package lock with new version and integrity hash
eng/Packages.Data.props Updated UnbrandedGeneratorVersion MSBuild property to 1.0.0-alpha.20251203.2

The changes are consistent across all files with no issues identified. The version update is applied uniformly, and all package integrity hashes have been correctly updated for the new version.

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

],
"dependencies": {
"@typespec/http-client-csharp": "1.0.0-alpha.20251203.1"
"@typespec/http-client-csharp": "1.0.0-alpha.20251203.2"
Copy link
Member

Choose a reason for hiding this comment

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

AIP generation will fail since we need to bump the Client Plugin used for AIP generation to net10 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

3 participants