Skip to content

Conversation

@sadasant
Copy link
Contributor

@sadasant sadasant commented Oct 2, 2020

The readme sample for the sign method of the CryptographyClient was using signData.

Fixes #11493

@zzhxiaofeng thank you!

Reviews appreciated.

The readme sample for the `sign` method of the CryptographyClient was using `signData`.

Fixes #11493

@zzhxiaofeng thank you!

Reviews appreciated.
@sadasant sadasant requested a review from sophiajt as a code owner October 2, 2020 00:07
@sadasant sadasant self-assigned this Oct 2, 2020
@ghost ghost added the KeyVault label Oct 2, 2020
console.log("digest: ", digest);

const signResult = await cryptographyClient.signData("RS256", digest);
const signResult = await cryptographyClient.sign("RS256", digest);
Copy link
Contributor Author

@sadasant sadasant Oct 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sadasant sadasant merged commit c7f70e6 into master Oct 2, 2020
@sadasant sadasant deleted the keyvault-keys/fix11493 branch October 2, 2020 14:15
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Nov 19, 2020
[ACR] SystemData and new readonly KeyVaultProperties (Azure#11601)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure Key Vault Keys Readme Issue

3 participants