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

latest releases: azure-template_0.1.0b3738131, azure-monitor-opentelemetry_1.4.1, azure-monitor-opentelemetry-exporter_1.0.0b25...
pre-release4 years ago

4.0.0b6

  • Updated msrest requirement to >=0.6.0
  • Renamed get_policy to get_certificate_policy
  • Renamed update_policy to update_certificate_policy
  • Renamed create_contacts to set_contacts
  • Renamed parameter admin_details of create_issuer and update_issuer to admin_contacts
  • Renamed all name parameters to include the name of the object whose name we are referring to.
    For example, the name parameter of get_certificate is now certificate_name
  • Renamed AdministratorDetails to AdministratorContact
  • Renamed the ekus property of CertificatePolicy to enhanced_key_usage
  • Renamed the curve property of CertificatePolicy to key_curve_name
  • Renamed the san_upns property of CertificatePolicy to san_user_principal_names
  • Made the subject_name property of CertificatePolicy a kwarg and renamed it to subject
  • Renamed the deleted_date property of DeletedCertificate to deleted_on
  • Removed the issuer_properties property from CertificateIssuer and added the provider property
    directly onto CertificateIssuer
  • Renamed property admin_details of CertificateIssuer to admin_contacts
  • Renamed the thumbprint property of CertificateProperties to x509_thumbprint
  • Added WellKnownIssuerNames enum class that holds popular issuer names
  • Renamed SecretContentType enum class to CertificateContentType

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

NewReleases is sending notifications on new releases.