github Azure/azure-sdk-for-python azure-keyvault-keys_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)

  • Enums JsonWebKeyCurveName, JsonWebKeyOperation, and JsonWebKeyType have
    been renamed to KeyCurveName, KeyOperation, and KeyType, respectively.
  • Key now has attribute properties, which holds certain properties of the
    key, such as version. This changes the shape of the returned Key type,
    as certain properties of Key (such as version) have to be accessed
    through the properties property. See the updated docs
    for details.
  • update_key has been renamed to update_key_properties
  • The vault_url parameter of KeyClient has been renamed to vault_endpoint
  • The property vault_url has been renamed to vault_endpoint in all models

Fixes and improvements:

  • The key argument to import_key should be an instance of azure.keyvault.keys.JsonWebKey
    (#7590)

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

NewReleases is sending notifications on new releases.