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)