Fix keyvault changelog nit (#2430)

Followup from https://github.com/Azure/azure-sdk-for-cpp/pull/2399#discussion_r646846373
This commit is contained in:
Ahson Khan 2021-06-08 12:27:48 -07:00 committed by GitHub
parent f9bf94d018
commit 1d39b9c761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.