@azure/storage-file-share 12.9.0-alpha.20220210.2 → 12.9.0-alpha.20220211.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/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Release History
2
2
 
3
- ## 12.9.0-beta.3 (Unreleased)
3
+ ## 12.9.0-beta.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
13
+ ## 12.9.0-beta.3 (2022-02-11)
4
14
 
5
15
  ### Features Added
6
16
 
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.9.0-beta.3";
338
- const SERVICE_VERSION = "2021-02-12";
337
+ const SDK_VERSION = "12.9.0-beta.4";
338
+ const SERVICE_VERSION = "2021-04-10";
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;
@@ -10349,7 +10349,7 @@ function convertTracingToRequestOptionsBase(options) {
10349
10349
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
10350
10350
  */
10351
10351
  const packageName = "azure-storage-file-share";
10352
- const packageVersion = "12.9.0-beta.3";
10352
+ const packageVersion = "12.9.0-beta.4";
10353
10353
  class StorageClientContext extends coreHttp__namespace.ServiceClient {
10354
10354
  /**
10355
10355
  * Initializes a new instance of the StorageClientContext class.