ppc64le/linux-1.0.0/: azure-mgmt-resource-23.4.0 metadata and description

Homepage Simple index

Microsoft Azure Resource 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
  • author
  • author-email
  • classifier
  • description
  • description-content-type
  • home-page
  • keywords
  • license
  • license-file
  • requires-dist
  • requires-python
  • 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_resource-23.4.0-py3-none-any.whl
Size
4 MB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Resource 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-resource
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.resource import ResourceManagementClient
import os

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

23.4.0 (2025-05-19)

Features Added

23.3.0 (2025-02-24)

Features Added

23.2.0 (2024-10-24)

Features Added

23.1.1 (2024-05-08)

Other Changes

23.1.0 (2024-05-06)

Features Added

23.1.0b2 (2023-06-16)

Breaking Changes

23.1.0b1 (2023-05-19)

Features Added

23.0.1 (2023-05-17)

Other Changes

23.0.0 (2023-03-27)

Features Added

Breaking Changes

23.0.0b1 (2023-02-22)

Features Added

Breaking Changes

22.1.0b1 (2023-02-16)

Other Changes

22.0.0 (2022-12-15)

Breaking Changes

21.2.1 (2022-10-20)

Bugs Fixed

21.2.0 (2022-10-10)

Features Added

21.1.0 (2022-05-05)

Features

21.1.0b1 (2022-04-19)

Features

Fixes

21.0.0 (2022-03-22)

Features

Breaking changes

20.1.0 (2022-01-25)

Features

20.0.0 (2021-09-03)

Features

Breaking changes

19.0.0 (2021-07-19)

Breaking changes

18.1.0 (2021-07-13)

Features

18.0.0 (2021-05-19)

Breaking changes

17.0.0 (2021-05-13)

Features

Breaking changes

16.1.0 (2021-04-16)

Features

16.0.0 (2021-02-26)

Features

Breaking changes

15.0.0 (2020-09-17)

Features

15.0.0b1 (2020-06-17)

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

10.0.0 (2020-06-02)

Features

Breaking changes

9.0.0 (2020-03-31)

Features

Breaking changes

8.0.1 (2020-02-04)

Bugfixes

8.0.0 (2020-01-24)

Features

Breaking changes

7.0.0 (2019-12-07)

Features

Breaking changes

6.0.0 (2019-11-01)

Features

Breaking changes

5.1.0 (2019-10-04)

Features

5.0.0 (2019-09-22)

Features

Breaking changes

4.0.0 (2019-09-03)

Features

Breaking changes

3.1.0 (2019-07-20)

Features

3.0.0 (2019-06-13)

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.

The following applies for all client and namespaces, we take ResourceManagementClient and "resources" as example: - ResourceManagementClient cannot be imported from azure.mgmt.resource.resources.v20xx_yy_zz.resource_management_client anymore (import from azure.mgmt.resource.resources.v20xx_yy_zz works like before) - ResourceManagementClientConfiguration import has been moved from azure.mgmt.resource.resources.v20xx_yy_zz.resource_management_client to azure.mgmt.resource.resources.v20xx_yy_zz - A model MyClass from a "models" sub-module cannot be imported anymore using azure.mgmt.resource.resources.v20xx_yy_zz.models.my_class (import from azure.mgmt.resource.resources.v20xx_yy_zz.models works like before) - An operation class MyClassOperations from an operations sub-module cannot be imported anymore using azure.mgmt.resource.resources.v20xx_yy_zz.operations.my_class_operations (import from azure.mgmt.resource.resources.v20xx_yy_zz.operations works like before)

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.

2.2.0 (2019-05-23)

Features on Subscriptions

Features on Locks

2.1.0 (2019-02-01)

Features on Policy

2.0.0 (2018-07-20)

Features

2.0.0rc2 (2018-06-13)

Features on Policy

Features on Resources

Breaking changes on Resources

Common features

2.0.0rc1 (2018-04-23)

General Breaking changes

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

Features

Bugfixes

1.2.2 (2017-10-17)

Bug fixes

1.2.1 (2017-10-06)

Bugfixes

1.2.0 (2017-10-05)

Features

Bug fixes

Breaking changes to preview clients

Disclaimer

1.1.0 (2017-05-15)

1.1.0rc2 (2017-05-12)

1.1.0rc1 (2017-05-08)

1.0.0rc3 (2017-05-04)

Bug fixes

New Resources ApiVersion 2017-05-10

The default is still 2016-09-01 in this package, waiting for the ApiVersion to be widely available.

1.0.0rc2 (2017-05-02)

1.0.0rc1 (2017-04-11)

Bug fixes

Breaking Changes

Features

To help customers with sovereign clouds (not general Azure), this version has official multi ApiVersion support for the following resource type:

The following resource types support one ApiVersion:

0.31.0 (2016-11-10)

Breaking change

0.30.2 (2016-10-20)

Features

0.30.1 (2016-10-17)

Bugfixes

0.30.0 (2016-10-04)

0.20.0 (2015-08-31)