Skip to content

azure-keyvault-secrets_4.3.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Jun 23:28
b5f0323

4.3.0 (2021-06-22)

This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.

Fixed

  • Correct typing for async paging methods

Changed

  • Key Vault API version 7.2 is now the default
  • Updated minimum msrest version to 0.6.21

Added

  • Added class KeyVaultSecretIdentifier that parses out a full ID returned by Key Vault,
    so users can easily access the secret's name, vault_url, and version.