Skip to main content

Microsoft Azure Connectedcache Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Connectedcache 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-connectedcache
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.connectedcache import ConnectedCacheMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ConnectedCacheMgmtClient(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.0b2 (2025-01-13)

Features Added

  • Model ConnectedCacheMgmtClient added parameter cloud_setting in method __init__
  • Model AdditionalCacheNodeProperties added property issues_list
  • Model AdditionalCacheNodeProperties added property issues_count
  • Model AdditionalCacheNodeProperties added property current_tls_certificate
  • Model AdditionalCacheNodeProperties added property last_auto_update_info
  • Model AdditionalCacheNodeProperties added property creation_method
  • Model AdditionalCacheNodeProperties added property tls_status
  • Model CacheNodeInstallProperties added property tls_certificate_provisioning_key
  • Model CacheNodeInstallProperties added property drive_configuration
  • Model CacheNodeInstallProperties added property proxy_url_configuration
  • Added model MccCacheNodeAutoUpdateHistory
  • Added model MccCacheNodeAutoUpdateHistoryProperties
  • Added model MccCacheNodeAutoUpdateInfo
  • Added model MccCacheNodeIssueHistory
  • Added model MccCacheNodeIssueHistoryProperties
  • Added model MccCacheNodeTlsCertificate
  • Added model MccCacheNodeTlsCertificateHistory
  • Added model MccCacheNodeTlsCertificateProperties
  • Added model MccIssue
  • Operation group EnterpriseMccCacheNodesOperationsOperations added method get_cache_node_auto_update_history
  • Operation group EnterpriseMccCacheNodesOperationsOperations added method get_cache_node_mcc_issue_details_history
  • Operation group EnterpriseMccCacheNodesOperationsOperations added method get_cache_node_tls_certificate_history
  • Operation group IspCacheNodesOperationsOperations added method get_cache_node_auto_update_history
  • Operation group IspCacheNodesOperationsOperations added method get_cache_node_mcc_issue_details_history

Breaking Changes

  • Deleted or renamed client operation group ConnectedCacheMgmtClient.enterprise_customer_operations
  • Deleted or renamed client operation group ConnectedCacheMgmtClient.cache_nodes_operations
  • Model AdditionalCacheNodeProperties deleted or renamed its instance variable proxy_url
  • Model AdditionalCacheNodeProperties deleted or renamed its instance variable update_cycle_type
  • Model AdditionalCustomerProperties deleted or renamed its instance variable peering_db_last_update_time
  • Deleted or renamed model CacheNodeOldResponse
  • Deleted or renamed model CacheNodePreviewResource
  • Deleted or renamed model CycleType
  • Deleted or renamed model EnterprisePreviewResource

1.0.0b1 (2024-11-21)

Other Changes

  • Initial version

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_connectedcache-1.0.0b2.tar.gz (79.2 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_connectedcache-1.0.0b2-py3-none-any.whl (86.9 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_connectedcache-1.0.0b2.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_connectedcache-1.0.0b2.tar.gz
Algorithm Hash digest
SHA256 07774a256c8a3005d125ca1a2eac58d8d6c63d7f8e0f331cd9c9a03e4d4cd321
MD5 2c0c62558231bec4bc212f9492a68185
BLAKE2b-256 d3ab2e57261aa6f68afa82812f3a90e8cd76280e57ac0c5b6f31cff451136c21

See more details on using hashes here.

File details

Details for the file azure_mgmt_connectedcache-1.0.0b2-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_connectedcache-1.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 72be3b49a681e15d62f9e8d393cd840cc3e0bc096521aa38f298e29d5e221fb5
MD5 089a1f1a051f85c759b37427687795df
BLAKE2b-256 4681b74945f4495f63832e57f711940ca0345ba1b1e06aeec676feb0b175be95

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