From e9463d53890339f64f2f0cf080a2403e46007f3e Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Thu, 14 Jan 2021 14:03:03 +0800 Subject: [PATCH] Partial changelog update for beta6 release (#1370) * Partial changelog update * fix * Update sdk/storage/azure-storage-blobs/CHANGELOG.md Co-authored-by: Ahson Khan * add new line * fix * Update sdk/storage/azure-storage-common/CHANGELOG.md Co-authored-by: Ahson Khan * Update sdk/storage/azure-storage-files-datalake/CHANGELOG.md Co-authored-by: Ahson Khan * Update sdk/storage/azure-storage-files-shares/CHANGELOG.md Co-authored-by: Ahson Khan Co-authored-by: Ahson Khan --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 7 ++++++- sdk/storage/azure-storage-common/CHANGELOG.md | 6 ++++-- sdk/storage/azure-storage-files-datalake/CHANGELOG.md | 4 ++++ sdk/storage/azure-storage-files-shares/CHANGELOG.md | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 7ad901bc9..09357f59b 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.0.0-beta.6 (Unreleased) +## 12.0.0-beta.6 (2020-01-14) ### New Features @@ -9,6 +9,7 @@ - New API: `PageBlobClient::GetPageRangesDiff` and `PageBlobClient::GetManagedDiskPageRangesDiff`. - Add `CreateBlobContainer`, `DeleteBlobContainer`, `UndeleteBlobContainer` into `BlobServiceClient`. - Add `DeleteBlob` into `BlobContainerClient`. +- Support setting blob sas permission with a raw string. ### Breaking Changes @@ -71,6 +72,10 @@ - `DownloadBlobResult::Content-Range` is changed to an `Azure::Core::Http::Range`, an extra field `BlobSize` is added. - Remove `Undelete` from `BlobContainerClient`. - `BlobRetentionPolicy::Enabled` is renamed to `BlobRetentionPolicy::IsEnabled`, `BlobStaticWebsite::Enabled` is renamed to `BlobStaticWebsite::IsEnabled`. +- Change type for metadata to case-insensitive `std::map`. +- Change parameter type for token credential from `Azure::Identity::ClientSecretCredential` to `Azure::Core::TokenCredential`. +- Rename member function `GetUri` of client types to `GetUrl`. +- `BlobClient::GetBlockBlobClient`, `BlobClient::GetAppendBlobClient` and `BlobClient::GetPageBlobClient` are renamed to `BlobClient::AsBlockBlobClient`, `BlobClient::AsAppendBlobClient` and `BlobClient::AsPageBlobClient` respectively. ## 12.0.0-beta.5 (2020-11-13) diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index e6e24146e..7a00225a5 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,16 +1,18 @@ # Release History -## 12.0.0-beta.6 (Unreleased) +## 12.0.0-beta.6 (2020-01-14) ### New Features - Add new type `ContentHash`. +- Add definition of `Metadata`. +- Support setting account SAS permission with a raw string. ### Breaking Changes - Rename `SharedKeyCredential` to `StorageSharedKeyCredential`. - Rename `StorageSharedKeyCredential::UpdateAccountKey` to `StorageSharedKeyCredential::Update`. -- Move `StorageRetryPolicy`, `StoragePerRetryPolicy` and `SharedKeyPolicy` to `Details` namespace. +- Make `StoragePerRetryPolicy` and `StorageSharedKeyPolicy` private by moving them to the`Details` namespace. - Remove `StorageRetryOptions`, use `Azure::Core::Http::RetryOptions` instead. - Move Account SAS into `Azure::Storage::Sas` namespace. - All date time related strings are now changed to `Azure::Core::DateTime` type. diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index 3bda0c8d3..7d2f14466 100644 --- a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md @@ -2,6 +2,10 @@ ## 12.0.0-beta.6 (Unreleased) +### New Features + +- Support setting DataLake SAS permission with a raw string. + ### Breaking Changes - Move DataLake SAS into `Azure::Storage::Sas` namespace. diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index 0f3316070..36688aa86 100644 --- a/sdk/storage/azure-storage-files-shares/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-shares/CHANGELOG.md @@ -26,6 +26,7 @@ ### New Features - Added support for `CreateIfNotExists` for Share and Directory clients, and `DeleteIfExists` for Share, Directory and File clients. +- Support setting file SAS permission with a raw string. ## 12.0.0-beta.5 (2020-11-13)