github Azure/azure-sdk-for-python azure-keyvault-certificates_4.0.0b4

latest releases: azure-mgmt-datafactory_7.1.0, azure-storage-queue_12.10.0, azure-storage-file-share_12.16.0...
pre-release4 years ago

4.0.0b4 (2019-10-08)

Breaking changes

  • Enums JsonWebKeyCurveName and JsonWebKeyType have been renamed to KeyCurveName and KeyType, respectively.
  • Both async and sync versions of create_certificate now return pollers that return the created Certificate if creation is successful,
    and a CertificateOperation if not.
  • Certificate now has attribute properties, which holds certain properties of the
    certificate, such as version. This changes the shape of the Certificate type,
    as certain properties of Certificate (such as version) have to be accessed
    through the properties property. See the updated docs
    for details.
  • update_certificate has been renamed to update_certificate_properties
  • The vault_url parameter of CertificateClient has been renamed to vault_endpoint
  • The property vault_url has been renamed to vault_endpoint in all models

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

NewReleases is sending notifications on new releases.