ppc64le/linux/: azure-mgmt-redis-14.5.0 metadata and description

Homepage Simple index

Microsoft Azure Redis Cache 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_redis-14.5.0-py3-none-any.whl
Size
129 KB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Redis Cache 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-redis
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.redis import RedisManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = RedisManagementClient(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

14.5.0 (2025-01-20)

Features Added

14.4.0 (2024-07-21)

Features Added

14.3.0 (2023-09-19)

Features Added

14.2.0 (2023-06-16)

Features Added

14.1.0 (2022-10-28)

Features Added

14.0.0 (2022-09-05)

Features Added

Breaking Changes

13.1.0 (2021-12-16)

Features

13.0.0 (2021-07-16)

Features

Breaking changes

12.0.0 (2020-11-25)

12.0.0b1 (2020-10-12)

This is beta preview version.

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

7.0.0rc2 (2020-09-01)

Features

Breaking changes

7.0.0rc1 (2019-12-07)

Features

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes if from some import. 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.

6.0.0 (2019-01-15)

Note

Features

General Breaking changes

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

5.0.0 (2018-02-08)

Disclaimer

Several model (like RedisCreateParameters) have positional arguments shuffled, due to constraints in our code generator. This is not breaking if you use keyword arguments. If you are using positional arguments, we strongly suggest to use keyword only arguments for Model creation, since next version 6.0.0 will use keyword only arguments for models.

Breaking changes

Features

New ApiVersion 2017-10-01

4.1.1 (2017-10-25)

Bugfixes

4.1.0 (2017-04-18)

Features

Notes

4.0.0 (2017-01-13)

Bugfixes

Breaking change

3.0.0 (2016-11-14)

New features

Breaking change

2.0.0 (2016-10-20)

1.0.0 (2016-08-09)