Skip to content

Commit

Permalink
changelog, and rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Jun 25, 2021
1 parent ab8945f commit 6e863af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sdk/keyvault/keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Features Added

- Added support for `KeyClient.getRandomBytes` which, when connected to a managed HSM, can be used to generate a byte array of a given length with random values.
- Updated the service version to 7.3-preview.

### Breaking Changes

### Key Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ export class KeyClient {
*
* Example usage:
* ```ts
* let client = new KeyClient(url, credentials);
* let client = new KeyClient(vaultUrl, credentials);
* let bytes = await client.getRandomBytes(10);
* ```
* @param count - The number of bytes to generate between 1 and 128 inclusive.
Expand Down

0 comments on commit 6e863af

Please sign in to comment.