Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Microsoft Azure SDK for Python

This is the Microsoft Azure Fabric 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-fabric
pip install azure-identity

Authentication

By default, Microsoft Entra 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.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.1.0b1 (2026-08-07)

Features Added

  • Client FabricMgmtClient added parameter cloud_setting in method __init__
  • Model FabricCapacityProperties added property overage
  • Model FabricCapacityUpdateProperties added property overage
  • Added model CapacityOverageProperties
  • Added enum CapacityOverageState
  • Added model Quota
  • Added model QuotaName
  • Operation group FabricCapacitiesOperations added method list_usages

1.0.0 (2024-10-21)

Other Changes

  • First GA

1.0.0b1 (2024-09-22)

Other Changes

  • Initial version

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.1.0b1.tar.gz (68.7 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_fabric-1.1.0b1-py3-none-any.whl (73.6 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_fabric-1.1.0b1.tar.gz.

File metadata

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

File hashes

Hashes for azure_mgmt_fabric-1.1.0b1.tar.gz
Algorithm Hash digest
SHA256 2dd4674c0fb548d32f3de1fa88c7ed1e2db8cc68ebd5b8ecd962d1d7ac846071
MD5 b04356a6ff3eda0c127c5843a89fba62
BLAKE2b-256 f5990b30f5203f6f926ccd58ebaa1c95507b5350fee23949aa1bc7b73a1dbf5d

See more details on using hashes here.

File details

Details for the file azure_mgmt_fabric-1.1.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_fabric-1.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 5ff2e6f98e3f96e2deec4b94482c8afbd88936f604a7781728691304613780af
MD5 fcc087143e9596bdb0c8676597a7edc7
BLAKE2b-256 c99ea3d5d103d665e27228be7e6a1363d73d36dd3f8fd5b2babc3e192f9827c5

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 Sentry Error logging StatusPage Status page