Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ com.azure.resourcemanager:azure-resourcemanager-trustedsigning;1.0.0-beta.2;1.0.
com.azure.resourcemanager:azure-resourcemanager-iotoperations;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-containerorchestratorruntime;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-terraform;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-connectedcache;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-connectedcache;1.0.0-beta.2;1.0.0
com.azure.resourcemanager:azure-resourcemanager-neonpostgres;1.0.1;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-pineconevectordb;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-impactreporting;1.0.0-beta.1;1.0.0-beta.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,49 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0 (2026-07-23)

- Azure Resource Manager Connected Cache client library for Java. This package contains Microsoft Azure SDK for Connected Cache Management SDK. Microsoft Connected Cache Rest APIs. Package api-version 2026-06-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

### Breaking Changes
#### `models.MccCacheNodeTlsCertificate` was modified

* `certType()` was added

#### `models.AutoUpdateRingType` was modified

* `STABLE` was added
* `BETA` was added

### Bugs Fixed
#### `models.CacheNodeEntity` was modified

* `bgpNetworkInterface()` was added
* `withOpenFirewallPort80(java.lang.Boolean)` was added
* `openFirewallPort5001()` was added
* `openFirewallPort443()` was added
* `withBgpNetworkInterface(java.lang.String)` was added
* `withOpenFirewallPort5001(java.lang.Boolean)` was added
* `withRuntimeAccountType(java.lang.String)` was added
* `openFirewallPort5000()` was added
* `withOpenFirewallPort443(java.lang.Boolean)` was added
* `withOpenFirewallPort5000(java.lang.Boolean)` was added
* `openFirewallPort80()` was added
* `runtimeAccountType()` was added

#### `models.AdditionalCacheNodeProperties` was modified

### Other Changes
* `containerOsEdition()` was added
* `hostOsVersion()` was added
* `containerOsBuild()` was added
* `containerOsVersion()` was added
* `hostOsEdition()` was added
* `installVersionScript()` was added
* `distroOsEditionWsl()` was added
* `hostOsBuild()` was added
* `appVersionWsl()` was added
* `distroOsVersionWsl()` was added
* `distroOsBuildWsl()` was added
* `installVersionMsix()` was added

## 1.0.0-beta.2 (2025-12-24)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager Connected Cache client library for Java.

This package contains Microsoft Azure SDK for Connected Cache Management SDK. Microsoft Connected Cache Rest Api version 2023-05-01-preview. Package api-version 2024-11-30-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for Connected Cache Management SDK. Microsoft Connected Cache Rest APIs. Package api-version 2026-06-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-connectedcache</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
70 changes: 36 additions & 34 deletions sdk/connectedcache/azure-resourcemanager-connectedcache/SAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import java.util.Map;
*/
public final class EnterpriseMccCacheNodesOperationsCreateOrUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCacheNodesOperations_CreateOrUpdate_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCacheNodesOperations_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Creates an enterpriseMccCacheNode resource - generated by [MaximumSet] rule.
Expand All @@ -92,7 +92,11 @@ public final class EnterpriseMccCacheNodesOperationsCreateOrUpdateSamples {
.withIsEnterpriseManaged(true)
.withCidrCsv(Arrays.asList("nlqlvrthafvvljuupcbcw"))
.withShouldMigrate(true)
.withCidrSelectionType(11))
.withCidrSelectionType(11)
.withOpenFirewallPort80(true)
.withOpenFirewallPort443(false)
.withOpenFirewallPort5000(false)
.withOpenFirewallPort5001(true))
.withAdditionalCacheNodeProperties(new AdditionalCacheNodeProperties()
.withCacheNodePropertiesDetailsIssuesList(Arrays.asList("ennbzfpuszgalzpawmwicaofqcwcj"))
.withDriveConfiguration(
Expand Down Expand Up @@ -136,7 +140,7 @@ public final class EnterpriseMccCacheNodesOperationsCreateOrUpdateSamples {
*/
public final class EnterpriseMccCacheNodesOperationsDeleteSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCacheNodesOperations_Delete_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCacheNodesOperations_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCacheNodesOperations Delete Operation - generated by [MaximumSet] rule.
Expand All @@ -160,7 +164,7 @@ public final class EnterpriseMccCacheNodesOperationsDeleteSamples {
*/
public final class EnterpriseMccCacheNodesOperationsGetSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCacheNodesOperations_Get_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCacheNodesOperations_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Gets enterpriseMccCacheNode resource information of an enterprise mcc customer parent resource -
Expand All @@ -187,7 +191,7 @@ public final class EnterpriseMccCacheNodesOperationsGetSamples {
public final class EnterpriseMccCacheNodesOperationsGetCacheNodeAutoUpdateHistorySamples {
/*
* x-ms-original-file:
* 2024-11-30-preview/EnterpriseMccCacheNodesOperations_GetCacheNodeAutoUpdateHistory_MaximumSet_Gen.json
* 2026-06-01/EnterpriseMccCacheNodesOperations_GetCacheNodeAutoUpdateHistory_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCacheNodesOperations_GetCacheNodeAutoUpdateHistory_MaximumSet.
Expand All @@ -211,8 +215,7 @@ public final class EnterpriseMccCacheNodesOperationsGetCacheNodeAutoUpdateHistor
*/
public final class EnterpriseMccCacheNodesOperationsGetCacheNodeInstallDetailsSamples {
/*
* x-ms-original-file:
* 2024-11-30-preview/EnterpriseMccCacheNodesOperations_GetCacheNodeInstallDetails_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCacheNodesOperations_GetCacheNodeInstallDetails_MaximumSet_Gen.json
*/
/**
* Sample code: Gets required properties for enterprise Mcc CacheNode resource install key details - generated by
Expand All @@ -239,7 +242,7 @@ public final class EnterpriseMccCacheNodesOperationsGetCacheNodeInstallDetailsSa
public final class EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsHistorySamples {
/*
* x-ms-original-file:
* 2024-11-30-preview/EnterpriseMccCacheNodesOperations_GetCacheNodeMccIssueDetailsHistory_MaximumSet_Gen.json
* 2026-06-01/EnterpriseMccCacheNodesOperations_GetCacheNodeMccIssueDetailsHistory_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCacheNodesOperations_GetCacheNodeMccIssueDetailsHistory_MaximumSet.
Expand All @@ -264,7 +267,7 @@ public final class EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsH
public final class EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHistorySamples {
/*
* x-ms-original-file:
* 2024-11-30-preview/EnterpriseMccCacheNodesOperations_GetCacheNodeTlsCertificateHistory_MaximumSet_Gen.json
* 2026-06-01/EnterpriseMccCacheNodesOperations_GetCacheNodeTlsCertificateHistory_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCacheNodesOperations_GetCacheNodeTlsCertificateHistory_MaximumSet.
Expand All @@ -289,7 +292,7 @@ public final class EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHi
public final class EnterpriseMccCacheNodesOperationsListByEnterpriseMccCustomerResourceSamples {
/*
* x-ms-original-file:
* 2024-11-30-preview/EnterpriseMccCacheNodesOperations_ListByEnterpriseMccCustomerResource_MaximumSet_Gen.json
* 2026-06-01/EnterpriseMccCacheNodesOperations_ListByEnterpriseMccCustomerResource_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCacheNodesOperations_ListByEnterpriseMccCustomerResource.
Expand All @@ -316,7 +319,7 @@ import java.util.Map;
*/
public final class EnterpriseMccCacheNodesOperationsUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCacheNodesOperations_Update_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCacheNodesOperations_Update_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCacheNodesOperations Update - generated by [MaximumSet] rule.
Expand Down Expand Up @@ -362,7 +365,7 @@ import java.util.Map;
*/
public final class EnterpriseMccCustomersCreateOrUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCustomers_CreateOrUpdate_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCustomers_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCustomers_CreateOrUpdate.
Expand Down Expand Up @@ -428,7 +431,7 @@ public final class EnterpriseMccCustomersCreateOrUpdateSamples {
*/
public final class EnterpriseMccCustomersDeleteSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCustomers_Delete_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCustomers_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCustomers_Delete.
Expand All @@ -450,7 +453,7 @@ public final class EnterpriseMccCustomersDeleteSamples {
*/
public final class EnterpriseMccCustomersGetByResourceGroupSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCustomers_Get_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCustomers_Get_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCustomers_Get.
Expand All @@ -474,7 +477,7 @@ public final class EnterpriseMccCustomersGetByResourceGroupSamples {
*/
public final class EnterpriseMccCustomersListSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCustomers_ListBySubscription_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCustomers_ListBySubscription_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCustomers_ListBySubscription.
Expand All @@ -496,7 +499,7 @@ public final class EnterpriseMccCustomersListSamples {
*/
public final class EnterpriseMccCustomersListByResourceGroupSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCustomers_ListByResourceGroup_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCustomers_ListByResourceGroup_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCustomers_ListByResourceGroup.
Expand All @@ -522,7 +525,7 @@ import java.util.Map;
*/
public final class EnterpriseMccCustomersUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/EnterpriseMccCustomers_Update_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/EnterpriseMccCustomers_Update_MaximumSet_Gen.json
*/
/**
* Sample code: EnterpriseMccCustomers_Update.
Expand Down Expand Up @@ -570,7 +573,7 @@ import java.util.Map;
*/
public final class IspCacheNodesOperationsCreateOrUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_CreateOrUpdate_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodesOperations_CreateOrUpdate.
Expand Down Expand Up @@ -640,7 +643,7 @@ public final class IspCacheNodesOperationsCreateOrUpdateSamples {
*/
public final class IspCacheNodesOperationsDeleteSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_Delete_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodes delete Operation - generated by [MaximumSet] rule.
Expand All @@ -665,7 +668,7 @@ public final class IspCacheNodesOperationsDeleteSamples {
*/
public final class IspCacheNodesOperationsGetSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_Get_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_Get_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodes Get resource - generated by [MaximumSet] rule.
Expand All @@ -690,7 +693,7 @@ public final class IspCacheNodesOperationsGetSamples {
*/
public final class IspCacheNodesOperationsGetBgpCidrsSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_GetBgpCidrs_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_GetBgpCidrs_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodes resource BgpCidrs details - generated by [MaximumSet] rule.
Expand All @@ -714,7 +717,7 @@ public final class IspCacheNodesOperationsGetBgpCidrsSamples {
*/
public final class IspCacheNodesOperationsGetCacheNodeAutoUpdateHistorySamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_GetCacheNodeAutoUpdateHistory_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_GetCacheNodeAutoUpdateHistory_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodesOperations_GetCacheNodeAutoUpdateHistory_MaximumSet.
Expand All @@ -738,7 +741,7 @@ public final class IspCacheNodesOperationsGetCacheNodeAutoUpdateHistorySamples {
*/
public final class IspCacheNodesOperationsGetCacheNodeInstallDetailsSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_GetCacheNodeInstallDetails_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_GetCacheNodeInstallDetails_MaximumSet_Gen.json
*/
/**
* Sample code: ispCacheNode resource get install details - generated by [MaximumSet] rule.
Expand All @@ -762,8 +765,7 @@ public final class IspCacheNodesOperationsGetCacheNodeInstallDetailsSamples {
*/
public final class IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistorySamples {
/*
* x-ms-original-file:
* 2024-11-30-preview/IspCacheNodesOperations_GetCacheNodeMccIssueDetailsHistory_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_GetCacheNodeMccIssueDetailsHistory_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodesOperations_GetCacheNodeMccIssueDetailsHistory_MaximumSet.
Expand All @@ -787,7 +789,7 @@ public final class IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistorySamp
*/
public final class IspCacheNodesOperationsListByIspCustomerResourceSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_ListByIspCustomerResource_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_ListByIspCustomerResource_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodesOperations_ListByIspCustomerResource.
Expand All @@ -814,7 +816,7 @@ import java.util.Map;
*/
public final class IspCacheNodesOperationsUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCacheNodesOperations_Update_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCacheNodesOperations_Update_MaximumSet_Gen.json
*/
/**
* Sample code: IspCacheNodesOperations_Update.
Expand Down Expand Up @@ -859,7 +861,7 @@ import java.util.Map;
*/
public final class IspCustomersCreateOrUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCustomers_CreateOrUpdate_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCustomers_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: ispCustomer CreateOrUpdate - generated by [MaximumSet] rule.
Expand Down Expand Up @@ -925,7 +927,7 @@ public final class IspCustomersCreateOrUpdateSamples {
*/
public final class IspCustomersDeleteSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCustomers_Delete_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCustomers_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: IspCustomers Delete - generated by [MaximumSet] rule.
Expand All @@ -949,7 +951,7 @@ public final class IspCustomersDeleteSamples {
*/
public final class IspCustomersGetByResourceGroupSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCustomers_Get_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCustomers_Get_MaximumSet_Gen.json
*/
/**
* Sample code: IspCustomers Get - generated by [MaximumSet] rule.
Expand All @@ -973,7 +975,7 @@ public final class IspCustomersGetByResourceGroupSamples {
*/
public final class IspCustomersListSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCustomers_ListBySubscription_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCustomers_ListBySubscription_MaximumSet_Gen.json
*/
/**
* Sample code: ispCustomer List by Subscription - generated by [MaximumSet] rule.
Expand All @@ -995,7 +997,7 @@ public final class IspCustomersListSamples {
*/
public final class IspCustomersListByResourceGroupSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCustomers_ListByResourceGroup_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCustomers_ListByResourceGroup_MaximumSet_Gen.json
*/
/**
* Sample code: IspCustomers resource List by Resource group - generated by [MaximumSet] rule.
Expand All @@ -1021,7 +1023,7 @@ import java.util.Map;
*/
public final class IspCustomersUpdateSamples {
/*
* x-ms-original-file: 2024-11-30-preview/IspCustomers_Update_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/IspCustomers_Update_MaximumSet_Gen.json
*/
/**
* Sample code: ispCustomer Update details - generated by [MaximumSet] rule.
Expand Down Expand Up @@ -1058,7 +1060,7 @@ public final class IspCustomersUpdateSamples {
*/
public final class OperationsListSamples {
/*
* x-ms-original-file: 2024-11-30-preview/Operations_List_MaximumSet_Gen.json
* x-ms-original-file: 2026-06-01/Operations_List_MaximumSet_Gen.json
*/
/**
* Sample code: List the operations for the provider - generated by [MaximumSet] rule.
Expand Down
Loading
Loading