ppc64le/linux/: azure-mgmt-monitor-7.0.0b2 metadata and description

Homepage Simple index

Microsoft Azure Monitor Client Library for Python

author Microsoft Corporation
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • 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_monitor-7.0.0b2-py3-none-any.whl
Size
279 KB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Monitor 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-monitor
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.monitor import MonitorManagementClient
import os

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

7.0.0b2 (2025-06-16)

Features Added

7.0.0b1 (2025-02-08)

Features Added

Breaking Changes

6.0.2 (2023-08-22)

Bugs Fixed

6.0.1 (2023-05-04)

Other Changes

6.0.0 (2023-03-20)

Features Added

Breaking Changes

5.0.1 (2022-09-30)

Bugs Fixed

5.0.0 (2022-09-19)

Features Added

Breaking Changes

4.0.1 (2022-08-02)

Other Change

4.0.0 (2022-08-02)

Features

Breaking changes

3.1.0 (2022-03-16)

Features

3.0.0 (2021-11-05)

Features

Breaking changes

2.0.0 (2020-12-25)

Breaking changes

1.0.1 (2020-09-18)

Bug fix

1.0.0 (2020-09-16)

Features

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

0.10.0 (2020-06-08)

Features

Breaking changes

0.9.0 (2020-04-09)

Features

Breaking changes

0.8.0 (2020-03-14)

Features

Breaking changes

0.7.0 (2019-06-24)

This package now support profiles as parameter for sovereign cloud support

Features

Breaking changes

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes for some 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 client per process.

0.6.0 (2018-03-06)

Features

Breaking changes

0.5.2 (2018-06-06)

Features

0.5.1 (2018-04-16)

Bugfixes

0.5.0 (2017-03-19)

General Breaking changes

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

Bugfixes

Features

New ApiVersion version of metrics to 2018-01-01

0.4.0 (2017-10-25)

Features

Breaking changes

Bug fixes

0.3.0 (2017-06-30)

Features

Breaking changes

0.2.1 (2017-04-26)

0.2.0 (2017-04-19)

0.1.0 (2017-02-16)