@azure/storage-blob
Advanced tools
Comparing version 12.3.0-alpha.20201014.1 to 12.3.0-alpha.20201030.1
@@ -5,2 +5,3 @@ # Release History | ||
- Added new SAS permissions Move(m) and Execute(e) for Blob and Container. Also supports specifying an authorized object ID via `saoid` and a correlation ID via `scid` for user delegation SAS. | ||
@@ -7,0 +8,0 @@ ## 12.3.0-beta.1 (2020-10-13) |
@@ -6,13 +6,13 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
export * from "./Clients"; | ||
export * from "./AccountSASPermissions"; | ||
export * from "./AccountSASResourceTypes"; | ||
export * from "./AccountSASServices"; | ||
export * from "./AccountSASSignatureValues"; | ||
export * from "./sas/AccountSASPermissions"; | ||
export * from "./sas/AccountSASResourceTypes"; | ||
export * from "./sas/AccountSASServices"; | ||
export * from "./sas/AccountSASSignatureValues"; | ||
export * from "./BlobBatch"; | ||
export * from "./BlobBatchClient"; | ||
export * from "./BatchResponse"; | ||
export * from "./BlobSASPermissions"; | ||
export * from "./BlobSASSignatureValues"; | ||
export * from "./sas/BlobSASPermissions"; | ||
export * from "./sas/BlobSASSignatureValues"; | ||
export * from "./StorageBrowserPolicyFactory"; | ||
export * from "./ContainerSASPermissions"; | ||
export * from "./sas/ContainerSASPermissions"; | ||
export * from "./credentials/AnonymousCredential"; | ||
@@ -27,3 +27,3 @@ export * from "./credentials/Credential"; | ||
export * from "./policies/StorageSharedKeyCredentialPolicy"; | ||
export * from "./SASQueryParameters"; | ||
export * from "./sas/SASQueryParameters"; | ||
export * from "./generatedModels"; | ||
@@ -30,0 +30,0 @@ export { RestError }; |
{ | ||
"name": "@azure/storage-blob", | ||
"sdk-type": "client", | ||
"version": "12.3.0-alpha.20201014.1", | ||
"version": "12.3.0-alpha.20201030.1", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - Blob", | ||
@@ -121,3 +121,3 @@ "main": "./dist/index.js", | ||
"@azure/abort-controller": "^1.0.0", | ||
"@azure/core-http": "^1.1.6", | ||
"@azure/core-http": "^1.2.0-alpha", | ||
"@azure/core-lro": "^1.0.2", | ||
@@ -124,0 +124,0 @@ "@azure/core-paging": "^1.1.1", |
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6127971
74908