diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 2cdeca1b88f1..7395cf3ae61c 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -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 diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/CHANGELOG.md b/sdk/connectedcache/azure-resourcemanager-connectedcache/CHANGELOG.md index 7f2df103ce46..7d3a2fb6b648 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/CHANGELOG.md +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/CHANGELOG.md @@ -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) diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/README.md b/sdk/connectedcache/azure-resourcemanager-connectedcache/README.md index b8650e706ac3..0e8079b68519 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/README.md +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/README.md @@ -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 @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-connectedcache - 1.0.0-beta.2 + 1.0.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/SAMPLE.md b/sdk/connectedcache/azure-resourcemanager-connectedcache/SAMPLE.md index 4187c4352f2c..25a4373c5f5e 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/SAMPLE.md +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/SAMPLE.md @@ -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. @@ -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( @@ -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. @@ -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 - @@ -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. @@ -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 @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/pom.xml b/sdk/connectedcache/azure-resourcemanager-connectedcache/pom.xml index 1835ecb16b57..1406e361ad70 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/pom.xml +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/pom.xml @@ -3,7 +3,7 @@ ~ Licensed under the MIT License. ~ Code generated by Microsoft (R) TypeSpec Code Generator. --> - + 4.0.0 com.azure @@ -14,11 +14,11 @@ com.azure.resourcemanager azure-resourcemanager-connectedcache - 1.0.0-beta.3 + 1.0.0 jar Microsoft Azure SDK for Connected Cache Management - This package contains Microsoft Azure SDK for Connected Cache Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft Connected Cache Rest Api version 2023-05-01-preview. Package api-version 2024-11-30-preview. + This package contains Microsoft Azure SDK for Connected Cache Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft Connected Cache Rest APIs. Package api-version 2026-06-01. https://github.com/Azure/azure-sdk-for-java @@ -45,7 +45,7 @@ UTF-8 0 0 - true + false diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/ConnectedCacheManager.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/ConnectedCacheManager.java index f7b9f2b44f12..5698060f9271 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/ConnectedCacheManager.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/ConnectedCacheManager.java @@ -46,7 +46,7 @@ /** * Entry point to ConnectedCacheManager. - * Microsoft Connected Cache Rest Api version 2023-05-01-preview. + * Microsoft Connected Cache Rest APIs. */ public final class ConnectedCacheManager { private Operations operations; diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/models/package-info.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/models/package-info.java index 1c4f3b89ec14..8daf554b20e8 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/models/package-info.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/models/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the inner data models for ConnectedCache. - * Microsoft Connected Cache Rest Api version 2023-05-01-preview. + * Microsoft Connected Cache Rest APIs. */ package com.azure.resourcemanager.connectedcache.fluent.models; diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/package-info.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/package-info.java index 1eb63235e20a..95cdf9f75775 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/package-info.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/fluent/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the service clients for ConnectedCache. - * Microsoft Connected Cache Rest Api version 2023-05-01-preview. + * Microsoft Connected Cache Rest APIs. */ package com.azure.resourcemanager.connectedcache.fluent; diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/ConnectedCacheManagementClientImpl.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/ConnectedCacheManagementClientImpl.java index fe3a42c29376..d4785731ef16 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/ConnectedCacheManagementClientImpl.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/ConnectedCacheManagementClientImpl.java @@ -217,7 +217,7 @@ public EnterpriseMccCacheNodesOperationsClient getEnterpriseMccCacheNodesOperati this.defaultPollInterval = defaultPollInterval; this.endpoint = endpoint; this.subscriptionId = subscriptionId; - this.apiVersion = "2024-11-30-preview"; + this.apiVersion = "2026-06-01"; this.operations = new OperationsClientImpl(this); this.ispCustomers = new IspCustomersClientImpl(this); this.ispCacheNodesOperations = new IspCacheNodesOperationsClientImpl(this); diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/package-info.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/package-info.java index 93112f295fae..58a1f9b291b2 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/package-info.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/implementation/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the implementations for ConnectedCache. - * Microsoft Connected Cache Rest Api version 2023-05-01-preview. + * Microsoft Connected Cache Rest APIs. */ package com.azure.resourcemanager.connectedcache.implementation; diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/AdditionalCacheNodeProperties.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/AdditionalCacheNodeProperties.java index c8c44923d3f0..fd0c77af5e9b 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/AdditionalCacheNodeProperties.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/AdditionalCacheNodeProperties.java @@ -171,6 +171,67 @@ public final class AdditionalCacheNodeProperties implements JsonSerializable */ private OffsetDateTime cidrCsvLastUpdateTime; + /* + * Cache node resource Bgp network interface. + */ + private String bgpNetworkInterface; + /* * Cache node resource last Bgp Cidr Csv update timestamp */ @@ -260,7 +265,7 @@ public final class CacheNodeEntity implements JsonSerializable private String fullyQualifiedDomainName; /* - * Auto Update Ring Type which is slow or fast etc. + * Auto Update Ring Type which is stable or beta as new values. slow or fast are legacy from version 2026-06-01. */ private AutoUpdateRingType autoUpdateRingType; @@ -281,6 +286,31 @@ public final class CacheNodeEntity implements JsonSerializable */ private String autoUpdateRequestedTime; + /* + * Cache node port firewall rule creation opt-in for port 80 property + */ + private Boolean openFirewallPort80; + + /* + * Cache node port firewall rule creation opt-in for port 443 property + */ + private Boolean openFirewallPort443; + + /* + * Cache node port firewall rule creation opt-in for port 5000 property + */ + private Boolean openFirewallPort5000; + + /* + * Cache node port firewall rule creation opt-in for port 5001 property + */ + private Boolean openFirewallPort5001; + + /* + * Connected Cache runtime account type + */ + private String runtimeAccountType; + /** * Creates an instance of CacheNodeEntity class. */ @@ -626,6 +656,26 @@ public OffsetDateTime cidrCsvLastUpdateTime() { return this.cidrCsvLastUpdateTime; } + /** + * Get the bgpNetworkInterface property: Cache node resource Bgp network interface. + * + * @return the bgpNetworkInterface value. + */ + public String bgpNetworkInterface() { + return this.bgpNetworkInterface; + } + + /** + * Set the bgpNetworkInterface property: Cache node resource Bgp network interface. + * + * @param bgpNetworkInterface the bgpNetworkInterface value to set. + * @return the CacheNodeEntity object itself. + */ + public CacheNodeEntity withBgpNetworkInterface(String bgpNetworkInterface) { + this.bgpNetworkInterface = bgpNetworkInterface; + return this; + } + /** * Get the bgpCidrCsvLastUpdateTime property: Cache node resource last Bgp Cidr Csv update timestamp. * @@ -878,7 +928,8 @@ public CacheNodeEntity withFullyQualifiedDomainName(String fullyQualifiedDomainN } /** - * Get the autoUpdateRingType property: Auto Update Ring Type which is slow or fast etc. + * Get the autoUpdateRingType property: Auto Update Ring Type which is stable or beta as new values. slow or fast + * are legacy from version 2026-06-01. * * @return the autoUpdateRingType value. */ @@ -887,7 +938,8 @@ public AutoUpdateRingType autoUpdateRingType() { } /** - * Set the autoUpdateRingType property: Auto Update Ring Type which is slow or fast etc. + * Set the autoUpdateRingType property: Auto Update Ring Type which is stable or beta as new values. slow or fast + * are legacy from version 2026-06-01. * * @param autoUpdateRingType the autoUpdateRingType value to set. * @return the CacheNodeEntity object itself. @@ -963,6 +1015,106 @@ public CacheNodeEntity withAutoUpdateRequestedTime(String autoUpdateRequestedTim return this; } + /** + * Get the openFirewallPort80 property: Cache node port firewall rule creation opt-in for port 80 property. + * + * @return the openFirewallPort80 value. + */ + public Boolean openFirewallPort80() { + return this.openFirewallPort80; + } + + /** + * Set the openFirewallPort80 property: Cache node port firewall rule creation opt-in for port 80 property. + * + * @param openFirewallPort80 the openFirewallPort80 value to set. + * @return the CacheNodeEntity object itself. + */ + public CacheNodeEntity withOpenFirewallPort80(Boolean openFirewallPort80) { + this.openFirewallPort80 = openFirewallPort80; + return this; + } + + /** + * Get the openFirewallPort443 property: Cache node port firewall rule creation opt-in for port 443 property. + * + * @return the openFirewallPort443 value. + */ + public Boolean openFirewallPort443() { + return this.openFirewallPort443; + } + + /** + * Set the openFirewallPort443 property: Cache node port firewall rule creation opt-in for port 443 property. + * + * @param openFirewallPort443 the openFirewallPort443 value to set. + * @return the CacheNodeEntity object itself. + */ + public CacheNodeEntity withOpenFirewallPort443(Boolean openFirewallPort443) { + this.openFirewallPort443 = openFirewallPort443; + return this; + } + + /** + * Get the openFirewallPort5000 property: Cache node port firewall rule creation opt-in for port 5000 property. + * + * @return the openFirewallPort5000 value. + */ + public Boolean openFirewallPort5000() { + return this.openFirewallPort5000; + } + + /** + * Set the openFirewallPort5000 property: Cache node port firewall rule creation opt-in for port 5000 property. + * + * @param openFirewallPort5000 the openFirewallPort5000 value to set. + * @return the CacheNodeEntity object itself. + */ + public CacheNodeEntity withOpenFirewallPort5000(Boolean openFirewallPort5000) { + this.openFirewallPort5000 = openFirewallPort5000; + return this; + } + + /** + * Get the openFirewallPort5001 property: Cache node port firewall rule creation opt-in for port 5001 property. + * + * @return the openFirewallPort5001 value. + */ + public Boolean openFirewallPort5001() { + return this.openFirewallPort5001; + } + + /** + * Set the openFirewallPort5001 property: Cache node port firewall rule creation opt-in for port 5001 property. + * + * @param openFirewallPort5001 the openFirewallPort5001 value to set. + * @return the CacheNodeEntity object itself. + */ + public CacheNodeEntity withOpenFirewallPort5001(Boolean openFirewallPort5001) { + this.openFirewallPort5001 = openFirewallPort5001; + return this; + } + + /** + * Get the runtimeAccountType property: Connected Cache runtime account type. + * + * @return the runtimeAccountType value. + */ + public String runtimeAccountType() { + return this.runtimeAccountType; + } + + /** + * Set the runtimeAccountType property: Connected Cache runtime account type. + * + * @param runtimeAccountType the runtimeAccountType value to set. + * @return the CacheNodeEntity object itself. + */ + public CacheNodeEntity withRuntimeAccountType(String runtimeAccountType) { + this.runtimeAccountType = runtimeAccountType; + return this; + } + /** * {@inheritDoc} */ @@ -980,6 +1132,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeNumberField("maxAllowableEgressInMbps", this.maxAllowableEgressInMbps); jsonWriter.writeBooleanField("isEnterpriseManaged", this.isEnterpriseManaged); jsonWriter.writeArrayField("cidrCsv", this.cidrCsv, (writer, element) -> writer.writeString(element)); + jsonWriter.writeStringField("bgpNetworkInterface", this.bgpNetworkInterface); jsonWriter.writeBooleanField("shouldMigrate", this.shouldMigrate); jsonWriter.writeNumberField("cidrSelectionType", this.cidrSelectionType); jsonWriter.writeStringField("fullyQualifiedDomainName", this.fullyQualifiedDomainName); @@ -988,6 +1141,11 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeNumberField("autoUpdateRequestedWeek", this.autoUpdateRequestedWeek); jsonWriter.writeNumberField("autoUpdateRequestedDay", this.autoUpdateRequestedDay); jsonWriter.writeStringField("autoUpdateRequestedTime", this.autoUpdateRequestedTime); + jsonWriter.writeBooleanField("openFirewallPort80", this.openFirewallPort80); + jsonWriter.writeBooleanField("openFirewallPort443", this.openFirewallPort443); + jsonWriter.writeBooleanField("openFirewallPort5000", this.openFirewallPort5000); + jsonWriter.writeBooleanField("openFirewallPort5001", this.openFirewallPort5001); + jsonWriter.writeStringField("runtimeAccountType", this.runtimeAccountType); return jsonWriter.writeEndObject(); } @@ -1058,6 +1216,8 @@ public static CacheNodeEntity fromJson(JsonReader jsonReader) throws IOException } else if ("cidrCsvLastUpdateTime".equals(fieldName)) { deserializedCacheNodeEntity.cidrCsvLastUpdateTime = reader .getNullable(nonNullReader -> CoreUtils.parseBestOffsetDateTime(nonNullReader.getString())); + } else if ("bgpNetworkInterface".equals(fieldName)) { + deserializedCacheNodeEntity.bgpNetworkInterface = reader.getString(); } else if ("bgpCidrCsvLastUpdateTime".equals(fieldName)) { deserializedCacheNodeEntity.bgpCidrCsvLastUpdateTime = reader .getNullable(nonNullReader -> CoreUtils.parseBestOffsetDateTime(nonNullReader.getString())); @@ -1117,6 +1277,16 @@ public static CacheNodeEntity fromJson(JsonReader jsonReader) throws IOException deserializedCacheNodeEntity.autoUpdateRequestedDay = reader.getNullable(JsonReader::getInt); } else if ("autoUpdateRequestedTime".equals(fieldName)) { deserializedCacheNodeEntity.autoUpdateRequestedTime = reader.getString(); + } else if ("openFirewallPort80".equals(fieldName)) { + deserializedCacheNodeEntity.openFirewallPort80 = reader.getNullable(JsonReader::getBoolean); + } else if ("openFirewallPort443".equals(fieldName)) { + deserializedCacheNodeEntity.openFirewallPort443 = reader.getNullable(JsonReader::getBoolean); + } else if ("openFirewallPort5000".equals(fieldName)) { + deserializedCacheNodeEntity.openFirewallPort5000 = reader.getNullable(JsonReader::getBoolean); + } else if ("openFirewallPort5001".equals(fieldName)) { + deserializedCacheNodeEntity.openFirewallPort5001 = reader.getNullable(JsonReader::getBoolean); + } else if ("runtimeAccountType".equals(fieldName)) { + deserializedCacheNodeEntity.runtimeAccountType = reader.getString(); } else { reader.skipChildren(); } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/MccCacheNodeTlsCertificate.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/MccCacheNodeTlsCertificate.java index c3bc2cc88ceb..3548d83551f2 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/MccCacheNodeTlsCertificate.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/main/java/com/azure/resourcemanager/connectedcache/models/MccCacheNodeTlsCertificate.java @@ -28,6 +28,11 @@ public final class MccCacheNodeTlsCertificate implements JsonSerializable Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,10 +31,11 @@ public void testGetCacheNodeAutoUpdateHistoryWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MccCacheNodeAutoUpdateHistory response = manager.enterpriseMccCacheNodesOperations() - .getCacheNodeAutoUpdateHistoryWithResponse("a", "cqusr", "vetnwsdtutn", com.azure.core.util.Context.NONE) + .getCacheNodeAutoUpdateHistoryWithResponse("pdvjdhttzaefedx", "hchrphkmcrjdqn", "dfzpbgtgkylkdg", + com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("ecuijpxtxs", response.location()); - Assertions.assertEquals("rtujwsawddjibab", response.tags().get("vit")); + Assertions.assertEquals("eekpndz", response.location()); + Assertions.assertEquals("mudqmeq", response.tags().get("igpibud")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java index 3e99afeb7c35..2a560bf674cb 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class EnterpriseMccCacheNodesOperationsGetCacheNodeMccIssueDetailsH @Test public void testGetCacheNodeMccIssueDetailsHistoryWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"customerId\":\"lpagzrcx\",\"cacheNodeId\":\"ilcfxwmdboxd\",\"mccIssueHistory\":[{\"mccIssueType\":\"tufqobrjlnacgc\",\"toastString\":\"knh\",\"detailString\":\"izvy\",\"helpLink\":\"rzvul\",\"issueStartDate\":\"2021-02-20T05:38:09Z\",\"issueEndDate\":\"2021-10-17T17:53:02Z\"},{\"mccIssueType\":\"anokqgu\",\"toastString\":\"jqnv\",\"detailString\":\"oylaxxul\",\"helpLink\":\"isdos\",\"issueStartDate\":\"2021-04-13T22:50:17Z\",\"issueEndDate\":\"2021-11-02T19:20:35Z\"},{\"mccIssueType\":\"g\",\"toastString\":\"whryvycytdcl\",\"detailString\":\"ccknfnwmbtmvp\",\"helpLink\":\"jdhttzaefedxi\",\"issueStartDate\":\"2021-09-29T04:01:44Z\",\"issueEndDate\":\"2021-05-03T20:49:03Z\"},{\"mccIssueType\":\"k\",\"toastString\":\"rjdqnsdfzp\",\"detailString\":\"tg\",\"helpLink\":\"lkdghr\",\"issueStartDate\":\"2021-06-21T21:21:50Z\",\"issueEndDate\":\"2021-08-06T06:49:46Z\"}]},\"location\":\"wxezwzhok\",\"tags\":{\"ehgpp\":\"nhhtql\",\"csheafidltugsr\":\"pifhpfeoajvgcxtx\",\"h\":\"smkss\",\"egprhptil\":\"iftxfkf\"},\"id\":\"ucb\",\"name\":\"qtgdqohmcwsl\",\"type\":\"riz\"}"; + = "{\"properties\":{\"customerId\":\"nzlrpiqywncvjt\",\"cacheNodeId\":\"cof\",\"mccIssueHistory\":[{\"mccIssueType\":\"tdhgbjkvrelj\",\"toastString\":\"murvzm\",\"detailString\":\"vuanashcxlp\",\"helpLink\":\"erbdk\",\"issueStartDate\":\"2021-04-11T08:59:31Z\",\"issueEndDate\":\"2021-06-28T18:00:54Z\"}]},\"location\":\"zozsdbccxjmonfdg\",\"tags\":{\"uqj\":\"cypuuwwlt\"},\"id\":\"tzenk\",\"name\":\"if\",\"type\":\"zhmkdasvflyh\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,10 +31,10 @@ public void testGetCacheNodeMccIssueDetailsHistoryWithResponse() throws Exceptio new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MccCacheNodeIssueHistory response = manager.enterpriseMccCacheNodesOperations() - .getCacheNodeMccIssueDetailsHistoryWithResponse("ud", "z", "mes", com.azure.core.util.Context.NONE) + .getCacheNodeMccIssueDetailsHistoryWithResponse("ujrtrhqvwr", "vk", "gnl", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("wxezwzhok", response.location()); - Assertions.assertEquals("nhhtql", response.tags().get("ehgpp")); + Assertions.assertEquals("zozsdbccxjmonfdg", response.location()); + Assertions.assertEquals("cypuuwwlt", response.tags().get("uqj")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHistoryWithResponseMockTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHistoryWithResponseMockTests.java index 04829abeba7f..5bc932609bf9 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHistoryWithResponseMockTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHistoryWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class EnterpriseMccCacheNodesOperationsGetCacheNodeTlsCertificateHi @Test public void testGetCacheNodeTlsCertificateHistoryWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"customerId\":\"nkjpdnjzha\",\"cacheNodeId\":\"ylhjlm\",\"tlsCertificateHistory\":[{\"actionRequired\":\"primr\",\"certificateFileName\":\"pteecjme\",\"thumbprint\":\"ls\",\"expiryDate\":\"2021-03-15T14:52:41Z\",\"notBeforeDate\":\"2021-10-17T18:13:46Z\",\"subject\":\"wxdzaumweoohgu\",\"subjectAltName\":\"uzboyjathw\"}]},\"location\":\"olbaemwmdx\",\"tags\":{\"xveabf\":\"wjscjpah\",\"qcttadijaeukmrsi\":\"xnmwmqtibxyijddt\",\"eqw\":\"ekpndzaapmudq\",\"bu\":\"gp\"},\"id\":\"qwyxebeybpm\",\"name\":\"znrtffyaqit\",\"type\":\"hheioqaqhvseuf\"}"; + = "{\"properties\":{\"customerId\":\"ovvacqpbt\",\"cacheNodeId\":\"dxe\",\"tlsCertificateHistory\":[{\"actionRequired\":\"belawumuaslzkwr\",\"certificateFileName\":\"oycqucwy\",\"certType\":\"hnomdrkywuh\",\"thumbprint\":\"vfuuru\",\"expiryDate\":\"2021-02-19T02:51:01Z\",\"notBeforeDate\":\"2021-04-15T11:42:24Z\",\"subject\":\"wlalniexzsrzp\",\"subjectAltName\":\"pqtybb\"},{\"actionRequired\":\"pgdakchzyvli\",\"certificateFileName\":\"nrkcxkj\",\"certType\":\"nxm\",\"thumbprint\":\"uxswqrntvl\",\"expiryDate\":\"2021-01-20T04:09:54Z\",\"notBeforeDate\":\"2021-02-06T14:09:09Z\",\"subject\":\"texoqqpwc\",\"subjectAltName\":\"ufmhrunc\"},{\"actionRequired\":\"mqspkcdqzhlctdd\",\"certificateFileName\":\"qn\",\"certType\":\"fpch\",\"thumbprint\":\"bnjj\",\"expiryDate\":\"2021-06-20T13:20:36Z\",\"notBeforeDate\":\"2021-05-23T21:17:08Z\",\"subject\":\"dcwboxjum\",\"subjectAltName\":\"qoli\"},{\"actionRequired\":\"raiouaubrjtl\",\"certificateFileName\":\"xfuojrn\",\"certType\":\"flrzpas\",\"thumbprint\":\"biuimzdlyjdfq\",\"expiryDate\":\"2021-06-05T17:26:54Z\",\"notBeforeDate\":\"2021-08-09T15:01:14Z\",\"subject\":\"ufdvruz\",\"subjectAltName\":\"zojhpctfnmd\"}]},\"location\":\"tngfdgugeyzihgr\",\"tags\":{\"absnmfpp\":\"i\"},\"id\":\"ojeevy\",\"name\":\"yhsgz\",\"type\":\"czbgomfgbeg\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testGetCacheNodeTlsCertificateHistoryWithResponse() throws Exception new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MccCacheNodeTlsCertificateHistory response = manager.enterpriseMccCacheNodesOperations() - .getCacheNodeTlsCertificateHistoryWithResponse("tpwb", "a", "llibphbqzmizak", + .getCacheNodeTlsCertificateHistoryWithResponse("xcudchxgsr", "oldforobw", "lvizb", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("olbaemwmdx", response.location()); - Assertions.assertEquals("wjscjpah", response.tags().get("xveabf")); + Assertions.assertEquals("tngfdgugeyzihgr", response.location()); + Assertions.assertEquals("i", response.tags().get("absnmfpp")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetBgpCidrsWithResponseMockTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetBgpCidrsWithResponseMockTests.java index 3aedfc066614..ad403395e4cc 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetBgpCidrsWithResponseMockTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetBgpCidrsWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class IspCacheNodesOperationsGetBgpCidrsWithResponseMockTests { @Test public void testGetBgpCidrsWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"bgpCidrs\":[\"j\",\"lwuenvrkp\"]},\"location\":\"uaibrebqaaysj\",\"tags\":{\"zlwfffiakp\":\"qtnqtt\",\"tmmjihyeozph\":\"pqqmted\"},\"id\":\"wau\",\"name\":\"qncygupkvi\",\"type\":\"mdscwxqupev\"}"; + = "{\"properties\":{\"bgpCidrs\":[\"z\"]},\"location\":\"bycnunvjsrtkf\",\"tags\":{\"ejnt\":\"opqgikyzirtxdyux\",\"dxtqmieoxo\":\"sewgioilqukr\",\"hhavgrvkffovjz\":\"ggufhyaomtb\",\"gjmfxumvfcl\":\"pjbi\"},\"id\":\"yo\",\"name\":\"wxnb\",\"type\":\"fezzxscyhwzdg\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,10 +31,10 @@ public void testGetBgpCidrsWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MccCacheNodeBgpCidrDetails response = manager.ispCacheNodesOperations() - .getBgpCidrsWithResponse("jjoqkagf", "sxtta", "gzxnfaazpxdtnk", com.azure.core.util.Context.NONE) + .getBgpCidrsWithResponse("kgthrrghxjbd", "qxvcxgfrpdsofb", "hrnsvbu", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("uaibrebqaaysj", response.location()); - Assertions.assertEquals("qtnqtt", response.tags().get("zlwfffiakp")); + Assertions.assertEquals("bycnunvjsrtkf", response.location()); + Assertions.assertEquals("opqgikyzirtxdyux", response.tags().get("ejnt")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryWithResponseMockTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryWithResponseMockTests.java index 218b22bfcf66..5053fde4a5c8 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryWithResponseMockTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryWithRespo @Test public void testGetCacheNodeAutoUpdateHistoryWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"customerId\":\"ihwqknfdntwjchr\",\"cacheNodeId\":\"oihxumwctondzjlu\",\"autoUpdateHistory\":[{\"imageUriBeforeUpdate\":\"lwg\",\"imageUriTargeted\":\"tsbwtovvtgse\",\"imageUriTerminal\":\"qfi\",\"autoUpdateRingType\":257068718,\"movedToTerminalStateDateTime\":\"2021-09-27T18:06:02Z\",\"ruleRequestedWeek\":757625911,\"ruleRequestedDay\":2046119653,\"createdDateTimeUtc\":\"2021-08-16T11:52:22Z\",\"updatedRegistryDateTimeUtc\":\"2021-01-02T14:34:14Z\",\"planChangeLogText\":\"twqmsniffcdmqnr\",\"autoUpdateLastAppliedStatus\":678890206,\"autoUpdateLastAppliedStatusText\":\"ijnkrxfrdd\",\"autoUpdateLastAppliedStatusDetailedText\":\"ratiz\",\"planId\":429069097738507709,\"timeToGoLiveDateTime\":\"sxiftozq\",\"ruleRequestedMinute\":\"hftwesgog\",\"ruleRequestedHour\":\"honnxkrlgnyhmos\"},{\"imageUriBeforeUpdate\":\"kkgthr\",\"imageUriTargeted\":\"hxjbdhqxvc\",\"imageUriTerminal\":\"frpdsofbshrns\",\"autoUpdateRingType\":1330323698,\"movedToTerminalStateDateTime\":\"2021-12-07T07:05:16Z\",\"ruleRequestedWeek\":333268682,\"ruleRequestedDay\":1290029311,\"createdDateTimeUtc\":\"2020-12-29T08:45:04Z\",\"updatedRegistryDateTimeUtc\":\"2021-03-19T01:34:54Z\",\"planChangeLogText\":\"unvjsrtkfawnopq\",\"autoUpdateLastAppliedStatus\":610729333,\"autoUpdateLastAppliedStatusText\":\"zirtxdyuxzejntps\",\"autoUpdateLastAppliedStatusDetailedText\":\"gioilqu\",\"planId\":6255358176857067581,\"timeToGoLiveDateTime\":\"tqmieox\",\"ruleRequestedMinute\":\"ggufhyaomtb\",\"ruleRequestedHour\":\"havgrvk\"}]},\"location\":\"ovjzhpjbibgjmfx\",\"tags\":{\"xnbkfezzxscyhwzd\":\"fcluyov\",\"omvzzbtd\":\"irujbz\",\"yujviylwdshfssn\":\"qvpn\",\"rymsgaojfmw\":\"bgye\"},\"id\":\"cotmr\",\"name\":\"hirctymoxoftpipi\",\"type\":\"yczuhxacpq\"}"; + = "{\"properties\":{\"customerId\":\"asdvl\",\"cacheNodeId\":\"wdgzxulucv\",\"autoUpdateHistory\":[{\"imageUriBeforeUpdate\":\"sreuzvxurisjnh\",\"imageUriTargeted\":\"txifqj\",\"imageUriTerminal\":\"xmrhu\",\"autoUpdateRingType\":403382899,\"movedToTerminalStateDateTime\":\"2021-03-16T00:09:33Z\",\"ruleRequestedWeek\":1928242324,\"ruleRequestedDay\":1632941249,\"createdDateTimeUtc\":\"2021-10-26T03:51:19Z\",\"updatedRegistryDateTimeUtc\":\"2021-02-13T12:24:45Z\",\"planChangeLogText\":\"auutpwoqhihe\",\"autoUpdateLastAppliedStatus\":89548348,\"autoUpdateLastAppliedStatusText\":\"zpnfqntcypsxj\",\"autoUpdateLastAppliedStatusDetailedText\":\"oimwkslirc\",\"planId\":3319429564024362130,\"timeToGoLiveDateTime\":\"ydfce\",\"ruleRequestedMinute\":\"vlhv\",\"ruleRequestedHour\":\"dyftumrtwna\"},{\"imageUriBeforeUpdate\":\"slbi\",\"imageUriTargeted\":\"ojgcyzt\",\"imageUriTerminal\":\"mznbaeqphch\",\"autoUpdateRingType\":325411087,\"movedToTerminalStateDateTime\":\"2021-10-09T00:59:13Z\",\"ruleRequestedWeek\":98859103,\"ruleRequestedDay\":995408685,\"createdDateTimeUtc\":\"2021-01-03T13:06:24Z\",\"updatedRegistryDateTimeUtc\":\"2021-10-20T16:41:45Z\",\"planChangeLogText\":\"qgaifmviklbydv\",\"autoUpdateLastAppliedStatus\":172604162,\"autoUpdateLastAppliedStatusText\":\"jdz\",\"autoUpdateLastAppliedStatusDetailedText\":\"cvdsrhnj\",\"planId\":4416106020884010184,\"timeToGoLiveDateTime\":\"tnovqfzgemjdftul\",\"ruleRequestedMinute\":\"tduceamt\",\"ruleRequestedHour\":\"zuo\"},{\"imageUriBeforeUpdate\":\"jw\",\"imageUriTargeted\":\"wqiok\",\"imageUriTerminal\":\"sx\",\"autoUpdateRingType\":2133935833,\"movedToTerminalStateDateTime\":\"2021-03-13T12:37:58Z\",\"ruleRequestedWeek\":198147238,\"ruleRequestedDay\":750225964,\"createdDateTimeUtc\":\"2021-06-06T17:21:37Z\",\"updatedRegistryDateTimeUtc\":\"2021-09-03T19:15:23Z\",\"planChangeLogText\":\"cfzq\",\"autoUpdateLastAppliedStatus\":1842771027,\"autoUpdateLastAppliedStatusText\":\"gtczheydb\",\"autoUpdateLastAppliedStatusDetailedText\":\"shmkxmaehvbbxur\",\"planId\":3755202150997171578,\"timeToGoLiveDateTime\":\"n\",\"ruleRequestedMinute\":\"baxk\",\"ruleRequestedHour\":\"ywrckp\"},{\"imageUriBeforeUpdate\":\"lyhpluodpvruud\",\"imageUriTargeted\":\"zibt\",\"imageUriTerminal\":\"stgktst\",\"autoUpdateRingType\":1986333527,\"movedToTerminalStateDateTime\":\"2021-01-22T11:16:06Z\",\"ruleRequestedWeek\":1393468230,\"ruleRequestedDay\":1260615912,\"createdDateTimeUtc\":\"2021-03-24T08:02:06Z\",\"updatedRegistryDateTimeUtc\":\"2021-12-04T18:07:48Z\",\"planChangeLogText\":\"zlhp\",\"autoUpdateLastAppliedStatus\":751350709,\"autoUpdateLastAppliedStatusText\":\"kdl\",\"autoUpdateLastAppliedStatusDetailedText\":\"qfbumlkxtrqjf\",\"planId\":5506661723605735803,\"timeToGoLiveDateTime\":\"txhwgfws\",\"ruleRequestedMinute\":\"a\",\"ruleRequestedHour\":\"oezbrhubsk\"}]},\"location\":\"dyg\",\"tags\":{\"rfmluiqtq\":\"kkqfqjbvle\",\"yvnqqybaryeuay\":\"fa\",\"bqgzslesjcbhern\":\"kq\"},\"id\":\"tiewdj\",\"name\":\"vbquwr\",\"type\":\"ehwagoh\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,10 +31,11 @@ public void testGetCacheNodeAutoUpdateHistoryWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MccCacheNodeAutoUpdateHistory response = manager.ispCacheNodesOperations() - .getCacheNodeAutoUpdateHistoryWithResponse("ncu", "doiwi", "thtywub", com.azure.core.util.Context.NONE) + .getCacheNodeAutoUpdateHistoryWithResponse("ftpipiwyczu", "xacpqjli", "hyus", + com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("ovjzhpjbibgjmfx", response.location()); - Assertions.assertEquals("fcluyov", response.tags().get("xnbkfezzxscyhwzd")); + Assertions.assertEquals("dyg", response.location()); + Assertions.assertEquals("kkqfqjbvle", response.tags().get("rfmluiqtq")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java index 5a4fd659a302..4d82bab06b39 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryWith @Test public void testGetCacheNodeMccIssueDetailsHistoryWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"customerId\":\"i\",\"cacheNodeId\":\"nhn\",\"mccIssueHistory\":[{\"mccIssueType\":\"fq\",\"toastString\":\"gxmrhublwp\",\"detailString\":\"sutrgjup\",\"helpLink\":\"utpwoqhihejqgw\",\"issueStartDate\":\"2021-03-21T20:16:43Z\",\"issueEndDate\":\"2021-06-25T01:59:21Z\"},{\"mccIssueType\":\"tcypsxjvfoim\",\"toastString\":\"slirciz\",\"detailString\":\"vydfceacvlhvygdy\",\"helpLink\":\"umrtwnawjsl\",\"issueStartDate\":\"2021-11-14T12:50:10Z\",\"issueEndDate\":\"2021-06-28T20:11:56Z\"},{\"mccIssueType\":\"gcyztsfmznbae\",\"toastString\":\"hchqnrnrpx\",\"detailString\":\"uwrykqgaifmvikl\",\"helpLink\":\"dvk\",\"issueStartDate\":\"2021-01-06T00:18:15Z\",\"issueEndDate\":\"2021-04-25T06:44:31Z\"}]},\"location\":\"nxcvds\",\"tags\":{\"fzg\":\"jivolvtnov\",\"jltduceam\":\"mjdftu\",\"ejwcwwqiok\":\"mczuo\"},\"id\":\"ssxmojms\",\"name\":\"p\",\"type\":\"jpr\"}"; + = "{\"properties\":{\"customerId\":\"m\",\"cacheNodeId\":\"pmguaadraufac\",\"mccIssueHistory\":[{\"mccIssueType\":\"zov\",\"toastString\":\"j\",\"detailString\":\"uxxpshne\",\"helpLink\":\"ulfgslqu\",\"issueStartDate\":\"2021-07-12T23:03:26Z\",\"issueEndDate\":\"2021-01-04T01:29:23Z\"},{\"mccIssueType\":\"nrdsutujbazpjuoh\",\"toastString\":\"nyfln\",\"detailString\":\"wmd\",\"helpLink\":\"wpklvxw\",\"issueStartDate\":\"2021-05-16T15:58:14Z\",\"issueEndDate\":\"2021-06-19T17:26:37Z\"},{\"mccIssueType\":\"gpqch\",\"toastString\":\"zepn\",\"detailString\":\"jcrxgibbdaxcon\",\"helpLink\":\"zauorsuk\",\"issueStartDate\":\"2021-02-20T07:01:30Z\",\"issueEndDate\":\"2021-09-20T10:27:45Z\"},{\"mccIssueType\":\"lhlv\",\"toastString\":\"uepzl\",\"detailString\":\"hw\",\"helpLink\":\"oldweyuqdu\",\"issueStartDate\":\"2021-08-14T17:59:55Z\",\"issueEndDate\":\"2021-06-17T06:57:21Z\"}]},\"location\":\"wrbiorkt\",\"tags\":{\"miloxggdufiqndie\":\"wjhhgdnhxmsivf\",\"s\":\"zaofjchvcyy\",\"onmacjekniz\":\"gdotcubiipuipwo\"},\"id\":\"hqvcimpevfgmblr\",\"name\":\"ilbywdxsm\",\"type\":\"ccwr\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testGetCacheNodeMccIssueDetailsHistoryWithResponse() throws Exceptio new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MccCacheNodeIssueHistory response = manager.ispCacheNodesOperations() - .getCacheNodeMccIssueDetailsHistoryWithResponse("lihhyuspskasdvlm", "wdgzxulucv", "amrsreuzv", + .getCacheNodeMccIssueDetailsHistoryWithResponse("uffkmrqemvvh", "xtdr", "futacoebjvewzc", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("nxcvds", response.location()); - Assertions.assertEquals("jivolvtnov", response.tags().get("fzg")); + Assertions.assertEquals("wrbiorkt", response.location()); + Assertions.assertEquals("wjhhgdnhxmsivf", response.tags().get("miloxggdufiqndie")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryInnerTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryInnerTests.java index 6d39c719baa1..3ed55b9b59fc 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryInnerTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryInnerTests.java @@ -12,9 +12,9 @@ public final class MccCacheNodeAutoUpdateHistoryInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeAutoUpdateHistoryInner model = BinaryData.fromString( - "{\"properties\":{\"customerId\":\"togt\",\"cacheNodeId\":\"upqsx\",\"autoUpdateHistory\":[{\"imageUriBeforeUpdate\":\"cykvceo\",\"imageUriTargeted\":\"ilovnot\",\"imageUriTerminal\":\"jfcn\",\"autoUpdateRingType\":197964626,\"movedToTerminalStateDateTime\":\"2021-07-23T19:08:12Z\",\"ruleRequestedWeek\":949474495,\"ruleRequestedDay\":898184523,\"createdDateTimeUtc\":\"2021-11-28T19:08:57Z\",\"updatedRegistryDateTimeUtc\":\"2020-12-23T07:25:08Z\",\"planChangeLogText\":\"ywpnvjt\",\"autoUpdateLastAppliedStatus\":1564311717,\"autoUpdateLastAppliedStatusText\":\"rmclfplphoxu\",\"autoUpdateLastAppliedStatusDetailedText\":\"rpabg\",\"planId\":6796703751467974651,\"timeToGoLiveDateTime\":\"jta\",\"ruleRequestedMinute\":\"ugxywpmueef\",\"ruleRequestedHour\":\"wfqkquj\"},{\"imageUriBeforeUpdate\":\"suyonobglaocq\",\"imageUriTargeted\":\"ccm\",\"imageUriTerminal\":\"udxytlmoyrx\",\"autoUpdateRingType\":2130871697,\"movedToTerminalStateDateTime\":\"2021-07-05T08:36:14Z\",\"ruleRequestedWeek\":397011465,\"ruleRequestedDay\":1705865903,\"createdDateTimeUtc\":\"2021-05-21T05:23:51Z\",\"updatedRegistryDateTimeUtc\":\"2021-01-02T19:09:23Z\",\"planChangeLogText\":\"hl\",\"autoUpdateLastAppliedStatus\":291050041,\"autoUpdateLastAppliedStatusText\":\"hckfrlhrx\",\"autoUpdateLastAppliedStatusDetailedText\":\"kyv\",\"planId\":1245497822937083948,\"timeToGoLiveDateTime\":\"uzbpzkafku\",\"ruleRequestedMinute\":\"crnwbmeh\",\"ruleRequestedHour\":\"eyvjusrtslhspkde\"},{\"imageUriBeforeUpdate\":\"aofmxagkvtme\",\"imageUriTargeted\":\"qkrhahvljua\",\"imageUriTerminal\":\"quhcdhmduala\",\"autoUpdateRingType\":552039222,\"movedToTerminalStateDateTime\":\"2021-05-16T16:57:57Z\",\"ruleRequestedWeek\":792525510,\"ruleRequestedDay\":1087061022,\"createdDateTimeUtc\":\"2021-05-19T03:14:54Z\",\"updatedRegistryDateTimeUtc\":\"2021-02-27T12:21:31Z\",\"planChangeLogText\":\"gvxp\",\"autoUpdateLastAppliedStatus\":1879031505,\"autoUpdateLastAppliedStatusText\":\"zlfmisgwbnbbeld\",\"autoUpdateLastAppliedStatusDetailedText\":\"k\",\"planId\":2514005563573922649,\"timeToGoLiveDateTime\":\"ourqhakau\",\"ruleRequestedMinute\":\"shsfwxosowzxcu\",\"ruleRequestedHour\":\"cjooxdjebwpucwwf\"},{\"imageUriBeforeUpdate\":\"vbvmeu\",\"imageUriTargeted\":\"ivyhzceuojgjrwju\",\"imageUriTerminal\":\"otwmcdyt\",\"autoUpdateRingType\":663876246,\"movedToTerminalStateDateTime\":\"2021-01-14T13:52:52Z\",\"ruleRequestedWeek\":207982498,\"ruleRequestedDay\":1725876914,\"createdDateTimeUtc\":\"2021-07-17T08:49:22Z\",\"updatedRegistryDateTimeUtc\":\"2021-05-01T01:26:28Z\",\"planChangeLogText\":\"gxhnisk\",\"autoUpdateLastAppliedStatus\":1319341047,\"autoUpdateLastAppliedStatusText\":\"py\",\"autoUpdateLastAppliedStatusDetailedText\":\"klwndnhjdauwhv\",\"planId\":8550144632866513257,\"timeToGoLiveDateTime\":\"tdhxujznbmpowuwp\",\"ruleRequestedMinute\":\"qlveualupjmkh\",\"ruleRequestedHour\":\"obbc\"}]},\"location\":\"s\",\"tags\":{\"fgb\":\"riplrbpbewtg\",\"wxzvlvqhjkb\":\"c\",\"iebwwaloayqcgwrt\":\"gibtnm\",\"zg\":\"j\"},\"id\":\"yzm\",\"name\":\"txon\",\"type\":\"mtsavjcbpwxqp\"}") + "{\"properties\":{\"customerId\":\"abgy\",\"cacheNodeId\":\"sbj\",\"autoUpdateHistory\":[{\"imageUriBeforeUpdate\":\"ugxywpmueef\",\"imageUriTargeted\":\"wfqkquj\",\"imageUriTerminal\":\"suyonobglaocq\",\"autoUpdateRingType\":676078143,\"movedToTerminalStateDateTime\":\"2020-12-28T11:59Z\",\"ruleRequestedWeek\":528280521,\"ruleRequestedDay\":1054992005,\"createdDateTimeUtc\":\"2021-07-13T20:38:11Z\",\"updatedRegistryDateTimeUtc\":\"2021-04-24T05:00:51Z\",\"planChangeLogText\":\"oyrxvwfudwpzntxh\",\"autoUpdateLastAppliedStatus\":328563559,\"autoUpdateLastAppliedStatusText\":\"rqjbhckfrl\",\"autoUpdateLastAppliedStatusDetailedText\":\"xsbkyvpyca\",\"planId\":458941391738986155,\"timeToGoLiveDateTime\":\"zka\",\"ruleRequestedMinute\":\"uwbc\",\"ruleRequestedHour\":\"wbme\"}]},\"location\":\"seyvj\",\"tags\":{\"ofmxagkvtmelmqkr\":\"tslhspkdeem\"},\"id\":\"ahvljuaha\",\"name\":\"uhcdhm\",\"type\":\"ualaexqpvfadmw\"}") .toObject(MccCacheNodeAutoUpdateHistoryInner.class); - Assertions.assertEquals("s", model.location()); - Assertions.assertEquals("riplrbpbewtg", model.tags().get("fgb")); + Assertions.assertEquals("seyvj", model.location()); + Assertions.assertEquals("tslhspkdeem", model.tags().get("ofmxagkvtmelmqkr")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryPropertiesTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryPropertiesTests.java index 3fb0ddaef932..e5fa5f60c593 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryPropertiesTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateHistoryPropertiesTests.java @@ -11,7 +11,7 @@ public final class MccCacheNodeAutoUpdateHistoryPropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeAutoUpdateHistoryProperties model = BinaryData.fromString( - "{\"customerId\":\"knftguvriuh\",\"cacheNodeId\":\"wmdyvxqtay\",\"autoUpdateHistory\":[{\"imageUriBeforeUpdate\":\"ro\",\"imageUriTargeted\":\"bexrmcq\",\"imageUriTerminal\":\"ycnojvknmefqsg\",\"autoUpdateRingType\":488274582,\"movedToTerminalStateDateTime\":\"2021-11-22T14:09:07Z\",\"ruleRequestedWeek\":2048055130,\"ruleRequestedDay\":1125430045,\"createdDateTimeUtc\":\"2021-09-29T06:33:19Z\",\"updatedRegistryDateTimeUtc\":\"2021-04-21T18:37:49Z\",\"planChangeLogText\":\"zcjrvxdjzlmwlx\",\"autoUpdateLastAppliedStatus\":413444138,\"autoUpdateLastAppliedStatusText\":\"fhzovawjvzunluth\",\"autoUpdateLastAppliedStatusDetailedText\":\"prnxipeil\",\"planId\":7813618899616430195,\"timeToGoLiveDateTime\":\"e\",\"ruleRequestedMinute\":\"dultskz\",\"ruleRequestedHour\":\"tdzumveekgpw\"}]}") + "{\"customerId\":\"crgvxpvgom\",\"cacheNodeId\":\"fmisg\",\"autoUpdateHistory\":[{\"imageUriBeforeUpdate\":\"beldawkzbaliourq\",\"imageUriTargeted\":\"kauhashsfwxo\",\"imageUriTerminal\":\"w\",\"autoUpdateRingType\":38783234,\"movedToTerminalStateDateTime\":\"2021-05-23T14:41:24Z\",\"ruleRequestedWeek\":1879830205,\"ruleRequestedDay\":559757947,\"createdDateTimeUtc\":\"2021-06-13T13:40:46Z\",\"updatedRegistryDateTimeUtc\":\"2020-12-29T15:26:03Z\",\"planChangeLogText\":\"bwpucwwfvovbv\",\"autoUpdateLastAppliedStatus\":2004605521,\"autoUpdateLastAppliedStatusText\":\"civyhzceuo\",\"autoUpdateLastAppliedStatusDetailedText\":\"jrwjueiotwm\",\"planId\":7939345805777152857,\"timeToGoLiveDateTime\":\"x\",\"ruleRequestedMinute\":\"txnrjaw\",\"ruleRequestedHour\":\"wgxhn\"},{\"imageUriBeforeUpdate\":\"kxfbkpycgklwndn\",\"imageUriTargeted\":\"dauwhvylwzbtd\",\"imageUriTerminal\":\"ujznb\",\"autoUpdateRingType\":284483918,\"movedToTerminalStateDateTime\":\"2021-05-19T00:36:02Z\",\"ruleRequestedWeek\":2070148801,\"ruleRequestedDay\":1819554683,\"createdDateTimeUtc\":\"2021-01-10T20:10:28Z\",\"updatedRegistryDateTimeUtc\":\"2021-05-11T15:12:41Z\",\"planChangeLogText\":\"alupjm\",\"autoUpdateLastAppliedStatus\":46275154,\"autoUpdateLastAppliedStatusText\":\"obbc\",\"autoUpdateLastAppliedStatusDetailedText\":\"s\",\"planId\":6987699562222584934,\"timeToGoLiveDateTime\":\"plrbpbewtghf\",\"ruleRequestedMinute\":\"lcgwxzvlvqh\",\"ruleRequestedHour\":\"begibtnmxiebwwa\"}]}") .toObject(MccCacheNodeAutoUpdateHistoryProperties.class); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateInfoTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateInfoTests.java index 21428f4c11fc..d28fcb7d3f2b 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateInfoTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeAutoUpdateInfoTests.java @@ -11,7 +11,7 @@ public final class MccCacheNodeAutoUpdateInfoTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeAutoUpdateInfo model = BinaryData.fromString( - "{\"imageUriBeforeUpdate\":\"bzoggigrx\",\"imageUriTargeted\":\"ur\",\"imageUriTerminal\":\"xxjnspydptk\",\"autoUpdateRingType\":1482419493,\"movedToTerminalStateDateTime\":\"2021-12-09T16:13:48Z\",\"ruleRequestedWeek\":766027408,\"ruleRequestedDay\":1110747875,\"createdDateTimeUtc\":\"2021-02-16T10:50:56Z\",\"updatedRegistryDateTimeUtc\":\"2021-04-09T12:14:42Z\",\"planChangeLogText\":\"ukbldngkpo\",\"autoUpdateLastAppliedStatus\":655680628,\"autoUpdateLastAppliedStatusText\":\"z\",\"autoUpdateLastAppliedStatusDetailedText\":\"o\",\"planId\":7699505413324678544,\"timeToGoLiveDateTime\":\"jnpiucgyg\",\"ruleRequestedMinute\":\"qzntypm\",\"ruleRequestedHour\":\"p\"}") + "{\"imageUriBeforeUpdate\":\"pyd\",\"imageUriTargeted\":\"yhxdeoejzicwi\",\"imageUriTerminal\":\"jttgzf\",\"autoUpdateRingType\":2101457273,\"movedToTerminalStateDateTime\":\"2021-09-13T12:21:33Z\",\"ruleRequestedWeek\":1055355134,\"ruleRequestedDay\":1409405599,\"createdDateTimeUtc\":\"2021-05-05T10:08:59Z\",\"updatedRegistryDateTimeUtc\":\"2020-12-31T23:44:32Z\",\"planChangeLogText\":\"md\",\"autoUpdateLastAppliedStatus\":1995660983,\"autoUpdateLastAppliedStatusText\":\"alpbuxwgipwhon\",\"autoUpdateLastAppliedStatusDetailedText\":\"kgshwa\",\"planId\":9069419469544491752,\"timeToGoLiveDateTime\":\"bin\",\"ruleRequestedMinute\":\"pu\",\"ruleRequestedHour\":\"mryw\"}") .toObject(MccCacheNodeAutoUpdateInfo.class); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeBgpCidrDetailsInnerTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeBgpCidrDetailsInnerTests.java index ce27864e3637..658229268933 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeBgpCidrDetailsInnerTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeBgpCidrDetailsInnerTests.java @@ -12,9 +12,9 @@ public final class MccCacheNodeBgpCidrDetailsInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeBgpCidrDetailsInner model = BinaryData.fromString( - "{\"properties\":{\"bgpCidrs\":[\"zabglcuhxwt\"]},\"location\":\"yqiklbbovplwzb\",\"tags\":{\"ukkfplgmgs\":\"yuguosvmkfssx\"},\"id\":\"nkjzkdeslpvlop\",\"name\":\"i\",\"type\":\"ighxpk\"}") + "{\"properties\":{\"bgpCidrs\":[\"zb\",\"iuebbaumny\"]},\"location\":\"ped\",\"tags\":{\"siebtfhvpesapskr\":\"nabckhsmtx\"},\"id\":\"qmhjjdhtld\",\"name\":\"kyzxuutk\",\"type\":\"cwscwsvlx\"}") .toObject(MccCacheNodeBgpCidrDetailsInner.class); - Assertions.assertEquals("yqiklbbovplwzb", model.location()); - Assertions.assertEquals("yuguosvmkfssx", model.tags().get("ukkfplgmgs")); + Assertions.assertEquals("ped", model.location()); + Assertions.assertEquals("nabckhsmtx", model.tags().get("siebtfhvpesapskr")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryInnerTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryInnerTests.java index cc457b9d317a..37e79eeabb35 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryInnerTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryInnerTests.java @@ -12,9 +12,9 @@ public final class MccCacheNodeIssueHistoryInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeIssueHistoryInner model = BinaryData.fromString( - "{\"properties\":{\"customerId\":\"hkfpbs\",\"cacheNodeId\":\"ofd\",\"mccIssueHistory\":[{\"mccIssueType\":\"sd\",\"toastString\":\"ouwaboekqvkeln\",\"detailString\":\"vbxwyjsflhh\",\"helpLink\":\"aln\",\"issueStartDate\":\"2021-03-25T19:19:56Z\",\"issueEndDate\":\"2021-11-13T16:49:46Z\"},{\"mccIssueType\":\"yaw\",\"toastString\":\"yaqcslyjpkiidz\",\"detailString\":\"xznelixhnrztf\",\"helpLink\":\"hb\",\"issueStartDate\":\"2021-09-08T07:53:31Z\",\"issueEndDate\":\"2021-06-25T15:29:39Z\"},{\"mccIssueType\":\"aulppggd\",\"toastString\":\"napnyiropuhpigv\",\"detailString\":\"ylgqgitxmedjvcsl\",\"helpLink\":\"qwwncw\",\"issueStartDate\":\"2021-09-15T03:16:23Z\",\"issueEndDate\":\"2021-03-30T03:40:31Z\"}]},\"location\":\"trmgucnapkte\",\"tags\":{\"pfqbuaceopzf\":\"lwptfdy\",\"lzdahzxctobgbkdm\":\"rhhuaopppcqeqx\"},\"id\":\"izpost\",\"name\":\"grcfb\",\"type\":\"nrmfqjhhk\"}") + "{\"properties\":{\"customerId\":\"yqcgwrtzjuzgwy\",\"cacheNodeId\":\"htxongmtsavjc\",\"mccIssueHistory\":[{\"mccIssueType\":\"qpsrknftguvri\",\"toastString\":\"prwmdyvxqt\",\"detailString\":\"riwwroy\",\"helpLink\":\"exrmcqibycnojvk\",\"issueStartDate\":\"2021-02-06T03:19:14Z\",\"issueEndDate\":\"2021-10-05T16:59:27Z\"},{\"mccIssueType\":\"gzva\",\"toastString\":\"pjyzhpv\",\"detailString\":\"zcjrvxdjzlmwlx\",\"helpLink\":\"ug\",\"issueStartDate\":\"2021-10-25T12:28:17Z\",\"issueEndDate\":\"2021-10-31T17:40:20Z\"},{\"mccIssueType\":\"wjvzunluthnn\",\"toastString\":\"nxipeil\",\"detailString\":\"zuaejxd\",\"helpLink\":\"tskzbbtdzumveek\",\"issueStartDate\":\"2021-02-08T12:29:03Z\",\"issueEndDate\":\"2021-09-03T13:43:44Z\"},{\"mccIssueType\":\"hkfpbs\",\"toastString\":\"ofd\",\"detailString\":\"uusdttouwa\",\"helpLink\":\"ekqvkeln\",\"issueStartDate\":\"2021-02-02T03:25:54Z\",\"issueEndDate\":\"2020-12-28T23:28:21Z\"}]},\"location\":\"yjsflhhcaalnji\",\"tags\":{\"yaqcslyjpkiidz\":\"xyawj\",\"tfolhbnx\":\"exznelixhnr\",\"dtpnapnyiropuhp\":\"nalaulppg\"},\"id\":\"gvpgy\",\"name\":\"gqgitxmedjvcsl\",\"type\":\"n\"}") .toObject(MccCacheNodeIssueHistoryInner.class); - Assertions.assertEquals("trmgucnapkte", model.location()); - Assertions.assertEquals("lwptfdy", model.tags().get("pfqbuaceopzf")); + Assertions.assertEquals("yjsflhhcaalnji", model.location()); + Assertions.assertEquals("xyawj", model.tags().get("yaqcslyjpkiidz")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryPropertiesTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryPropertiesTests.java index d9fb0ef428ac..22245d5de5e9 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryPropertiesTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeIssueHistoryPropertiesTests.java @@ -11,7 +11,7 @@ public final class MccCacheNodeIssueHistoryPropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeIssueHistoryProperties model = BinaryData.fromString( - "{\"customerId\":\"pvjymjhxxjyng\",\"cacheNodeId\":\"ivkrtsw\",\"mccIssueHistory\":[{\"mccIssueType\":\"vszjfauvjfdxxi\",\"toastString\":\"tvtc\",\"detailString\":\"qtdo\",\"helpLink\":\"cbxvwvxyslqbh\",\"issueStartDate\":\"2021-02-23T20:11:15Z\",\"issueEndDate\":\"2021-01-17T13:22:14Z\"},{\"mccIssueType\":\"ytkblmpew\",\"toastString\":\"fbkrvrnsvs\",\"detailString\":\"johxcrsb\",\"helpLink\":\"vasrruvwb\",\"issueStartDate\":\"2021-03-04T21:23:46Z\",\"issueEndDate\":\"2021-08-12T15:23:33Z\"}]}") + "{\"customerId\":\"wncwzzhxgktrmg\",\"cacheNodeId\":\"napkteoellw\",\"mccIssueHistory\":[{\"mccIssueType\":\"ygpfqb\",\"toastString\":\"ceopzfqrhhuaopp\",\"detailString\":\"qeqxo\",\"helpLink\":\"dahzxctobg\",\"issueStartDate\":\"2021-09-01T00:32:36Z\",\"issueEndDate\":\"2021-03-02T22:54:24Z\"},{\"mccIssueType\":\"zpostmgrcfbu\",\"toastString\":\"mfqjhhkxbp\",\"detailString\":\"ymjhxxjyngudivkr\",\"helpLink\":\"wbxqzvszjfau\",\"issueStartDate\":\"2021-09-23T21:18:01Z\",\"issueEndDate\":\"2021-06-22T13:14:17Z\"},{\"mccIssueType\":\"ivetvtcq\",\"toastString\":\"tdo\",\"detailString\":\"cbxvwvxyslqbh\",\"helpLink\":\"xoblytkbl\",\"issueStartDate\":\"2021-08-02T07:01:05Z\",\"issueEndDate\":\"2021-04-08T22:30:52Z\"},{\"mccIssueType\":\"fbkrvrnsvs\",\"toastString\":\"johxcrsb\",\"detailString\":\"vasrruvwb\",\"helpLink\":\"qfsubcgjbirx\",\"issueStartDate\":\"2021-09-14T01:07:05Z\",\"issueEndDate\":\"2021-06-28T04:15:27Z\"}]}") .toObject(MccCacheNodeIssueHistoryProperties.class); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateHistoryInnerTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateHistoryInnerTests.java index adb667542d12..abeb41e2eb6f 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateHistoryInnerTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateHistoryInnerTests.java @@ -12,9 +12,9 @@ public final class MccCacheNodeTlsCertificateHistoryInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeTlsCertificateHistoryInner model = BinaryData.fromString( - "{\"properties\":{\"customerId\":\"njhf\",\"cacheNodeId\":\"wmszkk\",\"tlsCertificateHistory\":[{\"actionRequired\":\"eyfkzikfja\",\"certificateFileName\":\"eaivxwczel\",\"thumbprint\":\"irels\",\"expiryDate\":\"2021-01-23T17:50:30Z\",\"notBeforeDate\":\"2021-09-24T09:17:18Z\",\"subject\":\"abfatkl\",\"subjectAltName\":\"xbjhwuaanozjosph\"},{\"actionRequired\":\"ulpjr\",\"certificateFileName\":\"ag\",\"thumbprint\":\"vimjwos\",\"expiryDate\":\"2020-12-23T18:35:53Z\",\"notBeforeDate\":\"2021-01-07T09:14:38Z\",\"subject\":\"skfc\",\"subjectAltName\":\"qumiek\"}]},\"location\":\"zzikhlyfjhdg\",\"tags\":{\"eqidbqfatpx\":\"ebdunyg\",\"cyjmoadsuvarmy\":\"lr\",\"hhyxxrw\":\"dmjsjqb\"},\"id\":\"yc\",\"name\":\"duhpk\",\"type\":\"kgymareqnajxqug\"}") + "{\"properties\":{\"customerId\":\"jmoadsuv\",\"cacheNodeId\":\"m\",\"tlsCertificateHistory\":[{\"actionRequired\":\"jsjqbjhhyx\",\"certificateFileName\":\"wlycoduhpkxkg\",\"certType\":\"areqna\",\"thumbprint\":\"qugjhkycube\",\"expiryDate\":\"2021-03-22T14:35:21Z\",\"notBeforeDate\":\"2021-04-18T16:03:28Z\",\"subject\":\"fwqmzqalkrmn\",\"subjectAltName\":\"jpxac\"},{\"actionRequired\":\"udfnbyxba\",\"certificateFileName\":\"bjyvay\",\"certType\":\"imrzrtuzqog\",\"thumbprint\":\"xnevfdnwn\",\"expiryDate\":\"2021-11-23T01:14:46Z\",\"notBeforeDate\":\"2021-07-23T17:12:42Z\",\"subject\":\"yyceuzsoi\",\"subjectAltName\":\"ud\"}]},\"location\":\"rx\",\"tags\":{\"ytdw\":\"hzv\",\"pdtii\":\"qbrqubpaxhexiili\",\"d\":\"q\",\"fxrxxle\":\"oaxoruzfgsqu\"},\"id\":\"tramxjez\",\"name\":\"lwnwxuqlcvydyp\",\"type\":\"tdooaoj\"}") .toObject(MccCacheNodeTlsCertificateHistoryInner.class); - Assertions.assertEquals("zzikhlyfjhdg", model.location()); - Assertions.assertEquals("ebdunyg", model.tags().get("eqidbqfatpx")); + Assertions.assertEquals("rx", model.location()); + Assertions.assertEquals("hzv", model.tags().get("ytdw")); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificatePropertiesTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificatePropertiesTests.java index 26574063b57f..bfef6492ce09 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificatePropertiesTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificatePropertiesTests.java @@ -11,7 +11,7 @@ public final class MccCacheNodeTlsCertificatePropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeTlsCertificateProperties model = BinaryData.fromString( - "{\"customerId\":\"ky\",\"cacheNodeId\":\"beddgssofw\",\"tlsCertificateHistory\":[{\"actionRequired\":\"alkrmn\",\"certificateFileName\":\"jpxac\",\"thumbprint\":\"udfnbyxba\",\"expiryDate\":\"2021-12-06T14:29:26Z\",\"notBeforeDate\":\"2020-12-27T23:27:21Z\",\"subject\":\"ayffim\",\"subjectAltName\":\"rtuzqogs\"},{\"actionRequired\":\"nevfdnw\",\"certificateFileName\":\"mewzsyyc\",\"thumbprint\":\"zsoibjudpfrxtr\",\"expiryDate\":\"2021-01-08T14:01:25Z\",\"notBeforeDate\":\"2021-02-11T18:30:37Z\",\"subject\":\"tdwkqbrq\",\"subjectAltName\":\"paxh\"},{\"actionRequired\":\"iilivpdtiirqtd\",\"certificateFileName\":\"axoruzfgsquy\",\"thumbprint\":\"rxxle\",\"expiryDate\":\"2021-08-27T15:19:39Z\",\"notBeforeDate\":\"2021-10-30T02:05:22Z\",\"subject\":\"jezwlwnw\",\"subjectAltName\":\"qlcvydy\"},{\"actionRequired\":\"tdooaoj\",\"certificateFileName\":\"iodkooebwnujhem\",\"thumbprint\":\"bvdkcrodtjin\",\"expiryDate\":\"2021-03-22T21:04:29Z\",\"notBeforeDate\":\"2021-06-03T21:25:15Z\",\"subject\":\"kacjvefkdlfo\",\"subjectAltName\":\"ggkfpagaowpul\"}]}") + "{\"customerId\":\"iodkooebwnujhem\",\"cacheNodeId\":\"bvdkcrodtjin\",\"tlsCertificateHistory\":[{\"actionRequired\":\"fltkacjv\",\"certificateFileName\":\"kdlfoa\",\"certType\":\"gkfpaga\",\"thumbprint\":\"pulpqblylsyxk\",\"expiryDate\":\"2021-06-29T15:40:41Z\",\"notBeforeDate\":\"2021-09-15T07:03:18Z\",\"subject\":\"r\",\"subjectAltName\":\"iagxsdszuempsbz\"},{\"actionRequired\":\"z\",\"certificateFileName\":\"yvpnqicvinvkjj\",\"certType\":\"xrbuukzclew\",\"thumbprint\":\"mlwpazt\",\"expiryDate\":\"2021-09-17T05:43:05Z\",\"notBeforeDate\":\"2021-10-14T17:44:25Z\",\"subject\":\"ckw\",\"subjectAltName\":\"zqwhxxbuyqaxzfeq\"},{\"actionRequired\":\"ppriol\",\"certificateFileName\":\"rjaltolmncw\",\"certType\":\"bqwcsdbnwdcf\",\"thumbprint\":\"cqdpfuv\",\"expiryDate\":\"2021-09-05T13:34:39Z\",\"notBeforeDate\":\"2021-09-06T08:21:41Z\",\"subject\":\"ca\",\"subjectAltName\":\"xbvtvudu\"},{\"actionRequired\":\"cormr\",\"certificateFileName\":\"qtvcofudflvkgj\",\"certType\":\"gdknnqv\",\"thumbprint\":\"znqntoru\",\"expiryDate\":\"2021-11-12T17:58:44Z\",\"notBeforeDate\":\"2020-12-29T22:40:30Z\",\"subject\":\"mkycgra\",\"subjectAltName\":\"juetaebur\"}]}") .toObject(MccCacheNodeTlsCertificateProperties.class); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateTests.java index 177c7c38b7b3..913628c5bfe3 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccCacheNodeTlsCertificateTests.java @@ -11,7 +11,7 @@ public final class MccCacheNodeTlsCertificateTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccCacheNodeTlsCertificate model = BinaryData.fromString( - "{\"actionRequired\":\"npc\",\"certificateFileName\":\"ocohslkevleg\",\"thumbprint\":\"fbuhfmvfaxkffe\",\"expiryDate\":\"2021-05-15T04:16:32Z\",\"notBeforeDate\":\"2020-12-30T10:59:09Z\",\"subject\":\"m\",\"subjectAltName\":\"yvshxmz\"}") + "{\"actionRequired\":\"ou\",\"certificateFileName\":\"vudwtiukbldng\",\"certType\":\"ocipazyxoeg\",\"thumbprint\":\"g\",\"expiryDate\":\"2021-05-26T22:48:17Z\",\"notBeforeDate\":\"2021-10-28T00:07:14Z\",\"subject\":\"gygev\",\"subjectAltName\":\"ntypmrbpizcdrqj\"}") .toObject(MccCacheNodeTlsCertificate.class); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccIssueTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccIssueTests.java index 3e21c72f097f..c69ee0fbf1e9 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccIssueTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/MccIssueTests.java @@ -11,7 +11,7 @@ public final class MccIssueTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MccIssue model = BinaryData.fromString( - "{\"mccIssueType\":\"bcgjbirxbp\",\"toastString\":\"srfbjfdtwss\",\"detailString\":\"ftpvjzbexil\",\"helpLink\":\"nfqqnvwp\",\"issueStartDate\":\"2021-08-13T08:01:40Z\",\"issueEndDate\":\"2021-06-07T17:58:08Z\"}") + "{\"mccIssueType\":\"fbjfdtwssotftpvj\",\"toastString\":\"exilzznfqqnvwpmq\",\"detailString\":\"ruoujmk\",\"helpLink\":\"hwqytj\",\"issueStartDate\":\"2021-08-09T19:00:18Z\",\"issueEndDate\":\"2021-03-24T15:48:33Z\"}") .toObject(MccIssue.class); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/OperationsListMockTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/OperationsListMockTests.java index f0e35f95a8ee..02ad0ec88016 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/OperationsListMockTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/OperationsListMockTests.java @@ -21,7 +21,7 @@ public final class OperationsListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"name\":\"blylsyxkqjnsj\",\"isDataAction\":false,\"display\":{\"provider\":\"agxsdszuemps\",\"resource\":\"kfzbeyvpnqicvi\",\"operation\":\"kjj\",\"description\":\"xrbuukzclew\"},\"origin\":\"system\",\"actionType\":\"Internal\"}]}"; + = "{\"value\":[{\"name\":\"dmovsm\",\"isDataAction\":false,\"display\":{\"provider\":\"b\",\"resource\":\"oefki\",\"operation\":\"vtpuqujmqlgk\",\"description\":\"tndoaongbjc\"},\"origin\":\"user\",\"actionType\":\"Internal\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/ProxyUrlConfigurationTests.java b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/ProxyUrlConfigurationTests.java index f1ac45d0fcab..6abc2bbdb282 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/ProxyUrlConfigurationTests.java +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/src/test/java/com/azure/resourcemanager/connectedcache/generated/ProxyUrlConfigurationTests.java @@ -12,14 +12,14 @@ public final class ProxyUrlConfigurationTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { ProxyUrlConfiguration model - = BinaryData.fromString("{\"proxyUrl\":\"jttgzf\"}").toObject(ProxyUrlConfiguration.class); - Assertions.assertEquals("jttgzf", model.proxyUrl()); + = BinaryData.fromString("{\"proxyUrl\":\"eun\"}").toObject(ProxyUrlConfiguration.class); + Assertions.assertEquals("eun", model.proxyUrl()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - ProxyUrlConfiguration model = new ProxyUrlConfiguration().withProxyUrl("jttgzf"); + ProxyUrlConfiguration model = new ProxyUrlConfiguration().withProxyUrl("eun"); model = BinaryData.fromObject(model).toObject(ProxyUrlConfiguration.class); - Assertions.assertEquals("jttgzf", model.proxyUrl()); + Assertions.assertEquals("eun", model.proxyUrl()); } } diff --git a/sdk/connectedcache/azure-resourcemanager-connectedcache/tsp-location.yaml b/sdk/connectedcache/azure-resourcemanager-connectedcache/tsp-location.yaml index ae6822914b92..58052b94b8bf 100644 --- a/sdk/connectedcache/azure-resourcemanager-connectedcache/tsp-location.yaml +++ b/sdk/connectedcache/azure-resourcemanager-connectedcache/tsp-location.yaml @@ -1,4 +1,4 @@ directory: specification/connectedcache/ConnectedCache.Management -commit: be46becafeb29aa993898709e35759d3643b2809 +commit: f983b23373c32668d1327409b3737a4f8beb634e repo: Azure/azure-rest-api-specs additionalDirectories: