This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Fix clippyand China Cosmos DB URI
Fixes
- Fixed China Cosmos DB URI (PR #134 by zimingWu).
- Fixed clippy warnings and errors (PR #136).
- Fixed Storage Account E2E test (PR #136).
Breaking changes
- In Cosmos crate, renamed the function
is_upsertinupsertsince it took a mutable reference of self. - In AAD crate, moved function
from_strfromimpl LoginResponsetoimpl FromStr for LoginResponse(the logic is the same, you just need to have the trait imported).