github Azure/azure-sdk-for-js @azure/keyvault-secrets_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)

  • deleteSecret and recoverDeletedSecret are now out of the public API.
    Use beginDeleteSecret and beginRecoverDeletedSecret instead.
    They both return a Poller (from our package @azure/core-lro) that manages the long running operation.
  • Renamed Secret to KeyVaultSecret.
  • Renamed most of the date properties to end in the On suffix.
  • 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 restoreSecret to restoreSecretBackup.

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

NewReleases is sending notifications on new releases.