Skip to main content

Microsoft Azure Changeanalysis Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Change Analysis 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-changeanalysis
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.

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.changeanalysis import AzureChangeAnalysisManagementClient
import os

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

1.0.1 (2026-05-15)

Other Changes

  • Regenerated with latest code generator tool

1.0.0 (2021-04-06)

-GA 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_changeanalysis-1.0.1.tar.gz (37.4 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_changeanalysis-1.0.1-py3-none-any.whl (55.3 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_changeanalysis-1.0.1.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_changeanalysis-1.0.1.tar.gz
Algorithm Hash digest
SHA256 aae64dfe56bafebe06a38da83afafd4155eed5abd914913454c89481130f1069
MD5 aa87761c4219ed970dbf00011174ddf9
BLAKE2b-256 9939e40ba04807188b43fde7b0e06d7a2a4fd7186b593414f4577ab6ab925b32

See more details on using hashes here.

File details

Details for the file azure_mgmt_changeanalysis-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_changeanalysis-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ea7935354bbe8444eb6b0864a145bd6940087d8c24ebeb5697748690b14ba55a
MD5 41ca87385ab9943eae397749373b4f46
BLAKE2b-256 2977c6b3931d98af32c99dc925e83649543b4b2763611a46303b3299097653b5

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