Skip to main content

Microsoft Azure Fabric Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Fabric 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-fabric
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.fabric import FabricMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = FabricMgmtClient(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.0 (2024-10-21)

Other Changes

  • First GA

1.0.0b1 (2024-09-22)

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_fabric-1.0.0.tar.gz (55.9 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_fabric-1.0.0-py3-none-any.whl (61.4 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_fabric-1.0.0.tar.gz.

File metadata

  • Download URL: azure_mgmt_fabric-1.0.0.tar.gz
  • Upload date:
  • Size: 55.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure_mgmt_fabric-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1c7c732f905b1a70cc4ef7d97e55da8f4a8880e60070c8243d188554111d8cb5
MD5 1c3f6c0bbcd6d74a220958cc4539bf9f
BLAKE2b-256 eb01b4beba31dd97f885719f381db40f5249895294eb94b59d6248505dd0c270

See more details on using hashes here.

File details

Details for the file azure_mgmt_fabric-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_fabric-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 32802f45d7937a70417c080c9197704369a9b97bb4311eb6d6743595c71dc99c
MD5 34f46c6fdbd49061c0f7db06972c1a84
BLAKE2b-256 d99b9bdef19be405e0c16f8d088e6e7175d41c26b9f152eeb6998c3e33868c2e

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