Skip to main content

Microsoft Azure Migrationdiscoverysap Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Migrationdiscoverysap Management Client Library. This package has been tested with Python 3.8+. 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-migrationdiscoverysap
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.migrationdiscoverysap import MigrationDiscoverySapMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = MigrationDiscoverySapMgmtClient(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.0b1 (2024-04-07)

  • 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

Built Distribution

File details

Details for the file azure-mgmt-migrationdiscoverysap-1.0.0b1.tar.gz.

File metadata

File hashes

Hashes for azure-mgmt-migrationdiscoverysap-1.0.0b1.tar.gz
Algorithm Hash digest
SHA256 c3c4b21bc4352e3ee72b140154fc63ce3dcd96d6349217d1ba0369f9caf673e9
MD5 7bd361f360f33b2c9c6d078ffcf3b783
BLAKE2b-256 33a59bb0965cb4c1f8cb6d3892194c74b43e503e0e4032bd1e2cc2d8668f9b6c

See more details on using hashes here.

File details

Details for the file azure_mgmt_migrationdiscoverysap-1.0.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_migrationdiscoverysap-1.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 a517ccdab8b26188c2b0eddb102d4d11e5047f3d5c71b51eaf558a342f8124a0
MD5 985e0534e580b089204dcdd6d66cbeff
BLAKE2b-256 5916ae6781775f3a03208d3314e140f8caea190bc378a1d5c244a501b364e475

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