Prevent ClientOptions updates after client creation #318
Labels
discussion-wanted
Need a discussion on an area
DO NOT MERGE
feature-request
New feature or request
VNext
Next Major version of SDK
CosmosClient has a clientOptions property that is mutable. This allows users to update value after the client is initialized. Most of these updated values will be ignored, and requires the client to be recreated to be updated. There needs to be a solution to prevent users from updating values the client is using.
Related PR
The text was updated successfully, but these errors were encountered: