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
- Python 3.10+ is required to use this package.
- Azure subscription
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_IDfor Azure client ID.AZURE_TENANT_IDfor Azure tenant ID.AZURE_CLIENT_SECRETfor 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:
- Search Fabric Management on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
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.0b2 (2026-09-16)
Breaking Changes
FabricCapacityProperties.overageis now required.
1.1.0b1 (2026-08-07)
Features Added
- Client
FabricMgmtClientadded parametercloud_settingin method__init__ - Model
FabricCapacityPropertiesadded propertyoverage - Model
FabricCapacityUpdatePropertiesadded propertyoverage - Added model
CapacityOverageProperties - Added enum
CapacityOverageState - Added model
Quota - Added model
QuotaName - Operation group
FabricCapacitiesOperationsadded methodlist_usages
1.0.0 (2024-10-21)
Other Changes
- First GA
1.0.0b1 (2024-09-22)
Other Changes
- Initial version
Release files for azure-mgmt-fabric 1.1.0b2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| azure_mgmt_fabric-1.1.0b2.tar.gz | 68.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| azure_mgmt_fabric-1.1.0b2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:142.6 kB
Release files / azure_mgmt_fabric-1.1.0b2.tar.gz
| Download URL | azure_mgmt_fabric-1.1.0b2.tar.gz |
|---|---|
| Size | 68.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9699848ab13297f025d4b7e39660a7b70bbdbd0127f3b8bf811ed68cab564ff6
|
|
BLAKE2b-256 checksum How to use checksums |
4eb72cd5397da13a4a2639ae0a79b64c3a0d35f27e3956f42a7dbbc3355ff9a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
RestSharp/106.13.0.0
|
Release files / azure_mgmt_fabric-1.1.0b2-py3-none-any.whl
| Download URL | azure_mgmt_fabric-1.1.0b2-py3-none-any.whl |
|---|---|
| Size | 73.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6f153fba74b99db46654c3616fd9a08ecf78e93893e54969207c6e816af17286
|
|
BLAKE2b-256 checksum How to use checksums |
37595b8fe278e8dcb7da9932a4d06340fdc2c8b54e8a0a3993372205ba5d40fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
RestSharp/106.13.0.0
|