github Azure/azure-sdk-for-js @azure/attestation_1.0.0-beta.3

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
pre-release3 years ago

1.0.0-beta.3 (2021-06-08)

Features Added

Breaking Changes

  • Essentially completely rewritten. All existing functionality has been replaced.
    • Removed policy property on AttestationClient object, because it has been replaced.
    • Removed policy.reset and policy.set, replaced with the resetPolicy and setPolicy methods on the AttestationAdministrationClient.
    • Removed policy.get, replaced with the getPolicy method of the new AttestationAdministrationClient client object.
    • Removed attestation.attestSgxEnclave, attestation.attestOpenEnclave, attestation.attestTpm, and attestation property from attestationClient, replaced with attestSgxEnclave, attestOpenEnclave and attestTpm.
    • Removed metadataConfiguration and signingCertificates properties from attestationClient.
    • Removed metadataConfiguration.get() method, replaced with client.getOpenIdMetadata().
    • Removed signingCertificates.get() method, replaced with client.getAttestationSigners(). The return value for getAttestationSigners() is an array of AttestationSigner objects,
      each of which has two properties: key_id and certificates. key_id
      reflects the kid JSON Web Key attribute, and certificates is the decoded x5c attribute
      in the JSON Web Key.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.