Skip to content

fix: export AzureClientOptions from the root package#1805

Open
raashish1601 wants to merge 1 commit intoopenai:masterfrom
raashish1601:contributor-61/openai-node-1735
Open

fix: export AzureClientOptions from the root package#1805
raashish1601 wants to merge 1 commit intoopenai:masterfrom
raashish1601:contributor-61/openai-node-1735

Conversation

@raashish1601
Copy link
Copy Markdown

Summary

  • re-export AzureClientOptions from the package root alongside AzureOpenAI
  • add a root-package type regression in ests/lib/azure.test.ts

Testing

ode node_modules/typescript/bin/tsc -p tsconfig.azure-export-check.json

ode node_modules/jest/bin/jest.js tests/lib/azure.test.ts --runInBand

ode node_modules/prettier/bin/prettier.cjs --check src/index.ts tests/lib/azure.test.ts

ode node_modules/eslint/bin/eslint.js src/index.ts tests/lib/azure.test.ts

  • git diff --check

Closes #1735.

@raashish1601 raashish1601 requested a review from a team as a code owner March 28, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing AzureClientOptions type

1 participant