From a8d2f629dcfc3fa260ecc81c83a11448fa01361e Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 29 Jun 2021 14:42:48 -0500 Subject: [PATCH 1/2] Update Data Lake changelog --- sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md index a318baf700504..364fabb01f6aa 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 Arguement Exception 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 From c791b4cd2a90c230159cb00c36032c39d73f391c Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 29 Jun 2021 14:49:10 -0500 Subject: [PATCH 2/2] PR comments --- sdk/storage/Azure.Storage.Blobs/CHANGELOG.md | 2 +- sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md index a24f48650d318..977231664daf1 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 364fabb01f6aa..e29897bd1e8cb 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md @@ -3,7 +3,7 @@ ## 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 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.7.0 (2021-06-08)