Skip to main content

Microsoft Azure Confidential Ledger 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.9+. 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

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-2.0.0b5.tar.gz (58.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-2.0.0b5-py3-none-any.whl (73.7 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_confidentialledger-2.0.0b5.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_confidentialledger-2.0.0b5.tar.gz
Algorithm Hash digest
SHA256 9ba0b13fd2a2fddb684cb1f40a5e40769c3e5c07d57cd1d06c5b05b33946a9b7
MD5 1ba14be7bce46318d6e113e4a26bd7a0
BLAKE2b-256 3bafe2a5d2f3fa5e617f3e6a830a5e4f36c29bd853b64ad4396cb877927fe12e

See more details on using hashes here.

File details

Details for the file azure_mgmt_confidentialledger-2.0.0b5-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_confidentialledger-2.0.0b5-py3-none-any.whl
Algorithm Hash digest
SHA256 901db9194424fd6883df4e0e6feb5931e1985e6c5bdbb8a2f76a61c4d50f36f6
MD5 95719e0eb4cc0f58dea414e3b3222b6c
BLAKE2b-256 24607ed95a980e5adc2c45f1785f0a2e3b40a9d935b4f8854c9aab69eb9579b5

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