In order to address #3815, bringing azure dependencies to
more up-to-date versions. Also fixing some code caused by
breaking changes introduced in Azure SDK.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
We were doing atomic file writes by writing to /tmp
and moving to the actual destination, however some filesystems
do not support copying from /tmpfs.
Bumping the `go-autorest` dependency version to latest.
Fixes#3313.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit temporarily removes Azure driver and its dependencies
from the source tree and adds dependencies for the new Azure driver
(so that Azure driver PR will not have godeps changes and will be
easier to review).
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>