azure-sdk-for-cpp/sdk
John Heffner 1839061e0d
Avoid time domain casting exception during request cancellation (#2645)
Context::Cancel() sets the deadline to DateTime::min(), which throws a range
exception when cast to system_clock::time_point.  Instead, cast
system_clock::now() to DateTime.
2021-07-22 13:10:37 +08:00
..
core Progress stream reader (#2563) 2021-07-20 13:28:48 -07:00
identity Increment package version after release of azure-identity (#2555) 2021-07-09 14:34:04 -07:00
keyvault Setup secrets boilerplate code from templates (#2650) 2021-07-21 14:13:19 -07:00
storage Avoid time domain casting exception during request cancellation (#2645) 2021-07-22 13:10:37 +08:00
template Put dependency versions (#2518) 2021-06-30 17:05:16 -07:00