@azure/storage-file-share 12.14.0-beta.1 → 12.14.0
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/src/Clients.js.map +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/src/utils/constants.js +1 -1
- package/dist-esm/src/utils/constants.js.map +1 -1
- package/package.json +2 -2
- package/types/3.1/storage-file-share.d.ts +1 -1
- package/types/latest/storage-file-share.d.ts +1 -1
package/dist/index.js
CHANGED
@@ -334,7 +334,7 @@ function ipRangeToString(ipRange) {
|
|
334
334
|
|
335
335
|
// Copyright (c) Microsoft Corporation.
|
336
336
|
// Licensed under the MIT license.
|
337
|
-
const SDK_VERSION = "12.14.0
|
337
|
+
const SDK_VERSION = "12.14.0";
|
338
338
|
const SERVICE_VERSION = "2022-11-02";
|
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
|
@@ -10616,7 +10616,7 @@ function convertTracingToRequestOptionsBase(options) {
|
|
10616
10616
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
10617
10617
|
*/
|
10618
10618
|
const packageName = "azure-storage-file-share";
|
10619
|
-
const packageVersion = "12.14.0
|
10619
|
+
const packageVersion = "12.14.0";
|
10620
10620
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
10621
10621
|
/**
|
10622
10622
|
* Initializes a new instance of the StorageClientContext class.
|