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

latest releases: azure-cognitiveservices-language-textanalytics_0.2.2, azure-cognitiveservices-anomalydetector_0.3.1, azure-communication-callautomation_1.2.0...
pre-release4 years ago

4.0.0b5

  • Removed redundant method get_pending_certificate_signing_request(). A pending CSR can be retrieved via get_certificate_operation().
  • Renamed the sync method create_certificate to begin_create_certificate
  • Renamed restore_certificate to restore_certificate_backup
  • Renamed get_certificate to get_certificate_version
  • Renamed get_certificate_with_policy to get_certificate
  • Renamed list_certificates to list_properties_of_certificates
  • Renamed list_properties_of_issuers to list_properties_of_issuers
  • Renamed list_certificate_versions to list_properties_of_certificate_versions
  • create_certificate now has policy as a required parameter
  • All optional positional parameters besides version have been moved to kwargs
  • Renamed enum ActionType to CertificatePolicyAction
  • Renamed Certificate to KeyVaultCertificate
  • Renamed Contact to CertificateContact
  • Renamed Issuer to CertificateIssuer
  • Renamed CertificateError to CertificateOperationError
  • Renamed expires property of CertificateProperties and CertificatePolicy to expires_on
  • Renamed created property of CertificateProperties, CertificatePolicy, and CertificateIssuer to created_on
  • Renamed updated property of CertificateProperties, CertificatePolicy, and CertificateIssuer to updated_on
  • The vault_endpoint parameter of CertificateClient has been renamed to vault_url
  • The property vault_endpoint has been renamed to vault_url in all models
  • CertificatePolicy now has a public class method get_default allowing users to get the default CertificatePolicy
  • Logging can now be enabled properly on the client level

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

NewReleases is sending notifications on new releases.