@azure/storage-file-datalake
Advanced tools
Comparing version 12.1.0-dev.20200722.1 to 12.1.0-dev.20200729.1
@@ -64,3 +64,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
if (!dataLakeSASSignatureValues.identifier && | ||
!dataLakeSASSignatureValues.permissions && !dataLakeSASSignatureValues.expiresOn) { | ||
!dataLakeSASSignatureValues.permissions && | ||
!dataLakeSASSignatureValues.expiresOn) { | ||
throw new RangeError("Must provide 'permissions' and 'expiresOn' for DataLake SAS generation when 'identifier' is not provided."); | ||
@@ -130,3 +131,4 @@ } | ||
if (!dataLakeSASSignatureValues.identifier && | ||
!dataLakeSASSignatureValues.permissions && !dataLakeSASSignatureValues.expiresOn) { | ||
!dataLakeSASSignatureValues.permissions && | ||
!dataLakeSASSignatureValues.expiresOn) { | ||
throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided."); | ||
@@ -133,0 +135,0 @@ } |
{ | ||
"name": "@azure/storage-file-datalake", | ||
"version": "12.1.0-dev.20200722.1", | ||
"version": "12.1.0-dev.20200729.1", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake", | ||
@@ -135,3 +135,3 @@ "sdk-type": "client", | ||
"inherits": "^2.0.3", | ||
"karma": "^4.0.1", | ||
"karma": "^5.1.0", | ||
"karma-chrome-launcher": "^3.0.0", | ||
@@ -146,3 +146,3 @@ "karma-coverage": "^2.0.0", | ||
"karma-junit-reporter": "^2.0.1", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
@@ -149,0 +149,0 @@ "karma-remap-istanbul": "^0.6.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
2376610
27413