github Azure/azure-sdk-for-js @azure/keyvault-keys_4.0.0-preview.9

latest releases: @azure/core-rest-pipeline_1.16.0, @azure/core-amqp_4.2.2, @azure/communication-sms_1.2.0-beta.1...
pre-release4 years ago

4.0.0-preview.9 (2019-10-31)

  • deleteKey and recoverDeletedKey are now out of the public API.
    Use beginDeleteKey and beginRecoverDeletedKey instead.
    They both return a Poller (from our package @azure/core-lro) that manages the long running operation.
  • Renamed Key to KeyVaultKey.
  • Renamed Key.KeyMaterial to KeyVaultKey.Key.
  • All dates should end in "On", except for notBefore and scheduledPurgedDate.
  • All options should match the method's name.
  • All methods that return keyProperties (like the ones that iterate) should contain "propertiesOf" in their names.
  • Flattened all the options bag to extend the RequestOptionsBase interface.
  • Renamed the vautlUrl parameters into vaultEndpoint.
  • Renamed the Wrap/UnwrapOptions into Wrap/UnwrapKeyProperties.
  • Renamed UpdatedKey to UpdatedKeyProperties.

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

NewReleases is sending notifications on new releases.