File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
azure-storage-file-datalake Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
- Added support for ` encryption_context ` , a string value that can be passed when creating a file that will not be
8
8
encrypted with the file. This value is returned on ` download_file ` , ` get_file_properties ` and ` get_paths ` .
9
9
10
+ ## 12.10.1 (2023-03-08)
11
+
12
+ ### Bugs Fixed
13
+ - Fixed "duplicate type signatures" MyPy error.
14
+
10
15
## 12.10.0 (2023-02-22)
11
16
12
17
### Features Added
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ certain operations in the Data Plane SDK.
13
13
names for all operations made from that client. ` allow_source_trailing_dot ` will apply this same rule to source files
14
14
when performing a rename or copy operation.
15
15
16
+ ## 12.11.1 (2023-03-08)
17
+
18
+ ### Bugs Fixed
19
+ - Fixed "duplicate type signatures" MyPy error.
20
+
16
21
## 12.11.0 (2023-02-22)
17
22
18
23
### Features Added
You can’t perform that action at this time.
0 commit comments