Skip to content

Commit ea4f4ef

Browse files
[Storage] Prepare hotfix for MyPy breaking errors (Azure#29222) (Azure#29235)
1 parent f8abca7 commit ea4f4ef

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
- Added support for `encryption_context`, a string value that can be passed when creating a file that will not be
88
encrypted with the file. This value is returned on `download_file`, `get_file_properties` and `get_paths`.
99

10+
## 12.10.1 (2023-03-08)
11+
12+
### Bugs Fixed
13+
- Fixed "duplicate type signatures" MyPy error.
14+
1015
## 12.10.0 (2023-02-22)
1116

1217
### Features Added

sdk/storage/azure-storage-file-share/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ certain operations in the Data Plane SDK.
1313
names for all operations made from that client. `allow_source_trailing_dot` will apply this same rule to source files
1414
when performing a rename or copy operation.
1515

16+
## 12.11.1 (2023-03-08)
17+
18+
### Bugs Fixed
19+
- Fixed "duplicate type signatures" MyPy error.
20+
1621
## 12.11.0 (2023-02-22)
1722

1823
### Features Added

0 commit comments

Comments
 (0)