Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ConnectionMode for CosmosDB editable by consumer #16992

Merged
merged 2 commits into from Aug 7, 2019

Commits on Aug 6, 2019

  1. Make ConnectionMode for CosmosDB editable by consumer

    - Expose CosmosDB connection mode to the library consumer as a CosmosOptions propriety.
    
    Fixes dotnet#16842
    Ruben Cadalino authored and chiasottis committed Aug 6, 2019
    Copy the full SHA
    ebeff8d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Amend CosmosDbOptionExtension.ExtensionInfo.GetServiceProviderHashCode()

    - Change CosmosDbOptionExtension.ExtensionInfo.GetServiceProviderHashCode() to include new ConnectionMode option;
    - Fix typo in comment.
    chiasottis committed Aug 7, 2019
    Copy the full SHA
    400ac94 View commit details
    Browse the repository at this point in the history