Skip to main content

Microsoft Azure Confidentialledger Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Confidential Ledger 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-confidentialledger
pip install azure-identity

Authentication

By default, Azure Active Directory 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.confidentialledger import ConfidentialLedger
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ConfidentialLedger(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.1 (2026-05-07)

Other Changes

  • Regenerated code with latest code generator tool

2.0.0b5 (2025-05-19)

Features Added

  • Model LedgerProperties added property host_level
  • Model LedgerProperties added property max_body_size_in_mb
  • Model LedgerProperties added property subject_name
  • Model LedgerProperties added property node_count
  • Model LedgerProperties added property write_lb_address_prefix
  • Model LedgerProperties added property worker_threads
  • Model LedgerProperties added property enclave_platform
  • Model LedgerProperties added property application_type
  • Model ManagedCCFProperties added property enclave_platform
  • Added enum ApplicationType
  • Added enum EnclavePlatform

2.0.0b4 (2024-04-22)

Features Added

  • Added operation LedgerOperations.begin_backup
  • Added operation LedgerOperations.begin_restore
  • Added operation ManagedCCFOperations.begin_backup
  • Added operation ManagedCCFOperations.begin_restore
  • Model LedgerProperties has a new parameter ledger_sku
  • Model ManagedCCFProperties has a new parameter running_state

2.0.0b3 (2023-05-17)

Other Changes

  • Added samples

2.0.0b2 (2023-04-20)

Features Added

  • Added operation group ManagedCCFOperations
  • Model LedgerProperties has a new parameter running_state

Breaking Changes

  • Model LedgerProperties no longer has parameter ledger_storage_account
  • Parameter location of model ConfidentialLedger is now required

2.0.0b1 (2022-11-25)

Features Added

  • Model LedgerProperties has a new parameter ledger_storage_account

Breaking Changes

  • Removed operation group ConfidentialLedgerOperationsMixin

1.0.0 (2022-05-30)

Features

  • Added operation group ConfidentialLedgerOperationsMixin

Breaking changes

  • Model LedgerProperties no longer has parameter ledger_storage_account

1.0.0b1 (2021-04-28)

  • 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_confidentialledger-1.0.1.tar.gz (47.9 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_confidentialledger-1.0.1-py3-none-any.whl (60.4 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_confidentialledger-1.0.1.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_confidentialledger-1.0.1.tar.gz
Algorithm Hash digest
SHA256 9b97b75da59bb722998691ec34228a086909989b13f24b0eff1135d258bde2df
MD5 4dbd86363cf46d25e8790feadaeacac0
BLAKE2b-256 f1afb1dcc96baccf5b9a1b1ddf120719edb57da0d14f7a72af61d4c942fa5a5c

See more details on using hashes here.

File details

Details for the file azure_mgmt_confidentialledger-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_confidentialledger-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b353db1ecbcb4402c8573f4f28b587d59969306d0168408cba02954adee27333
MD5 7fb5045c107625c07d6aa854ded2c2a0
BLAKE2b-256 c1948c2302fd6941284f74c6f6fe69fd54b1bfa8f58a3009d0d73621aef0f335

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