This release is a pre-release and may not be stable for production use.
Microsoft Azure SDK for Python
This is the Microsoft Azure Horizondb 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-horizondb
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.horizondb import HorizonDBMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = HorizonDBMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Horizondb 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.0.0b2 (2026-08-20)
Features Added
- Client
HorizonDBMgmtClientadded operation grouphorizon_db_administrators - Model
HorizonDbClusteradded propertyidentity - Model
HorizonDbClusterForPatchUpdateadded propertyidentity - Model
HorizonDbClusterPropertiesadded propertyauth_config - Model
HorizonDbClusterPropertiesadded propertycompute_model - Model
HorizonDbClusterPropertiesadded propertymirroring - Model
HorizonDbClusterPropertiesForPatchUpdateadded propertyauth_config - Model
HorizonDbClusterPropertiesForPatchUpdateadded propertycompute_model - Model
HorizonDbClusterPropertiesForPatchUpdateadded propertymirroring - Enum
Stateadded memberSUCCEEDED - Enum
Stateadded memberUPGRADING - Added enum
AuthenticationState - Added model
HorizonDbAdministrator - Added model
HorizonDbAdministratorAdd - Added model
HorizonDbAdministratorProperties - Added model
HorizonDbAdministratorPropertiesForAdd - Added model
HorizonDbClusterAuthConfig - Added model
HorizonDbClusterMirroring - Added model
HorizonDbComputeModel - Added enum
HorizonDbComputeModelType - Added model
ManagedServiceIdentity - Added enum
ManagedServiceIdentityType - Added enum
PrincipalTypes - Added model
UserAssignedIdentity - Operation group
HorizonDbClustersOperationsadded methodbegin_restart - Operation group
HorizonDbClustersOperationsadded methodbegin_start - Operation group
HorizonDbClustersOperationsadded methodbegin_stop - Added operation group
HorizonDbAdministratorsOperations
Breaking Changes
- Deleted or renamed model
OptionalPropertiesUpdateableProperties - Deleted or renamed model
PrivateEndpointConnection - Deleted or renamed model
PrivateEndpointConnectionUpdate - Method
HorizonDbPrivateEndpointConnectionsOperations.begin_deleteinserted apositional_or_keywordparametercluster_name - Renamed method
HorizonDbPrivateEndpointConnectionsOperations.begin_updatetoupdate_status
1.0.0b1 (2026-04-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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_mgmt_horizondb-1.0.0b2.tar.gz.
File metadata
- Download URL: azure_mgmt_horizondb-1.0.0b2.tar.gz
- Upload date:
- Size: 97.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab4ef96fc1c8e91d1a2d88b22d429fea22c90453f75b0e383aebd7b560a91d65
|
|
| MD5 |
4c5f3fd76989217544158db0f15ef684
|
|
| BLAKE2b-256 |
17d65124cfda3fdd2e21fa14fb5989f8d0334e3d03c89574a477ecf5ad8b1820
|
File details
Details for the file azure_mgmt_horizondb-1.0.0b2-py3-none-any.whl.
File metadata
- Download URL: azure_mgmt_horizondb-1.0.0b2-py3-none-any.whl
- Upload date:
- Size: 99.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
728982cd739c470b56afe58e1752fcf9fe7535fd1e43d33b50aa96db1af10470
|
|
| MD5 |
f54a98a2c880c5e1cfc83d5b6af041cc
|
|
| BLAKE2b-256 |
69224bc5997d4721daaa274ffd03a66a8dbf22b6081f79dc0a2e3d7f11d08274
|