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
- Python 3.9+ is required to use this package.
- Azure subscription
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_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.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:
- Search Connectedcache 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 (2025-01-13)
Features Added
- Model
ConnectedCacheMgmtClientadded parametercloud_settingin method__init__ - Model
AdditionalCacheNodePropertiesadded propertyissues_list - Model
AdditionalCacheNodePropertiesadded propertyissues_count - Model
AdditionalCacheNodePropertiesadded propertycurrent_tls_certificate - Model
AdditionalCacheNodePropertiesadded propertylast_auto_update_info - Model
AdditionalCacheNodePropertiesadded propertycreation_method - Model
AdditionalCacheNodePropertiesadded propertytls_status - Model
CacheNodeInstallPropertiesadded propertytls_certificate_provisioning_key - Model
CacheNodeInstallPropertiesadded propertydrive_configuration - Model
CacheNodeInstallPropertiesadded propertyproxy_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
EnterpriseMccCacheNodesOperationsOperationsadded methodget_cache_node_auto_update_history - Operation group
EnterpriseMccCacheNodesOperationsOperationsadded methodget_cache_node_mcc_issue_details_history - Operation group
EnterpriseMccCacheNodesOperationsOperationsadded methodget_cache_node_tls_certificate_history - Operation group
IspCacheNodesOperationsOperationsadded methodget_cache_node_auto_update_history - Operation group
IspCacheNodesOperationsOperationsadded methodget_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
AdditionalCacheNodePropertiesdeleted or renamed its instance variableproxy_url - Model
AdditionalCacheNodePropertiesdeleted or renamed its instance variableupdate_cycle_type - Model
AdditionalCustomerPropertiesdeleted or renamed its instance variablepeering_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
Release history Release notifications | RSS feed
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_connectedcache-1.0.0b2.tar.gz.
File metadata
- Download URL: azure_mgmt_connectedcache-1.0.0b2.tar.gz
- Upload date:
- Size: 79.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07774a256c8a3005d125ca1a2eac58d8d6c63d7f8e0f331cd9c9a03e4d4cd321
|
|
| MD5 |
2c0c62558231bec4bc212f9492a68185
|
|
| BLAKE2b-256 |
d3ab2e57261aa6f68afa82812f3a90e8cd76280e57ac0c5b6f31cff451136c21
|
File details
Details for the file azure_mgmt_connectedcache-1.0.0b2-py3-none-any.whl.
File metadata
- Download URL: azure_mgmt_connectedcache-1.0.0b2-py3-none-any.whl
- Upload date:
- Size: 86.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72be3b49a681e15d62f9e8d393cd840cc3e0bc096521aa38f298e29d5e221fb5
|
|
| MD5 |
089a1f1a051f85c759b37427687795df
|
|
| BLAKE2b-256 |
4681b74945f4495f63832e57f711940ca0345ba1b1e06aeec676feb0b175be95
|