ppc64le/linux/: azure-mgmt-containerservice-36.0.0 metadata and description

Homepage Simple index

Microsoft Azure Container Service 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.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_containerservice-36.0.0-py3-none-any.whl
Size
765 KB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Container Service Management 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-containerservice
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.containerservice import ContainerServiceClient
import os

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

36.0.0 (2025-05-15)

Features Added

Breaking Changes

35.0.0 (2025-04-14)

Features Added

Breaking Changes

34.2.0 (2025-03-18)

Features Added

34.1.0 (2025-02-19)

Features Added

34.0.0 (2025-01-20)

Features Added

Breaking Changes

33.0.0 (2024-11-08)

Features Added

Breaking Changes

32.1.0 (2024-10-11)

Features Added

32.0.0 (2024-09-12)

Features Added

Breaking Changes

31.0.0 (2024-07-18)

Features Added

Breaking Changes

30.0.0 (2024-04-22)

Features Added

Breaking Changes

29.1.0 (2024-02-20)

Features Added

29.0.0 (2024-01-22)

Breaking Changes

28.0.0 (2023-11-20)

Features Added

Breaking Changes

27.0.0 (2023-10-23)

Features Added

Breaking Changes

26.0.0 (2023-08-18)

Features Added

Breaking Changes

25.0.0 (2023-07-26)

Features Added

Breaking Changes

24.0.0 (2023-06-21)

Features Added

Breaking Changes

23.0.0 (2023-05-16)

Breaking Changes

22.1.0 (2023-04-19)

Features Added

22.0.0 (2023-03-23)

Features Added

Breaking Changes

21.2.0 (2023-02-20)

Features Added

21.1.0 (2022-12-30)

Features Added

21.0.0 (2022-12-15)

Features Added

Breaking Changes

20.7.0 (2022-11-09)

Features Added

20.6.0 (2022-10-25)

Features Added

20.5.0 (2022-10-18)

Features Added

20.4.0 (2022-09-20)

Features Added

20.3.0 (2022-08-26)

Features Added

20.2.0 (2022-07-25)

Features

20.1.0 (2022-07-21)

Features

20.0.0 (2022-06-09)

Features

Breaking changes

19.1.0 (2022-05-13)

Features

19.0.0 (2022-04-15)

Features

Breaking changes

18.0.0 (2022-03-23)

Features

Breaking changes

17.0.0 (2022-02-21)

Features

Breaking changes

16.4.0 (2021-11-25)

Features

16.3.0 (2021-10-18)

Features

16.2.0 (2021-09-09)

Features

16.1.0 (2021-08-06)

Features

16.0.0 (2021-06-17)

Features

Breaking changes

15.1.0 (2021-04-07)

Features

15.0.0 (2021-03-03)

Features

Breaking changes

14.0.0 (2020-11-23)

Features

14.0.0b1 (2020-10-23)

This is beta preview version. For detailed changelog please refer to equivalent stable version 9.4.0 (https://pypi.org/project/azure-mgmt-containerservice/9.4.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

9.4.0 (2020-09-11)

Features

9.3.0 (2020-08-24)

Features

9.2.0 (2020-06-24)

Features

9.1.0 (2020-06-03)

Features

9.0.1 (2020-04-09)

Bugfixes

9.0.0 (2020-03-24)

Features

Breaking changes

8.3.0 (2020-02-14)

Features

8.2.0 (2020-01-07)

Features

8.1.0 (2019-12-16)

Features

8.0.0 (2019-10-24)

Features

Breaking changes

7.0.0 (2019-08-30)

Features

Breaking changes

6.0.0 (2019-06-20)

Features

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.

5.3.0 (2019-05-03)

Features

5.2.0 (2019-04-30)

Features

5.1.0 (2019-04-08)

Features

5.0.0 (2019-03-19)

Features

Breaking changes

4.4.0 (2019-01-09)

Features

4.3.0 (2018-12-13)

Features

This package also adds Preview version of ManagedCluster (AKS 2018-08-01-preview), this includes the following breaking changes and features, if you optin for this new API version:

Features

Breaking changes

Note

4.2.2 (2018-08-09)

Bugfixes

4.2.1 (2018-08-08)

Bugfixes

4.2.0 (2018-07-30)

Features

Bugfixes

4.1.0 (2018-06-13)

Features

4.0.0 (2018-05-25)

Features

General Breaking changes

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

Bugfixes

3.0.1 (2018-01-25)

Bugfixes

3.0.0 (2017-12-13)

2.0.0 (2017-10-XX)

Features

Breaking changes

1.0.0 (2017-08-08)