Skip to content

Conversation

@jeremymeng
Copy link
Owner

No description provided.

azure-sdk and others added 2 commits November 7, 2025 11:40
)

Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#12781 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 7, 2025 20:23
Copy link

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 v1-beta samples for the schema-registry package to align with modern TypeScript sample standards and updates various dependencies.

  • Modernizes TypeScript sample configuration (target ES2023, node10 resolution, stricter compiler options)
  • Updates import statements to use type imports for better tree-shaking
  • Updates dependencies (@azure/identity, TypeScript, typespec-client-generator-cli)

Reviewed Changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/tsconfig.json Updated to modern sample tsconfig standards (ES2023, node10 resolution, stricter options)
sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/src/schemaRegistrySample.ts Updated imports to use type imports for SchemaDescription, reformatted dotenv import, added trailing comma
sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/src/getSchemaByVersion.ts Updated imports to use type imports for SchemaDescription, reformatted dotenv import, added trailing comma
sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/sample.env Removed outdated Azure AD service principal authentication comments
sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/package.json Updated @azure/identity to 4.11.1, TypeScript to 5.9.3, added cross-env
sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/README.md Added query parameter to API reference URL for preview documentation view
sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/schemaRegistrySample.js Updated dotenv import to use dotenv/config, added trailing comma
sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/sample.env Removed outdated Azure AD service principal authentication comments
sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/package.json Updated @azure/identity to 4.11.1, added cross-env devDependency
sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/getSchemaByVersion.js Updated dotenv import to use dotenv/config, added trailing comma
sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/README.md Added query parameter to API reference URL for preview documentation view
eng/common/tsp-client/package.json Updated typespec-client-generator-cli from 0.29.0 to 0.30.0
eng/common/tsp-client/package-lock.json Updated package-lock with new typespec-client-generator-cli version
Files not reviewed (1)
  • eng/common/tsp-client/package-lock.json: Language not supported

@jeremymeng jeremymeng closed this Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants