This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Implemented Blob::lease
Pre-release
Pre-release
Implemented features:
- Lease blob (https://msdn.microsoft.com/library/azure/ee691972.aspx).
Refactoring:
- Renamed
azure::core::lease_idmodule inazure::core::lease. - Moved lease enumerations in
azure::core::leasemodule.
Bugfixes:
- Added the non-doc option for the bin test file:
[[bin]]
name = "main"
doc = false