@azure/storage-blob 12.17.0 → 12.18.0-beta.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/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js +2 -2
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +2 -2
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -8507,7 +8507,7 @@ const timeoutInSeconds = {
|
|
8507
8507
|
const version = {
|
8508
8508
|
parameterPath: "version",
|
8509
8509
|
mapper: {
|
8510
|
-
defaultValue: "
|
8510
|
+
defaultValue: "2024-05-04",
|
8511
8511
|
isConstant: true,
|
8512
8512
|
serializedName: "x-ms-version",
|
8513
8513
|
type: {
|
@@ -13338,8 +13338,8 @@ const logger = logger$1.createClientLogger("storage-blob");
|
|
13338
13338
|
|
13339
13339
|
// Copyright (c) Microsoft Corporation.
|
13340
13340
|
// Licensed under the MIT license.
|
13341
|
-
const SDK_VERSION = "12.
|
13342
|
-
const SERVICE_VERSION = "
|
13341
|
+
const SDK_VERSION = "12.18.0-beta.1";
|
13342
|
+
const SERVICE_VERSION = "2024-05-04";
|
13343
13343
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
13344
13344
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
13345
13345
|
const BLOCK_BLOB_MAX_BLOCKS = 50000;
|
@@ -15199,7 +15199,7 @@ class StorageSharedKeyCredential extends Credential {
|
|
15199
15199
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
15200
15200
|
*/
|
15201
15201
|
const packageName = "azure-storage-blob";
|
15202
|
-
const packageVersion = "12.
|
15202
|
+
const packageVersion = "12.18.0-beta.1";
|
15203
15203
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
15204
15204
|
/**
|
15205
15205
|
* Initializes a new instance of the StorageClientContext class.
|
@@ -15225,7 +15225,7 @@ class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
|
15225
15225
|
// Parameter assignments
|
15226
15226
|
this.url = url;
|
15227
15227
|
// Assigning values to Constant parameters
|
15228
|
-
this.version = options.version || "
|
15228
|
+
this.version = options.version || "2024-05-04";
|
15229
15229
|
}
|
15230
15230
|
}
|
15231
15231
|
|