@azure/storage-file-share 12.9.0-alpha.20211202.1 → 12.9.0-alpha.20211203.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,14 +1,11 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
-
## 12.9.0-beta.2 (
|
3
|
+
## 12.9.0-beta.2 (2021-12-03)
|
4
4
|
|
5
5
|
### Features Added
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
### Bugs Fixed
|
10
|
-
|
11
|
-
### Other Changes
|
7
|
+
- Added support for service version 2021-02-12.
|
8
|
+
- Added support for premium file share `provisionedBandwidthMiBps` property.
|
12
9
|
|
13
10
|
## 12.9.0-beta.1 (2021-11-09)
|
14
11
|
|
package/dist/index.js
CHANGED
@@ -312,7 +312,7 @@ function ipRangeToString(ipRange) {
|
|
312
312
|
// Copyright (c) Microsoft Corporation.
|
313
313
|
// Licensed under the MIT license.
|
314
314
|
const SDK_VERSION = "12.9.0-beta.2";
|
315
|
-
const SERVICE_VERSION = "
|
315
|
+
const SERVICE_VERSION = "2021-02-12";
|
316
316
|
const FILE_MAX_SIZE_BYTES = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
|
317
317
|
const FILE_RANGE_MAX_SIZE_BYTES = 4 * 1024 * 1024; // 4MB
|
318
318
|
const DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS = 5;
|