From 8f9461808aa17dfd9c2e5de24648103e7a1a7d4e Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk Date: Mon, 15 Jul 2024 02:50:01 -0700 Subject: [PATCH 1/3] Mention community contribution in the changelog --- sdk/core/azure-core/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 7e26797732..7fe0136dcc 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -20,6 +20,7 @@ - Updated JSON library to 3.11.3. - [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_) +- [[#5766]](https://github.com/Azure/azure-sdk-for-cpp/pull/5766) Add missing include. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_) ### Acknowledgments @@ -27,6 +28,7 @@ Thank you to our developer community members who helped to make Azure Core bette - Anton Popov _([GitHub](https://github.com/CurtizJ))_ - AlexYue _([GitHub](https://github.com/ByteYue))_ +- Robert Schulze _([GitHub](https://github.com/rschu1ze))_ ## 1.13.0-beta.1 (2024-06-06) From 68e951dbbe65aa444e8ab906b5273adb92111b0c Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk Date: Mon, 15 Jul 2024 03:24:01 -0700 Subject: [PATCH 2/3] cspell --- .vscode/cspell.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 633cad9cbf..21c218a116 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -216,11 +216,13 @@ "rehydrated", "Reitz", "retriable", + "rschu", "rtti", "rwxrw", "sasia", "sbom", "Schonberger", + "Schulze", "scus", "SDDL", "sdpath", From 89385990887df07902c0368f3eeaa777243164ef Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:18:34 -0700 Subject: [PATCH 3/3] Remove double spaces --- sdk/core/azure-core/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 7fe0136dcc..0cf907c6a5 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -14,13 +14,13 @@ ### Bugs Fixed -- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_) +- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_) ### Other Changes - Updated JSON library to 3.11.3. -- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_) -- [[#5766]](https://github.com/Azure/azure-sdk-for-cpp/pull/5766) Add missing include. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_) +- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_) +- [[#5766]](https://github.com/Azure/azure-sdk-for-cpp/pull/5766) Add missing include. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_) ### Acknowledgments @@ -34,11 +34,11 @@ Thank you to our developer community members who helped to make Azure Core bette ### Bugs Fixed -- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_) +- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_) ### Other Changes -- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_) +- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_) - [[#5515]](https://github.com/Azure/azure-sdk-for-cpp/issues/5515) Add a `ShouldRetry` virtual method to the retry policy to enable customization of service-specific retry logic. ### Acknowledgments