@azure/storage-file-share 12.11.1-alpha.20221013.2 → 12.12.0-alpha.20221018.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/src/generated/src/models/parameters.js +1 -1
- package/dist-esm/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js +2 -2
- package/dist-esm/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/src/utils/constants.js +2 -2
- package/dist-esm/src/utils/constants.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -334,8 +334,8 @@ function ipRangeToString(ipRange) {
|
|
334
334
|
|
335
335
|
// Copyright (c) Microsoft Corporation.
|
336
336
|
// Licensed under the MIT license.
|
337
|
-
const SDK_VERSION = "12.
|
338
|
-
const SERVICE_VERSION = "2021-
|
337
|
+
const SDK_VERSION = "12.12.0";
|
338
|
+
const SERVICE_VERSION = "2021-10-04";
|
339
339
|
const FILE_MAX_SIZE_BYTES = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
|
340
340
|
const FILE_RANGE_MAX_SIZE_BYTES = 4 * 1024 * 1024; // 4MB
|
341
341
|
const DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS = 5;
|
@@ -6686,7 +6686,7 @@ const timeoutInSeconds = {
|
|
6686
6686
|
const version = {
|
6687
6687
|
parameterPath: "version",
|
6688
6688
|
mapper: {
|
6689
|
-
defaultValue: "2021-
|
6689
|
+
defaultValue: "2021-10-04",
|
6690
6690
|
isConstant: true,
|
6691
6691
|
serializedName: "x-ms-version",
|
6692
6692
|
type: {
|
@@ -10429,7 +10429,7 @@ function convertTracingToRequestOptionsBase(options) {
|
|
10429
10429
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
10430
10430
|
*/
|
10431
10431
|
const packageName = "azure-storage-file-share";
|
10432
|
-
const packageVersion = "12.
|
10432
|
+
const packageVersion = "12.12.0";
|
10433
10433
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
10434
10434
|
/**
|
10435
10435
|
* Initializes a new instance of the StorageClientContext class.
|
@@ -10455,7 +10455,7 @@ class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
|
10455
10455
|
// Parameter assignments
|
10456
10456
|
this.url = url;
|
10457
10457
|
// Assigning values to Constant parameters
|
10458
|
-
this.version = options.version || "2021-
|
10458
|
+
this.version = options.version || "2021-10-04";
|
10459
10459
|
this.fileRangeWriteFromUrl = options.fileRangeWriteFromUrl || "update";
|
10460
10460
|
}
|
10461
10461
|
}
|