From 6c32b24166144cedf72e9389c2e1e3e602faed94 Mon Sep 17 00:00:00 2001 From: alrod Date: Fri, 21 Jun 2024 17:23:40 -0700 Subject: [PATCH] Fix --- .../CHANGELOG.md | 9 ++------- .../CHANGELOG.md | 5 ----- .../CHANGELOG.md | 9 ++------- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md index 7e526da586302..76e9e3afa23c5 100644 --- a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md +++ b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History ## 5.4.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - ### Bugs Fixed - -### Other Changes +- Rely on PeekMessagesAsync when calculating message queue length +- Fixing target base scale instance concurrency for queues ## 5.3.0 (2024-04-18) - Includes all features from 5.3.0-beta.1. diff --git a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md index c528f4dd6aa2b..67d7aaa33d8f0 100644 --- a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md +++ b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md @@ -1,11 +1,6 @@ # Release History ## 5.4.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - ### Bugs Fixed - Rely on PeekMessagesAsync when calculating message queue length - Fixing target base scale instance concurrency for queues diff --git a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage/CHANGELOG.md b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage/CHANGELOG.md index 9856fffaa65ca..b0c383afbf093 100644 --- a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage/CHANGELOG.md +++ b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History ## 5.4.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - ### Bugs Fixed - -### Other Changes +- Rely on PeekMessagesAsync when calculating message queue length +- Fixing target base scale instance concurrency for queues ## 5.3.0 (2024-04-18) Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.