Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to get a BlobClient that uses a specific encryption scope and customer provided key #21280

Merged
merged 5 commits into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into storage/cpkcpkn
  • Loading branch information
gapra-msft authored Jun 15, 2021
commit 82b2f8e01e115f7fceba0e137b9820b4c7186980
9 changes: 7 additions & 2 deletions sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Release History

## 12.13.0-beta.1 (Unreleased)

- Added support to get a blob client that uses an encryption scope and customer provided key.

## 12.12.0 (2021-06-09)
- GA release

## 12.12.0-beta.1 (2021-05-13)
- Added support for specifying an encryption scope.
- Added support to get a blob client that uses an encryption scope and customer provided key.
- Added support for the 2020-08-04 service version.

## 12.11.1 (2021-05-13)
### Dependency Updates
- Updated `azure-storage-blob` to version `12.11.1`
- Updated `azure-core` to version `1.16.0`

## 12.11.0 (2021-04-29)
- GA release
Expand Down
7 changes: 6 additions & 1 deletion sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Release History

## 12.12.0-beta.1 (Unreleased)
## 12.13.0-beta.1 (Unreleased)
- Added support to get a blob client that uses an encryption scope and customer provided key.

## 12.12.0 (2021-06-09)
- GA release

## 12.12.0-beta.1 (2021-05-13)
- Added support for the 2020-08-04 service version.
- Deprecated support to undelete a blob container to a new name.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.