This commit is contained in:
Amar Zavery 2019-05-16 11:14:42 -07:00
Родитель 2c874ee8a7
Коммит 393b7901a0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ function getRequestEssentials(originalRequest: WebResource, reuseUrlToo = false)
}
// We have to change the x-ms-client-request-id otherwise Azure endpoint
// will return the ini(tial 409 (cached) response.
// will return the initial 409 (cached) response.
reqOptions.headers.set("x-ms-client-request-id", utils.generateUuid());
// Set content-type to application/json