ppc64le/linux/: azure-mgmt-containerregistry-14.0.0 metadata and description

Homepage Simple index

Microsoft Azure Container Registry 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.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.5.0
requires_python >=3.9
File Tox results History
azure_mgmt_containerregistry-14.0.0-py3-none-any.whl
Size
2 MB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Container Registry Client Library. This package has been tested with Python 3.9+. 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-containerregistry
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configuration of the 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.containerregistry import ContainerRegistryManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ContainerRegistryManagementClient(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.0.0 (2025-04-27)

Breaking Changes

13.0.0 (2025-04-21)

Features Added

Breaking Changes

12.0.0 (2025-02-24)

Breaking Changes

11.0.0 (2024-02-19)

Features Added

Breaking Changes

10.3.0 (2023-11-20)

Features Added

10.2.0 (2023-09-21)

Features Added

10.1.0 (2023-02-15)

Features Added

10.0.0 (2022-05-26)

Features

Breaking changes

9.1.0 (2022-03-03)

Features

9.0.0 (2022-01-19)

Features

Breaking changes

8.2.0 (2021-10-26)

Features

8.1.0 (2021-07-22)

Features

8.0.0 (2021-05-25)

Features

Breaking changes

8.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

3.0.0rc15(2020-9-16)

Features

Breaking changes

3.0.0rc14(2020-06-15)

Features

3.0.0rc13 (2020-05-15)

Features

Breaking changes

3.0.0rc12(2020-05-06)

Features

3.0.0rc11 (2020-03-25)

Breaking changes

3.0.0rc10 (2020-03-11)

Features

3.0.0rc9 (2020-03-02)

Features

Breaking changes

3.0.0rc8 (2020-01-10)

Features

3.0.0rc7 (2019-10-23)

Bugfixes

3.0.0rc6 (2019-10-03)

Features

3.0.0rc5 (2019-08-02)

Bugfixes

3.0.0rc4 (2019-07-10)

Bugfixes

3.0.0rc3 (2019-07-01)

New preview API version 2019-06-01-preview contains:

Features

Breaking changes

3.0.0rc2 (2019-06-12)

Features

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes while using imports. 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 containerregistry mgmt client per process.

3.0.0rc1 (2019-05-24)

Features

Breaking changes

2.8.0 (2019-04-30)

Features

2.7.0 (2019-01-25)

Features

2.6.0 (2019-01-02)

Features

Bugfixes

2.5.0 (2018-12-10)

Features

2.4.0 (2018-11-05)

Features

2.3.0 (2018-10-17)

2.2.0 (2018-09-11)

Features

Default API version is now 2018-09-01

2.1.0 (2018-07-26)

Features

2.0.0 (2018-04-30)

Features

General Breaking changes

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

Bugfixes

1.0.1 (2017-10-09)

1.0.0 (2017-09-22)

0.3.1 (2017-06-30)

0.3.0 (2017-06-15)

0.2.1 (2017-04-20)

This wheel package is now built with the azure wheel extension

0.2.0 (2017-03-20)

0.1.1 (2016-12-12)

Bugfixes

0.1.0 (2016-11-04)