Skip to content

Commit 5654320

Browse files
[Storage] Prepare for STG93 Beta Release (changelog dates, etc.) (#35206)
1 parent b48152c commit 5654320

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Release History
1+
# Release History
22

3-
## 12.0.0b5 (Unreleased)
3+
## 12.0.0b5 (2024-04-16)
44

55
This version and all future versions will require Python 3.8+. Python 3.6 and 3.7 are no longer supported.
66

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.20.0b1 (Unreleased)
3+
## 12.20.0b1 (2024-04-16)
44

55
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
66

@@ -14,14 +14,14 @@ tokens to be used with multiple services. By default, the SAS token service scop
1414
Python 3.12.
1515
- Fixed an issue where authentication errors could raise `AttributeError` instead of `ClientAuthenticationError` when
1616
using async OAuth credentials.
17-
- Fixed an typing issue which incorrectly typed the `readinto` API. The correct input type is `IO[bytes]`.
17+
- Fixed a typing issue which incorrectly typed the `readinto` API. The correct input type is `IO[bytes]`.
1818
- Fixed a typo in the initialization of `completion_time` for the `CopyProperties` model.
1919
- Fixed a couple of issues with `upload_blob` when using Iterators/Generators as the data input.
2020

2121
### Other Changes
2222
- Passing `prefix` to the following `ContainerClient` APIs now raises a `ValueError`:
2323
`list_blobs`, `list_blobs_names`, and `walk_blobs`. This change was made to avoid confusion for filtering results.
24-
The `name_starts_with` parameter is the correct prameter to pass for filtering.
24+
The `name_starts_with` parameter is the correct parameter to pass for filtering.
2525

2626
## 12.19.1 (2024-03-05)
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.15.0b1 (Unreleased)
3+
## 12.15.0b1 (2024-04-16)
44

55
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.16.0b1 (Unreleased)
3+
## 12.16.0b1 (2024-04-16)
44

55
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
66

sdk/storage/azure-storage-queue/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.10.0b1 (Unreleased)
3+
## 12.10.0b1 (2024-04-16)
44

55
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
66

0 commit comments

Comments
 (0)