Skip to main content

Microsoft Azure Monitorslis Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Monitorslis Management Client Library. This package has been tested with Python 3.10+. 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-monitorslis
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.monitorslis import MonitorSlisMgmtClient

client = MonitorSlisMgmtClient(credential=DefaultAzureCredential())

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

1.0.0b2 (2026-05-23)

Features Added

  • Enum SamplingType added member AVERAGE
  • Enum SamplingType added member COUNT

Breaking Changes

  • Enum value SamplingType.AVG was removed.
  • Enum values SamplingType.MAX, SamplingType.MIN, and SamplingType.SUM changed wire values to "Max", "Min", and "Sum" (previously "max", "min", and "sum").
  • Enum ConditionOperator changed wire values: == to eq, != to ne, > to gt, >= to gte, < to lt, <= to lte, @in to in, !in to notin, !contains to notcontains, and !startswith to notstartswith.
  • Enum WindowUptimeCriteriaComparator changed wire values: > to gt, >= to gte, < to lt, and <= to lte.
  • Minimum Python version raised to 3.10 (previously 3.9); Python 3.9 is no longer supported.

1.0.0b1 (2026-04-27)

Other Changes

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure_mgmt_monitorslis-1.0.0b2.tar.gz (58.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azure_mgmt_monitorslis-1.0.0b2-py3-none-any.whl (64.9 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_monitorslis-1.0.0b2.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_monitorslis-1.0.0b2.tar.gz
Algorithm Hash digest
SHA256 8c83952f28c0ce64933db03f5deb78769b752285f2eed8125ccac5f496c56d73
MD5 fe75a43cb3c1915e87a2b6c057cd3957
BLAKE2b-256 4351df2a3896f568237fbdbc983960ed40adfcf7596df0953ccf337b696b7652

See more details on using hashes here.

File details

Details for the file azure_mgmt_monitorslis-1.0.0b2-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_monitorslis-1.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 1dc6b65a68fbc8ac4bedc438b481734396dc7830b3e11317cc19717d622bc396
MD5 32399f86b2c5e37358199e1631873f4a
BLAKE2b-256 fe74ba1a3477f7452dcc7f6a19fd6f7502e4572b8c0be312b8247ec87780409b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page