Add back-ticks around Response<void> in changelog (#1886)
* Add back-ticks around `Response<void>` 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 <victor.vazquez@microsoft.com>
This commit is contained in:
parent
6c5e487f6d
commit
c9e02370fe
@ -15,7 +15,7 @@
|
||||
### Breaking Changes
|
||||
|
||||
- Changes to `Azure::Core` namespace:
|
||||
- Removed Response<void>, `ValueBase`, and `ContextValue`.
|
||||
- Removed `Response<void>`, `ValueBase`, and `ContextValue`.
|
||||
- Removed `Context::operator[]`, `Get()` introduced instead.
|
||||
- Renamed `Uuid::GetUuidString()` to `ToString()`.
|
||||
- Changed return type of `Operation<T>::Poll()` from `std::unique_ptr<RawResponse>` to `RawResponse const&`.
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user