@azure/storage-blob 12.20.0-alpha.20230801.3 → 12.20.0-alpha.20230823.2
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 -4
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js +2 -1
- package/dist-esm/storage-blob/src/generated/src/models/mappers.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/storageClient.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.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/types/3.1/storage-blob.d.ts +1 -1
- package/types/latest/storage-blob.d.ts +1 -1
package/dist/index.js
CHANGED
@@ -93,7 +93,7 @@ class BaseRequestPolicy {
|
|
93
93
|
// Copyright (c) Microsoft Corporation.
|
94
94
|
// Licensed under the MIT license.
|
95
95
|
const SDK_VERSION = "12.20.0";
|
96
|
-
const SERVICE_VERSION = "2023-
|
96
|
+
const SERVICE_VERSION = "2023-08-03";
|
97
97
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
98
98
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
99
99
|
const BLOCK_BLOB_MAX_BLOCKS = 50000;
|
@@ -3413,7 +3413,8 @@ const BlobPropertiesInternal = {
|
|
3413
3413
|
name: "Enum",
|
3414
3414
|
allowedValues: [
|
3415
3415
|
"rehydrate-pending-to-hot",
|
3416
|
-
"rehydrate-pending-to-cool"
|
3416
|
+
"rehydrate-pending-to-cool",
|
3417
|
+
"rehydrate-pending-to-cold"
|
3417
3418
|
]
|
3418
3419
|
}
|
3419
3420
|
},
|
@@ -10585,7 +10586,7 @@ const timeoutInSeconds = {
|
|
10585
10586
|
const version = {
|
10586
10587
|
parameterPath: "version",
|
10587
10588
|
mapper: {
|
10588
|
-
defaultValue: "2023-
|
10589
|
+
defaultValue: "2023-08-03",
|
10589
10590
|
isConstant: true,
|
10590
10591
|
serializedName: "x-ms-version",
|
10591
10592
|
type: {
|
@@ -15189,7 +15190,7 @@ class StorageClient$1 extends coreHttpCompat__namespace.ExtendedServiceClient {
|
|
15189
15190
|
// Parameter assignments
|
15190
15191
|
this.url = url;
|
15191
15192
|
// Assigning values to Constant parameters
|
15192
|
-
this.version = options.version || "2023-
|
15193
|
+
this.version = options.version || "2023-08-03";
|
15193
15194
|
this.service = new ServiceImpl(this);
|
15194
15195
|
this.container = new ContainerImpl(this);
|
15195
15196
|
this.blob = new BlobImpl(this);
|