Skip to main content

Microsoft Azure Elastic Management Client Library for Python

Project description

Microsoft Azure SDK for Python

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

Authentication

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

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

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.elastic import MicrosoftElastic
import os

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

Impressions

Release History

1.1.0b2 (2023-04-20)

Features Added

  • Added operation group OrganizationsOperations
  • Model DeploymentInfoResponse has a new parameter deployment_url
  • Model DeploymentInfoResponse has a new parameter marketplace_saas_info
  • Model ElasticMonitorResource has a new parameter generate_api_key

1.1.0b1 (2022-11-08)

Features Added

  • Added operation group AllTrafficFiltersOperations
  • Added operation group AssociateTrafficFilterOperations
  • Added operation group CreateAndAssociateIPFilterOperations
  • Added operation group CreateAndAssociatePLFilterOperations
  • Added operation group DetachAndDeleteTrafficFilterOperations
  • Added operation group DetachTrafficFilterOperations
  • Added operation group ExternalUserOperations
  • Added operation group ListAssociatedTrafficFiltersOperations
  • Added operation group MonitorOperations
  • Added operation group TrafficFiltersOperations
  • Added operation group UpgradableVersionsOperations
  • Model MonitorProperties has a new parameter version

1.0.0 (2021-08-04)

  • GA Release

1.0.0b1 (2021-05-08)

  • Initial Release

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-elastic-1.1.0b2.zip (164.0 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_elastic-1.1.0b2-py3-none-any.whl (155.0 kB view details)

Uploaded Python 3

File details

Details for the file azure-mgmt-elastic-1.1.0b2.zip.

File metadata

  • Download URL: azure-mgmt-elastic-1.1.0b2.zip
  • Upload date:
  • Size: 164.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure-mgmt-elastic-1.1.0b2.zip
Algorithm Hash digest
SHA256 fcb012871029f1be8bd11d388309e0a80bfd2e16a1c355a9141991f8c741b9bc
MD5 ce8a0bcf00831c387feb07eb831b850e
BLAKE2b-256 cbb1c9ae47b75cdf8f3758e65566502978218fc636253e5954b5fb89037a824f

See more details on using hashes here.

File details

Details for the file azure_mgmt_elastic-1.1.0b2-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_elastic-1.1.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 c852e7f99c33c489e95ac44993b2d26966afbc947d45973f192530d49d0f0210
MD5 cdfc33c758d0dd39d99663c285dbb249
BLAKE2b-256 a3c4ce7de5a8037a724569596b23b157d4b3a9f1e8b68e0a7422c283e323d0fe

See more details on using hashes here.

Supported by

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