-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[data-tables] Avoid mutating client options parameter (#27061)
### Packages impacted by this PR `@azure/data-tables` ### Describe the problem that is addressed by this PR If a consumer re-uses a single options argument when configuring multiple clients, they may run into issues because both the TableClient and TableServiceClient mutate the options bag directly instead of creating a copy. ### Provide a list of related PRs _(if any)_ This issue was originally raised in the following community PR, but it was never merged: #26211
- Loading branch information
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters