@azure/storage-blob 12.14.0 → 12.15.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 CHANGED
@@ -8506,7 +8506,7 @@ const timeoutInSeconds = {
8506
8506
  const version = {
8507
8507
  parameterPath: "version",
8508
8508
  mapper: {
8509
- defaultValue: "2022-11-02",
8509
+ defaultValue: "2023-01-03",
8510
8510
  isConstant: true,
8511
8511
  serializedName: "x-ms-version",
8512
8512
  type: {
@@ -13337,8 +13337,8 @@ const logger = logger$1.createClientLogger("storage-blob");
13337
13337
 
13338
13338
  // Copyright (c) Microsoft Corporation.
13339
13339
  // Licensed under the MIT license.
13340
- const SDK_VERSION = "12.14.0";
13341
- const SERVICE_VERSION = "2022-11-02";
13340
+ const SDK_VERSION = "12.15.0-beta.1";
13341
+ const SERVICE_VERSION = "2023-01-03";
13342
13342
  const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
13343
13343
  const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
13344
13344
  const BLOCK_BLOB_MAX_BLOCKS = 50000;
@@ -15196,7 +15196,7 @@ class StorageSharedKeyCredential extends Credential {
15196
15196
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
15197
15197
  */
15198
15198
  const packageName = "azure-storage-blob";
15199
- const packageVersion = "12.14.0";
15199
+ const packageVersion = "12.15.0-beta.1";
15200
15200
  class StorageClientContext extends coreHttp__namespace.ServiceClient {
15201
15201
  /**
15202
15202
  * Initializes a new instance of the StorageClientContext class.
@@ -15222,7 +15222,7 @@ class StorageClientContext extends coreHttp__namespace.ServiceClient {
15222
15222
  // Parameter assignments
15223
15223
  this.url = url;
15224
15224
  // Assigning values to Constant parameters
15225
- this.version = options.version || "2022-11-02";
15225
+ this.version = options.version || "2023-01-03";
15226
15226
  }
15227
15227
  }
15228
15228