Skip to content

Commit 2ae62e5

Browse files
author
SDKAuto
committed
CodeGen from PR 34464 in Azure/azure-rest-api-specs
Merge 3c8ad9b3c65fea060e5c3a0ac42e700ba289f06f into b3dfafdf8ef76a48e56f0e1916f5155993005cab
1 parent 3b2d219 commit 2ae62e5

File tree

78 files changed

+2897
-5054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2897
-5054
lines changed

sdk/connectedcache/azure-mgmt-connectedcache/CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Release History
22

3+
## 1.0.0b2 (2025-05-06)
4+
5+
### Features Added
6+
7+
- Model `AdditionalCacheNodeProperties` added property `issues_list`
8+
- Model `AdditionalCacheNodeProperties` added property `issues_count`
9+
- Model `AdditionalCacheNodeProperties` added property `current_tls_certificate`
10+
- Model `AdditionalCacheNodeProperties` added property `last_auto_update_info`
11+
- Model `AdditionalCacheNodeProperties` added property `creation_method`
12+
- Model `AdditionalCacheNodeProperties` added property `tls_status`
13+
- Model `CacheNodeInstallProperties` added property `tls_certificate_provisioning_key`
14+
- Model `CacheNodeInstallProperties` added property `drive_configuration`
15+
- Model `CacheNodeInstallProperties` added property `proxy_url_configuration`
16+
- Added model `MccCacheNodeAutoUpdateHistory`
17+
- Added model `MccCacheNodeAutoUpdateHistoryProperties`
18+
- Added model `MccCacheNodeAutoUpdateInfo`
19+
- Added model `MccCacheNodeIssueHistory`
20+
- Added model `MccCacheNodeIssueHistoryProperties`
21+
- Added model `MccCacheNodeTlsCertificate`
22+
- Added model `MccCacheNodeTlsCertificateHistory`
23+
- Added model `MccCacheNodeTlsCertificateProperties`
24+
- Added model `MccIssue`
25+
- Model `EnterpriseMccCacheNodesOperationsOperations` added method `get_cache_node_auto_update_history`
26+
- Model `EnterpriseMccCacheNodesOperationsOperations` added method `get_cache_node_mcc_issue_details_history`
27+
- Model `EnterpriseMccCacheNodesOperationsOperations` added method `get_cache_node_tls_certificate_history`
28+
- Model `IspCacheNodesOperationsOperations` added method `get_cache_node_auto_update_history`
29+
- Model `IspCacheNodesOperationsOperations` added method `get_cache_node_mcc_issue_details_history`
30+
- Method `AdditionalCacheNodeProperties.__init__` has a new overload `def __init__(self: None, cache_node_properties_details_issues_list: Optional[List[str]], drive_configuration: Optional[List[_models.CacheNodeDriveConfiguration]], bgp_configuration: Optional[_models.BgpConfiguration], proxy_url_configuration: Optional[_models.ProxyUrlConfiguration], is_proxy_required: Optional[Union[str, _models.ProxyRequired]], os_type: Optional[Union[str, _models.OsType]], auto_update_version: Optional[str], update_info_details: Optional[str], update_requested_date_time: Optional[datetime], creation_method: Optional[int], optional_property1: Optional[str], optional_property2: Optional[str], optional_property3: Optional[str], optional_property4: Optional[str], optional_property5: Optional[str])`
31+
- Method `CacheNodeInstallProperties.__init__` has a new overload `def __init__(self: None, customer_id: Optional[str], cache_node_id: Optional[str], drive_configuration: Optional[List[_models.CacheNodeDriveConfiguration]], proxy_url_configuration: Optional[_models.ProxyUrlConfiguration])`
32+
- Method `Operation.__init__` has a new overload `def __init__(self: None, display: Optional[_models.OperationDisplay])`
33+
- Method `MccCacheNodeAutoUpdateHistory.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]], properties: Optional[_models.MccCacheNodeAutoUpdateHistoryProperties])`
34+
- Method `MccCacheNodeAutoUpdateHistory.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
35+
- Method `MccCacheNodeAutoUpdateHistory.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])`
36+
- Method `MccCacheNodeAutoUpdateHistory.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
37+
- Method `MccCacheNodeAutoUpdateHistoryProperties.__init__` has a new overload `def __init__(self: None, auto_update_history: Optional[List[_models.MccCacheNodeAutoUpdateInfo]])`
38+
- Method `MccCacheNodeAutoUpdateHistoryProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
39+
- Method `MccCacheNodeIssueHistory.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]], properties: Optional[_models.MccCacheNodeIssueHistoryProperties])`
40+
- Method `MccCacheNodeIssueHistory.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
41+
- Method `MccCacheNodeIssueHistory.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])`
42+
- Method `MccCacheNodeIssueHistory.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
43+
- Method `MccCacheNodeIssueHistoryProperties.__init__` has a new overload `def __init__(self: None, mcc_issue_history: Optional[List[_models.MccIssue]])`
44+
- Method `MccCacheNodeIssueHistoryProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
45+
- Method `MccCacheNodeTlsCertificateHistory.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]], properties: Optional[_models.MccCacheNodeTlsCertificateProperties])`
46+
- Method `MccCacheNodeTlsCertificateHistory.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
47+
- Method `MccCacheNodeTlsCertificateHistory.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])`
48+
- Method `MccCacheNodeTlsCertificateHistory.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
49+
- Method `MccCacheNodeTlsCertificateProperties.__init__` has a new overload `def __init__(self: None, tls_certificate_history: Optional[List[_models.MccCacheNodeTlsCertificate]])`
50+
- Method `MccCacheNodeTlsCertificateProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
51+
52+
### Breaking Changes
53+
54+
- Deleted or renamed client operation group `ConnectedCacheMgmtClient.enterprise_customer_operations`
55+
- Deleted or renamed client operation group `ConnectedCacheMgmtClient.cache_nodes_operations`
56+
- Model `AdditionalCacheNodeProperties` deleted or renamed its instance variable `proxy_url`
57+
- Model `AdditionalCacheNodeProperties` deleted or renamed its instance variable `update_cycle_type`
58+
- Model `AdditionalCustomerProperties` deleted or renamed its instance variable `peering_db_last_update_time`
59+
- Deleted or renamed model `CacheNodeOldResponse`
60+
- Deleted or renamed model `CacheNodePreviewResource`
61+
- Deleted or renamed model `CycleType`
62+
- Deleted or renamed model `EnterprisePreviewResource`
63+
- Deleted or renamed model `CacheNodesOperationsOperations`
64+
- Deleted or renamed model `EnterpriseCustomerOperationsOperations`
65+
366
## 1.0.0b1 (2024-11-21)
467

568
### Other Changes

sdk/connectedcache/azure-mgmt-connectedcache/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Connectedcache Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "14f4f6b25fe74f90f4ee74fdac5cd7e05d419245",
2+
"commit": "bd63bf3710616fd0dc1d883b0760899ca7f9babd",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/connectedcache/ConnectedCache.Management",
5-
"@azure-tools/typespec-python": "0.36.4"
5+
"@azure-tools/typespec-python": "0.44.1"
66
}

0 commit comments

Comments
 (0)