This repository has been 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_upsert
inupsert
since it took a mutable reference of self. - In AAD crate, moved function
from_str
fromimpl LoginResponse
toimpl FromStr for LoginResponse
(the logic is the same, you just need to have the trait imported).