@azure/storage-blob 12.9.0-alpha.20211109.1 → 12.9.0-alpha.20211110.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -13158,7 +13158,7 @@ const logger = logger$1.createClientLogger("storage-blob");
|
|
13158
13158
|
|
13159
13159
|
// Copyright (c) Microsoft Corporation.
|
13160
13160
|
// Licensed under the MIT license.
|
13161
|
-
const SDK_VERSION = "12.9.0-beta.
|
13161
|
+
const SDK_VERSION = "12.9.0-beta.2";
|
13162
13162
|
const SERVICE_VERSION = "2020-12-06";
|
13163
13163
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
13164
13164
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
@@ -14649,7 +14649,7 @@ class StorageSharedKeyCredential extends Credential {
|
|
14649
14649
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
14650
14650
|
*/
|
14651
14651
|
const packageName = "azure-storage-blob";
|
14652
|
-
const packageVersion = "12.9.0-beta.
|
14652
|
+
const packageVersion = "12.9.0-beta.2";
|
14653
14653
|
class StorageClientContext extends coreHttp.ServiceClient {
|
14654
14654
|
/**
|
14655
14655
|
* Initializes a new instance of the StorageClientContext class.
|