Skip to main content

Microsoft Azure Selfhelp Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Selfhelp 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-selfhelp
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.selfhelp import SelfHelpMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = SelfHelpMgmtClient(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.0.0b1 (2023-05-17)

  • 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-selfhelp-1.0.0b1.zip (66.6 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_selfhelp-1.0.0b1-py3-none-any.whl (58.5 kB view details)

Uploaded Python 3

File details

Details for the file azure-mgmt-selfhelp-1.0.0b1.zip.

File metadata

  • Download URL: azure-mgmt-selfhelp-1.0.0b1.zip
  • Upload date:
  • Size: 66.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure-mgmt-selfhelp-1.0.0b1.zip
Algorithm Hash digest
SHA256 dcad9efc370e9d959b97b577cc50214342a6506d2ce4f749e1deb2ae577d5d98
MD5 96673b3062e691fd55f9ede75a932492
BLAKE2b-256 6d14e65d1254481a64f48508aba2381b88df384dc8dbb46381202b693b1335a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for azure_mgmt_selfhelp-1.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 54bfbf885fe3723d6efdb935924ddfd4bd352a87f2cc899771cf7bad9c9ccdba
MD5 f19703f9f29a0f8c529a2f8b1d243b5c
BLAKE2b-256 993be7f7e07f0f2e266dd654802b9d7dd4f03fcda519086e7681073b30cac60f

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