From e5093cacc408aed1768cd677d2c96320bcd3e9f6 Mon Sep 17 00:00:00 2001 From: Anne Thompson Date: Wed, 17 Nov 2021 16:45:11 -0800 Subject: [PATCH] Update changelog for AddPolicy --- sdk/core/Azure.Core/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/core/Azure.Core/CHANGELOG.md b/sdk/core/Azure.Core/CHANGELOG.md index cabbaaff7296a..ec3e0a76bf059 100644 --- a/sdk/core/Azure.Core/CHANGELOG.md +++ b/sdk/core/Azure.Core/CHANGELOG.md @@ -10,6 +10,7 @@ ```c# options.Diagnostics.LoggedQueryParameters.Remove("api-version"); ``` +- Added `AddPolicies` method to `RequestContext`. This allows policies to be added to the pipeline when calling protocol methods. ### Bugs Fixed