Skip to content

Commit ec49c61

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

31 files changed

+1803
-3038
lines changed

sdk/resourcemanager/connectedcache/armconnectedcache/CHANGELOG.md

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

3+
## 0.2.0 (2025-05-06)
4+
### Breaking Changes
5+
6+
- Enum `CycleType` has been removed
7+
- Function `NewCacheNodesOperationsClient` has been removed
8+
- Function `*CacheNodesOperationsClient.BeginCreateorUpdate` has been removed
9+
- Function `*CacheNodesOperationsClient.Delete` has been removed
10+
- Function `*CacheNodesOperationsClient.Get` has been removed
11+
- Function `*CacheNodesOperationsClient.NewListByResourceGroupPager` has been removed
12+
- Function `*CacheNodesOperationsClient.NewListBySubscriptionPager` has been removed
13+
- Function `*CacheNodesOperationsClient.Update` has been removed
14+
- Function `*ClientFactory.NewCacheNodesOperationsClient` has been removed
15+
- Function `*ClientFactory.NewEnterpriseCustomerOperationsClient` has been removed
16+
- Function `NewEnterpriseCustomerOperationsClient` has been removed
17+
- Function `*EnterpriseCustomerOperationsClient.BeginCreateOrUpdate` has been removed
18+
- Function `*EnterpriseCustomerOperationsClient.Delete` has been removed
19+
- Function `*EnterpriseCustomerOperationsClient.Get` has been removed
20+
- Function `*EnterpriseCustomerOperationsClient.NewListByResourceGroupPager` has been removed
21+
- Function `*EnterpriseCustomerOperationsClient.NewListBySubscriptionPager` has been removed
22+
- Function `*EnterpriseCustomerOperationsClient.Update` has been removed
23+
- Struct `CacheNodeOldResponse` has been removed
24+
- Struct `CacheNodePreviewResource` has been removed
25+
- Struct `CacheNodePreviewResourceListResult` has been removed
26+
- Struct `EnterprisePreviewResource` has been removed
27+
- Struct `EnterprisePreviewResourceListResult` has been removed
28+
- Field `ProxyURL`, `UpdateCycleType` of struct `AdditionalCacheNodeProperties` has been removed
29+
- Field `PeeringDbLastUpdateTime` of struct `AdditionalCustomerProperties` has been removed
30+
31+
### Features Added
32+
33+
- New function `*EnterpriseMccCacheNodesOperationsClient.GetCacheNodeAutoUpdateHistory(context.Context, string, string, string, *EnterpriseMccCacheNodesOperationsClientGetCacheNodeAutoUpdateHistoryOptions) (EnterpriseMccCacheNodesOperationsClientGetCacheNodeAutoUpdateHistoryResponse, error)`
34+
- New function `*EnterpriseMccCacheNodesOperationsClient.GetCacheNodeMccIssueDetailsHistory(context.Context, string, string, string, *EnterpriseMccCacheNodesOperationsClientGetCacheNodeMccIssueDetailsHistoryOptions) (EnterpriseMccCacheNodesOperationsClientGetCacheNodeMccIssueDetailsHistoryResponse, error)`
35+
- New function `*EnterpriseMccCacheNodesOperationsClient.GetCacheNodeTLSCertificateHistory(context.Context, string, string, string, *EnterpriseMccCacheNodesOperationsClientGetCacheNodeTLSCertificateHistoryOptions) (EnterpriseMccCacheNodesOperationsClientGetCacheNodeTLSCertificateHistoryResponse, error)`
36+
- New function `*IspCacheNodesOperationsClient.GetCacheNodeAutoUpdateHistory(context.Context, string, string, string, *IspCacheNodesOperationsClientGetCacheNodeAutoUpdateHistoryOptions) (IspCacheNodesOperationsClientGetCacheNodeAutoUpdateHistoryResponse, error)`
37+
- New function `*IspCacheNodesOperationsClient.GetCacheNodeMccIssueDetailsHistory(context.Context, string, string, string, *IspCacheNodesOperationsClientGetCacheNodeMccIssueDetailsHistoryOptions) (IspCacheNodesOperationsClientGetCacheNodeMccIssueDetailsHistoryResponse, error)`
38+
- New struct `MccCacheNodeAutoUpdateHistory`
39+
- New struct `MccCacheNodeAutoUpdateHistoryProperties`
40+
- New struct `MccCacheNodeAutoUpdateInfo`
41+
- New struct `MccCacheNodeIssueHistory`
42+
- New struct `MccCacheNodeIssueHistoryProperties`
43+
- New struct `MccCacheNodeTLSCertificate`
44+
- New struct `MccCacheNodeTLSCertificateHistory`
45+
- New struct `MccCacheNodeTLSCertificateProperties`
46+
- New struct `MccIssue`
47+
- New field `CreationMethod`, `CurrentTLSCertificate`, `IssuesCount`, `IssuesList`, `LastAutoUpdateInfo`, `TLSStatus` in struct `AdditionalCacheNodeProperties`
48+
- New field `DriveConfiguration`, `ProxyURLConfiguration`, `TLSCertificateProvisioningKey` in struct `CacheNodeInstallProperties`
49+
50+
351
## 0.1.0 (2024-11-20)
452
### Other Changes
553

sdk/resourcemanager/connectedcache/armconnectedcache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ clientFactory, err := armconnectedcache.NewClientFactory(<subscription ID>, cred
5555
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
5656

5757
```go
58-
client := clientFactory.NewCacheNodesOperationsClient()
58+
client := clientFactory.NewEnterpriseMccCacheNodesOperationsClient()
5959
```
6060

6161
## Fakes

sdk/resourcemanager/connectedcache/armconnectedcache/cachenodesoperations_client.go

Lines changed: 0 additions & 426 deletions
This file was deleted.

sdk/resourcemanager/connectedcache/armconnectedcache/cachenodesoperations_client_example_test.go

Lines changed: 0 additions & 394 deletions
This file was deleted.

sdk/resourcemanager/connectedcache/armconnectedcache/client_factory.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/connectedcache/armconnectedcache/constants.go

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)