From aae76f28a83aedde30f35cadace04f9e4ddb98eb Mon Sep 17 00:00:00 2001 From: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:33:07 -0500 Subject: [PATCH] Update Data Lake changelog (#22291) --- sdk/storage/Azure.Storage.Blobs/CHANGELOG.md | 2 +- sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md index a24f48650d31..977231664daf 100644 --- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md @@ -10,7 +10,7 @@ - Added support for OAuth copy sources for synchronous copy operations. - Added support for Parquet as an input format in BlockBlobClient.Query(). - Added optimization to unwrap encryption key once for DownloadTo and OpenRead when Client Side Encryption is enabled. -- Added support for RequestConditions parameter validation. If a request condition is set for an API that doesn't support it, and Arguement Exception will be thrown. +- Added support for RequestConditions parameter validation. If a request condition is set for an API that doesn't support it, and ArguementException will be thrown. - This feature can be disabled with the environment variable "AZURE_STORAGE_DISABLE_REQUEST_CONDITIONS_VALIDATION" or the App Context switch "Azure.Storage.DisableRequestConditionsValidation". ## 12.9.1 (2021-06-23) diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md index a318baf70050..e29897bd1e8c 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md @@ -3,6 +3,8 @@ ## 12.8.0-beta.1 (Unreleased) - Added support for service version 2020-10-02. - Added support for Parquet as an input format in DataLakeFileClient.Query(). +- Added support for RequestConditions parameter validation. If a request condition is set for an API that doesn't support it, and ArguementException will be thrown. + - This feature can be disabled with the environment variable "AZURE_STORAGE_DISABLE_REQUEST_CONDITIONS_VALIDATION" or the App Context switch "Azure.Storage.DisableRequestConditionsValidation". ## 12.7.0 (2021-06-08) - Includes all features from 12.7.0-beta.4