Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Fix clippyand China Cosmos DB URI

Compare
Choose a tag to compare
@MindFlavor MindFlavor released this 16 Aug 13:59
· 271 commits to master since this release
5bd99e9

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

  1. In Cosmos crate, renamed the function is_upsert in upsert since it took a mutable reference of self.
  2. In AAD crate, moved function from_str from impl LoginResponse to impl FromStr for LoginResponse (the logic is the same, you just need to have the trait imported).