From c9e02370fe887b048b47e4aa54273529d574f04b Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 12 Mar 2021 21:29:50 -0800 Subject: [PATCH] Add back-ticks around `Response` in changelog (#1886) * Add back-ticks around `Response` in changelog * Remove extra whitespace after type name in identity CL. * Add back-ticks around type name in identity CL. Co-authored-by: Victor Vazquez --- sdk/core/azure-core/CHANGELOG.md | 2 +- sdk/identity/azure-identity/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index c4df05847..ad7f74cda 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -15,7 +15,7 @@ ### Breaking Changes - Changes to `Azure::Core` namespace: - - Removed Response, `ValueBase`, and `ContextValue`. + - Removed `Response`, `ValueBase`, and `ContextValue`. - Removed `Context::operator[]`, `Get()` introduced instead. - Renamed `Uuid::GetUuidString()` to `ToString()`. - Changed return type of `Operation::Poll()` from `std::unique_ptr` to `RawResponse const&`. diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 4a82e715b..c268dba5e 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -11,13 +11,13 @@ ### Breaking Changes -- Removed `TransportPolicyOptions` from `ClientSecretCredentialOptions`. Updated the options to derive from ClientOptions. +- Removed `TransportPolicyOptions` from `ClientSecretCredentialOptions`. Updated the options to derive from `ClientOptions`. ## 1.0.0-beta.3 (2021-02-02) ### Breaking Changes -- `ClientSecretCredential ` constructor takes `ClientSecretCredentialOptions` struct instead of authority host string. `TokenCredentialOptions` struct has authority host string as data member. +- `ClientSecretCredential` constructor takes `ClientSecretCredentialOptions` struct instead of authority host string. `TokenCredentialOptions` struct has authority host string as data member. ## 1.0.0-beta.2 (2021-01-13)