From 3a7a4f3e6a5e676a2da09147753394b6c44e2d3c Mon Sep 17 00:00:00 2001 From: Charles Lowell <10964656+chlowell@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:37:37 -0800 Subject: [PATCH] Prepare azcore v1.3.0 for release (#19759) --- sdk/azcore/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index cc10aa67c459..e95332d98173 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -1,16 +1,12 @@ # Release History -## 1.3.0 (Unreleased) +## 1.3.0 (2023-01-06) ### Features Added * Added `BearerTokenOptions.AuthorizationHandler` to enable extending `runtime.BearerTokenPolicy` with custom authorization logic * Added `Client` types and matching constructors to the `azcore` and `arm` packages. These represent a basic client for HTTP and ARM respectively. -### Breaking Changes - -### Bugs Fixed - ### Other Changes * Updated `internal` module to latest version. * `policy/Request.SetBody()` allows replacing a request's body with an empty one