ppc64le/linux/: azure-mgmt-keyvault-11.0.0 metadata and description

Homepage Simple index

Microsoft Azure Key Vault Management Client Library for Python

author Microsoft Corporation
author_email [email protected]
classifiers
  • Development Status :: 5 - Production/Stable
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • License :: OSI Approved :: MIT License
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic summary
keywords azure,azure sdk
license MIT License
license_file LICENSE
requires_dist
  • isodate>=0.6.1
  • typing-extensions>=4.6.0
  • azure-common>=1.1
  • azure-mgmt-core>=1.3.2
requires_python >=3.8
File Tox results History
azure_mgmt_keyvault-11.0.0-py3-none-any.whl
Size
312 KB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Key Vault Management Client Library. This package has been tested with Python 3.8+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-keyvault
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.keyvault import KeyVaultManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = KeyVaultManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

11.0.0 (2025-03-13)

Breaking Changes

10.3.1 (2024-07-16)

Other Changes

10.3.0 (2023-10-23)

Features Added

10.2.3 (2023-07-25)

Bugs Fixed

10.2.2 (2023-05-24)

Other Changes

10.2.1 (2023-04-03)

Bugs Fixed

10.2.0 (2023-03-13)

Features Added

10.2.0b1 (2023-02-14)

Features Added

10.1.0 (2022-08-10)

Features Added

Other Changes

10.0.0 (2022-05-24)

Breaking changes

9.3.0 (2021-11-11)

Features

9.2.0 (2021-10-15)

Features

9.1.0 (2021-08-26)

Features

9.0.0 (2021-04-19)

Features

Breaking changes

8.0.0 (2020-09-29)

Features

Breaking changes

7.0.0 (2020-09-15)

7.0.0b3 (2020-09-09)

Features

7.0.0b2 (2020-07-21)

Bugfixes

7.0.0b1 (2020-06-17)

This is beta preview version. For detailed changelog please refer to equivalent stable version 2.2.0 (https://pypi.org/project/azure-mgmt-keyvault/2.2.0/)

This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).

General breaking changes

General new features

2.2.0 (2020-03-20)

Features

2.1.1 (2020-02-07)

Bugfixes

2.1.0 (2020-01-30)

Features

2.0.0 (2019-06-18)

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes if you were importing from the v20xx_yy_zz API folders. In summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.

Last but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.

1.1.0 (2018-08-07)

1.0.0 (2018-06-27)

1.0.0b1 (2018-04-10)

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes.

1.0.0a2 (2018-03-28)

0.40.0 (2017-06-06)

Notes

0.31.0 (2017-04-19)

Bugfixes

Notes

0.30.1 (2016-12-15)

0.30.0 (2016-10-04)