Skip to content

Commit

Permalink
[Storage] Prepare for STG83 GA release (#25040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Jun 30, 2022
1 parent 1081acd commit 7915719
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## 12.13.0 (Unreleased)

### Features Added

### Bugs Fixed
- Stable release of features from 12.13.0b1.
- Added support for deleting versions in `delete_blobs` by supplying `version_id`.

## 12.13.0b1 (2022-06-15)

Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## 12.8.0 (Unreleased)

### Features Added

### Bugs Fixed
- Stable release of features from 12.8.0b1.

## 12.8.0b1 (2022-06-15)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
install_requires=[
"azure-core<2.0.0,>=1.23.1",
"msrest>=0.6.21",
"azure-storage-blob<13.0.0,>=12.13.0b1"
"azure-storage-blob<13.0.0,>=12.13.0"
],
)
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
## 12.9.0 (Unreleased)

### Features Added
- Stable release of features from 12.9.0b1.
- Added support for progress tracking to `upload_file()` and `download_file()` via a new optional callback, `progress_hook`.

### Bugs Fixed

## 12.9.0b1 (2022-06-15)

### Features Added
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## 12.4.0 (Unreleased)

### Features Added

### Bugs Fixed
- Stable release of features from 12.4.0b1.

## 12.4.0b1 (2022-06-15)

Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ chardet<5,>=3.0.2
#override azure-storage-queue azure-core<2.0.0,>=1.23.1
#override azure-storage-file-share azure-core<2.0.0,>=1.23.1
#override azure-storage-file-datalake azure-core<2.0.0,>=1.23.1
#override azure-storage-file-datalake azure-storage-blob<13.0.0,>=12.13.0b1
#override azure-storage-file-datalake azure-storage-blob<13.0.0,>=12.13.0
#override azure-security-attestation azure-core<2.0.0,>=1.8.2
#override azure-data-tables msrest>=0.6.19
#override azure-schemaregistry azure-core<2.0.0,>=1.23.0
Expand Down

0 comments on commit 7915719

Please sign in to comment.