@azure/storage-file-datalake
Advanced tools
Comparing version 12.2.0-alpha.20201109.1 to 12.2.0-alpha.20201110.1
# Release History | ||
## 12.2.0-beta.2 (Unreleased) | ||
## 12.2.0 (2020-11-10) | ||
@@ -5,0 +5,0 @@ - Bug fix - Fixes an issue where `DataLakePathClient.move()` will give an `InvalidSourceUri` error when the copy source name contains characters that need to be URL encoded. Fixed bug [11849](https://github.com/Azure/azure-sdk-for-js/issues/11849). |
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
export var SDK_VERSION = "12.2.0-beta.2"; | ||
export var SDK_VERSION = "12.2.0"; | ||
export var SERVICE_VERSION = "2020-02-10"; | ||
@@ -5,0 +5,0 @@ export var KB = 1024; |
{ | ||
"name": "@azure/storage-file-datalake", | ||
"version": "12.2.0-alpha.20201109.1", | ||
"version": "12.2.0-alpha.20201110.1", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake", | ||
@@ -117,2 +117,3 @@ "sdk-type": "client", | ||
"@rollup/plugin-commonjs": "11.0.2", | ||
"@rollup/plugin-json": "^4.0.0", | ||
"@rollup/plugin-multi-entry": "^3.0.0", | ||
@@ -119,0 +120,0 @@ "@rollup/plugin-node-resolve": "^8.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2713900
54