Skip to content

Conversation

@tracyboehrer
Copy link
Member

Fixes #533

Copilot AI review requested due to automatic review settings December 30, 2025 15:57
@tracyboehrer tracyboehrer requested a review from a team as a code owner December 30, 2025 15:57
@github-actions github-actions bot added the ML: Core Tags changes to core libraries label Dec 30, 2025
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 exposes a previously internal constructor of BlobsTranscriptStore that accepts a BlobContainerClient, making it public to address issue #533. The change allows consumers to provide their own configured BlobContainerClient instance.

  • Changed constructor visibility from internal to public
  • Added StorageTransferOptions parameter to the constructor for consistency with other constructors
  • Properly initialized the new parameter in the constructor body

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

ML: Core Tags changes to core libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose BlobsTranscriptStore containerClient constructor

2 participants