From a9e50b4d9917ba14a3934134090aa489377650a1 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:20:32 -0700 Subject: [PATCH] Update changelog with issue link (#4458) Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 4c4abed8b72..af218a8efb6 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -8,7 +8,7 @@ ### Bugs Fixed -- Fixed a bug where `Host` request header is not set for non-default port (80, 443). +- [[#4213]](https://github.com/Azure/azure-sdk-for-cpp/issues/4213) Fixed a bug where `Host` request header is not set for non-default port (80, 443). ### Other Changes