Fix keyvault changelog nit (#2430)
Followup from https://github.com/Azure/azure-sdk-for-cpp/pull/2399#discussion_r646846373
This commit is contained in:
parent
f9bf94d018
commit
1d39b9c761
@ -4,10 +4,10 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Updated `MaxPageResults` type to `int32_t` affecting:
|
||||
- GetDeletedKeysOptions.
|
||||
- GetPropertiesOfKeysOptions.
|
||||
- GetPropertiesOfKeyVersionsOptions.
|
||||
- Updated `MaxPageResults` type to `int32_t`, from `uint32_t`, affecting:
|
||||
- `GetDeletedKeysOptions()`.
|
||||
- `GetPropertiesOfKeysOptions()`.
|
||||
- `GetPropertiesOfKeyVersionsOptions()`.
|
||||
- Updated `CreateRsaKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
|
||||
- Updated `CreateRsaKeyOptions::PublicExponent` type from `uint64_t` to `int64_t`.
|
||||
- Updated `CreateOctKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user