diff --git a/sdk/confluent/azure-resourcemanager-confluent/CHANGELOG.md b/sdk/confluent/azure-resourcemanager-confluent/CHANGELOG.md
index 05f7d39c62f6..2be344df369c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/CHANGELOG.md
+++ b/sdk/confluent/azure-resourcemanager-confluent/CHANGELOG.md
@@ -1,14 +1,63 @@
# Release History
-## 1.3.0-beta.2 (Unreleased)
+## 1.3.0-beta.2 (2026-07-16)
+
+- Azure Resource Manager Confluent client library for Java. This package contains Microsoft Azure SDK for Confluent Management SDK. Package api-version 2026-06-02-preview. 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.NetworkGatewayResources` was added
+
+* `models.NetworkGatewayResource$DefinitionStages` was added
+
+* `models.AccessPointResources` was added
+
+* `models.SaaSResourceDetailsResponse` was added
+
+* `models.LatestLinkedSaaSResponse` was added
+
+* `models.SaaSData` was added
+
+* `models.ActivateSaaSParameterRequest` was added
+
+* `models.NetworkGatewayProperties` was added
+
+* `models.AccessPointResource$Definition` was added
+
+* `models.NetworkGatewayResource` was added
+
+* `models.AccessPointProperties` was added
-### Bugs Fixed
+* `models.NetworkGatewayResource$Definition` was added
+
+* `models.AccessPointResource$DefinitionStages` was added
+
+* `models.AccessPointResource` was added
+
+* `models.VnetInjectionDetails` was added
+
+* `models.KeyValuePair` was added
+
+#### `ConfluentManager` was modified
+
+* `networkGatewayResources()` was added
+* `accessPointResources()` was added
+
+#### `models.Organizations` was modified
+
+* `activateResource(models.ActivateSaaSParameterRequest)` was added
+* `linkSaaS(java.lang.String,java.lang.String,models.SaaSData,com.azure.core.util.Context)` was added
+* `activateResource(models.ActivateSaaSParameterRequest,com.azure.core.util.Context)` was added
+* `latestLinkedSaaSWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
+* `latestLinkedSaaS(java.lang.String,java.lang.String)` was added
+* `linkSaaS(java.lang.String,java.lang.String,models.SaaSData)` was added
+
+#### `models.OrganizationResource` was modified
-### Other Changes
+* `latestLinkedSaaS()` was added
+* `linkSaaS(models.SaaSData,com.azure.core.util.Context)` was added
+* `linkSaaS(models.SaaSData)` was added
+* `latestLinkedSaaSWithResponse(com.azure.core.util.Context)` was added
## 1.3.0-beta.1 (2026-02-10)
diff --git a/sdk/confluent/azure-resourcemanager-confluent/README.md b/sdk/confluent/azure-resourcemanager-confluent/README.md
index ca5dd46a34de..f048dd32203e 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/README.md
+++ b/sdk/confluent/azure-resourcemanager-confluent/README.md
@@ -2,7 +2,7 @@
Azure Resource Manager Confluent client library for Java.
-This package contains Microsoft Azure SDK for Confluent Management SDK. Package api-version 2025-08-18-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 Confluent Management SDK. Package api-version 2026-06-02-preview. 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-confluent
- 1.3.0-beta.1
+ 1.3.0-beta.2
```
[//]: # ({x-version-update-end})
diff --git a/sdk/confluent/azure-resourcemanager-confluent/SAMPLE.md b/sdk/confluent/azure-resourcemanager-confluent/SAMPLE.md
index e770dceb58ab..f4d6d7bb4905 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/SAMPLE.md
+++ b/sdk/confluent/azure-resourcemanager-confluent/SAMPLE.md
@@ -14,6 +14,13 @@
- [ListServiceAccounts](#access_listserviceaccounts)
- [ListUsers](#access_listusers)
+## AccessPointResources
+
+- [CreateOrReplace](#accesspointresources_createorreplace)
+- [Delete](#accesspointresources_delete)
+- [Get](#accesspointresources_get)
+- [List](#accesspointresources_list)
+
## Cluster
- [CreateOrUpdate](#cluster_createorupdate)
@@ -36,8 +43,16 @@
- [Create](#marketplaceagreements_create)
- [List](#marketplaceagreements_list)
+## NetworkGatewayResources
+
+- [CreateOrReplace](#networkgatewayresources_createorreplace)
+- [Delete](#networkgatewayresources_delete)
+- [Get](#networkgatewayresources_get)
+- [List](#networkgatewayresources_list)
+
## Organization
+- [ActivateResource](#organization_activateresource)
- [Create](#organization_create)
- [CreateApiKey](#organization_createapikey)
- [Delete](#organization_delete)
@@ -47,6 +62,8 @@
- [GetClusterById](#organization_getclusterbyid)
- [GetEnvironmentById](#organization_getenvironmentbyid)
- [GetSchemaRegistryClusterById](#organization_getschemaregistryclusterbyid)
+- [LatestLinkedSaaS](#organization_latestlinkedsaas)
+- [LinkSaaS](#organization_linksaas)
- [List](#organization_list)
- [ListByResourceGroup](#organization_listbyresourcegroup)
- [ListClusters](#organization_listclusters)
@@ -80,7 +97,7 @@ import com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequest
*/
public final class AccessCreateRoleBindingSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_CreateRoleBinding_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_CreateRoleBinding_MinimumSet_Gen.json
*/
/**
* Sample code: Access_CreateRoleBinding_MinimumSet.
@@ -94,7 +111,7 @@ public final class AccessCreateRoleBindingSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_CreateRoleBinding_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_CreateRoleBinding_MaximumSet_Gen.json
*/
/**
* Sample code: Access_CreateRoleBinding_MaximumSet.
@@ -120,7 +137,7 @@ public final class AccessCreateRoleBindingSamples {
*/
public final class AccessDeleteRoleBindingSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json
*/
/**
* Sample code: Access_DeleteRoleBinding_MaximumSet.
@@ -134,7 +151,7 @@ public final class AccessDeleteRoleBindingSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json
*/
/**
* Sample code: Access_DeleteRoleBinding_MinimumSet.
@@ -160,7 +177,7 @@ import com.azure.resourcemanager.confluent.models.AccessInvitedUserDetails;
*/
public final class AccessInviteUserSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_InviteUser_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_InviteUser_MinimumSet_Gen.json
*/
/**
* Sample code: Access_InviteUser_MinimumSet.
@@ -174,7 +191,7 @@ public final class AccessInviteUserSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_InviteUser_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_InviteUser_MaximumSet_Gen.json
*/
/**
* Sample code: Access_InviteUser_MaximumSet.
@@ -207,7 +224,7 @@ import java.util.Map;
*/
public final class AccessListClustersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListClusters_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListClusters_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListClusters_MaximumSet.
@@ -222,7 +239,7 @@ public final class AccessListClustersSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListClusters_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListClusters_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListClusters_MinimumSet.
@@ -261,7 +278,7 @@ import java.util.Map;
*/
public final class AccessListEnvironmentsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListEnvironments_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListEnvironments_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListEnvironments_MaximumSet.
@@ -276,7 +293,7 @@ public final class AccessListEnvironmentsSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListEnvironments_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListEnvironments_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListEnvironments_MinimumSet.
@@ -315,7 +332,7 @@ import java.util.Map;
*/
public final class AccessListInvitationsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListInvitations_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListInvitations_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListInvitations_MaximumSet.
@@ -330,7 +347,7 @@ public final class AccessListInvitationsSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListInvitations_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListInvitations_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListInvitations_MinimumSet.
@@ -369,7 +386,7 @@ import java.util.Map;
*/
public final class AccessListRoleBindingNameListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindingNameList_MinimumSet.
@@ -384,7 +401,7 @@ public final class AccessListRoleBindingNameListSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindingNameList_MaximumSet.
@@ -425,7 +442,7 @@ import java.util.Map;
*/
public final class AccessListRoleBindingsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindings_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindings_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindings_MinimumSet.
@@ -439,7 +456,7 @@ public final class AccessListRoleBindingsSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindings_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindings_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindings_MaximumSet.
@@ -479,7 +496,7 @@ import java.util.Map;
*/
public final class AccessListServiceAccountsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListServiceAccounts_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListServiceAccounts_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListServiceAccounts_MinimumSet.
@@ -494,7 +511,7 @@ public final class AccessListServiceAccountsSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListServiceAccounts_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListServiceAccounts_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListServiceAccounts_MaximumSet.
@@ -535,7 +552,7 @@ import java.util.Map;
*/
public final class AccessListUsersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListUsers_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListUsers_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListUsers_MaximumSet.
@@ -550,7 +567,7 @@ public final class AccessListUsersSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListUsers_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListUsers_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListUsers_MinimumSet.
@@ -577,6 +594,115 @@ public final class AccessListUsersSamples {
}
```
+### AccessPointResources_CreateOrReplace
+
+```java
+import com.azure.resourcemanager.confluent.models.AccessPointProperties;
+import com.azure.resourcemanager.confluent.models.KeyValuePair;
+import com.azure.resourcemanager.confluent.models.VnetInjectionDetails;
+import java.util.Arrays;
+
+/**
+ * Samples for AccessPointResources CreateOrReplace.
+ */
+public final class AccessPointResourcesCreateOrReplaceSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_CreateOrReplace_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ accessPointResourcesCreateOrReplaceMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .define("ap-xyz789")
+ .withExistingNetworkGateway("rgconfluent", "myOrganization", "env-abc123", "gw-def456")
+ .withProperties(new AccessPointProperties().withAccessPointName("my-access-point")
+ .withRegion("eastus")
+ .withVnetInjection(new VnetInjectionDetails().withVirtualNetworkResourceId(
+ "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet")
+ .withSubnetResourceId(
+ "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"))
+ .withEgressRoutes(Arrays.asList("10.0.0.0/8", "172.16.0.0/12"))
+ .withDictionary(
+ Arrays.asList(new KeyValuePair().withKey("fakeTokenPlaceholder").withValue("EgressPrivateLink"))))
+ .create();
+ }
+}
+```
+
+### AccessPointResources_Delete
+
+```java
+/**
+ * Samples for AccessPointResources Delete.
+ */
+public final class AccessPointResourcesDeleteSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_Delete_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_Delete_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ accessPointResourcesDeleteMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .delete("rgconfluent", "myOrganization", "env-abc123", "gw-def456", "ap-xyz789",
+ com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### AccessPointResources_Get
+
+```java
+/**
+ * Samples for AccessPointResources Get.
+ */
+public final class AccessPointResourcesGetSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_Get_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_Get_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void accessPointResourcesGetMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .getWithResponse("rgconfluent", "myOrganization", "env-abc123", "gw-def456", "ap-xyz789",
+ com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### AccessPointResources_List
+
+```java
+/**
+ * Samples for AccessPointResources List.
+ */
+public final class AccessPointResourcesListSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_List_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_List_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ accessPointResourcesListMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .list("rgconfluent", "myOrganization", "env-abc123", "gw-def456", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
### Cluster_CreateOrUpdate
```java
@@ -593,7 +719,7 @@ import com.azure.resourcemanager.confluent.models.SCMetadataEntity;
*/
public final class ClusterCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Cluster_CreateOrUpdate_MaximumSet.
@@ -645,7 +771,7 @@ public final class ClusterCreateOrUpdateSamples {
*/
public final class ClusterDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Cluster_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Cluster_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Cluster_Delete_MinimumSet.
@@ -659,7 +785,7 @@ public final class ClusterDeleteSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Cluster_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Cluster_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Cluster_Delete_MaximumSet.
@@ -689,7 +815,7 @@ import com.azure.resourcemanager.confluent.models.PartnerInfoBase;
*/
public final class ConnectorCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_CreateOrUpdate_MaximumSet.
@@ -720,7 +846,7 @@ public final class ConnectorCreateOrUpdateSamples {
*/
public final class ConnectorDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Connector_Delete_MinimumSet.
@@ -734,7 +860,7 @@ public final class ConnectorDeleteSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_Delete_MaximumSet.
@@ -757,7 +883,7 @@ public final class ConnectorDeleteSamples {
*/
public final class ConnectorGetSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_Get_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_Get_MaximumSet.
@@ -780,7 +906,7 @@ public final class ConnectorGetSamples {
*/
public final class ConnectorListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_List_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_List_MaximumSet.
@@ -807,7 +933,7 @@ import com.azure.resourcemanager.confluent.models.StreamGovernanceConfig;
*/
public final class EnvironmentCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Environment_CreateOrUpdate_MaximumSet.
@@ -839,7 +965,7 @@ public final class EnvironmentCreateOrUpdateSamples {
*/
public final class EnvironmentDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Environment_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Environment_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Environment_Delete_MaximumSet.
@@ -853,7 +979,7 @@ public final class EnvironmentDeleteSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Environment_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Environment_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Environment_Delete_MinimumSet.
@@ -879,7 +1005,7 @@ import java.time.OffsetDateTime;
*/
public final class MarketplaceAgreementsCreateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json
*/
/**
* Sample code: Create Confluent Marketplace agreement in the subscription. (MinimumSet).
@@ -892,7 +1018,7 @@ public final class MarketplaceAgreementsCreateSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json
*/
/**
* Sample code: Create Confluent Marketplace agreement in the subscription. (Maximumset).
@@ -922,7 +1048,7 @@ public final class MarketplaceAgreementsCreateSamples {
*/
public final class MarketplaceAgreementsListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_List_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_List_MinimumSet_Gen.json
*/
/**
* Sample code: List Confluent marketplace agreements in the subscription. (Minimumset).
@@ -935,7 +1061,7 @@ public final class MarketplaceAgreementsListSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_List_MaximumSet_Gen.json
*/
/**
* Sample code: List Confluent marketplace agreements in the subscription. (Maximumset).
@@ -949,12 +1075,155 @@ public final class MarketplaceAgreementsListSamples {
}
```
+### NetworkGatewayResources_CreateOrReplace
+
+```java
+import com.azure.resourcemanager.confluent.models.KeyValuePair;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayProperties;
+import java.util.Arrays;
+
+/**
+ * Samples for NetworkGatewayResources CreateOrReplace.
+ */
+public final class NetworkGatewayResourcesCreateOrReplaceSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_CreateOrReplace_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesCreateOrReplaceMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .define("gw-def456")
+ .withExistingEnvironment("rgconfluent", "myOrganization", "env-abc123")
+ .withProperties(new NetworkGatewayProperties().withNetworkGatewayName("my-network-gateway")
+ .withRegion("eastus")
+ .withDictionary(Arrays
+ .asList(new KeyValuePair().withKey("fakeTokenPlaceholder").withValue("PrivateNetworkInterface"))))
+ .create();
+ }
+}
+```
+
+### NetworkGatewayResources_Delete
+
+```java
+/**
+ * Samples for NetworkGatewayResources Delete.
+ */
+public final class NetworkGatewayResourcesDeleteSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_Delete_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_Delete_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesDeleteMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .delete("rgconfluent", "myOrganization", "env-abc123", "gw-def456", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### NetworkGatewayResources_Get
+
+```java
+/**
+ * Samples for NetworkGatewayResources Get.
+ */
+public final class NetworkGatewayResourcesGetSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_Get_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_Get_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesGetMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .getWithResponse("rgconfluent", "myOrganization", "env-abc123", "gw-def456",
+ com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### NetworkGatewayResources_List
+
+```java
+/**
+ * Samples for NetworkGatewayResources List.
+ */
+public final class NetworkGatewayResourcesListSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_List_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_List_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesListMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .list("rgconfluent", "myOrganization", "env-abc123", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### Organization_ActivateResource
+
+```java
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
+
+/**
+ * Samples for Organization ActivateResource.
+ */
+public final class OrganizationActivateResourceSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_ActivateResource_MinimumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_ActivateResource_MinimumSet - generated by [MinimumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationActivateResourceMinimumSetGeneratedByMinimumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .activateResource(new ActivateSaaSParameterRequest().withSaasGuid("a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"),
+ com.azure.core.util.Context.NONE);
+ }
+
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_ActivateResource_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_ActivateResource_MaximumSet - generated by [MaximumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationActivateResourceMaximumSetGeneratedByMaximumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .activateResource(new ActivateSaaSParameterRequest().withSaasGuid("a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d")
+ .withPublisherId("confluent"), com.azure.core.util.Context.NONE);
+ }
+}
+```
+
### Organization_Create
```java
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.OfferDetail;
-import com.azure.resourcemanager.confluent.models.SaaSOfferStatus;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.util.Arrays;
import java.util.HashMap;
@@ -965,7 +1234,7 @@ import java.util.Map;
*/
public final class OrganizationCreateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Create_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Create_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Create_MaximumSet.
@@ -986,8 +1255,7 @@ public final class OrganizationCreateSamples {
.withTermId("vujdve")
.withPrivateOfferId(
"goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap")
- .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej"))
- .withStatus(SaaSOfferStatus.STARTED))
+ .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej")))
.withUserDetail(new UserDetail().withFirstName("gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz")
.withLastName("vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw")
.withEmailAddress("user@example.com")
@@ -1022,7 +1290,7 @@ import com.azure.resourcemanager.confluent.models.CreateApiKeyModel;
*/
public final class OrganizationCreateApiKeySamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_CreateAPIKey_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_CreateAPIKey_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_CreateAPIKey_MinimumSet.
@@ -1037,7 +1305,7 @@ public final class OrganizationCreateApiKeySamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_CreateAPIKey_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_CreateAPIKey_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_CreateAPIKey_MaximumSet.
@@ -1062,7 +1330,7 @@ public final class OrganizationCreateApiKeySamples {
*/
public final class OrganizationDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_Delete_MinimumSet.
@@ -1074,7 +1342,7 @@ public final class OrganizationDeleteSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Delete_MaximumSet.
@@ -1095,7 +1363,7 @@ public final class OrganizationDeleteSamples {
*/
public final class OrganizationDeleteClusterApiKeySamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_DeleteClusterAPIKey_MaximumSet.
@@ -1110,7 +1378,7 @@ public final class OrganizationDeleteClusterApiKeySamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_DeleteClusterAPIKey_MinimumSet.
@@ -1134,7 +1402,7 @@ public final class OrganizationDeleteClusterApiKeySamples {
*/
public final class OrganizationGetByResourceGroupSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Get_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Get_MaximumSet.
@@ -1156,7 +1424,7 @@ public final class OrganizationGetByResourceGroupSamples {
*/
public final class OrganizationGetClusterApiKeySamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_GetClusterAPIKey_MinimumSet.
@@ -1171,7 +1439,7 @@ public final class OrganizationGetClusterApiKeySamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetClusterAPIKey_MaximumSet.
@@ -1195,7 +1463,7 @@ public final class OrganizationGetClusterApiKeySamples {
*/
public final class OrganizationGetClusterByIdSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetClusterById_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetClusterById_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetClusterById_MaximumSet.
@@ -1219,7 +1487,7 @@ public final class OrganizationGetClusterByIdSamples {
*/
public final class OrganizationGetEnvironmentByIdSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetEnvironmentById_MaximumSet.
@@ -1242,7 +1510,7 @@ public final class OrganizationGetEnvironmentByIdSamples {
*/
public final class OrganizationGetSchemaRegistryClusterByIdSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetSchemaRegistryClusterById_MaximumSet.
@@ -1257,7 +1525,7 @@ public final class OrganizationGetSchemaRegistryClusterByIdSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_GetSchemaRegistryClusterById_MinimumSet.
@@ -1273,6 +1541,56 @@ public final class OrganizationGetSchemaRegistryClusterByIdSamples {
}
```
+### Organization_LatestLinkedSaaS
+
+```java
+/**
+ * Samples for Organization LatestLinkedSaaS.
+ */
+public final class OrganizationLatestLinkedSaaSSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_LatestLinkedSaaS_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_LatestLinkedSaaS_MaximumSet - generated by [MaximumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationLatestLinkedSaaSMaximumSetGeneratedByMaximumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .latestLinkedSaaSWithResponse("myResourceGroup", "myOrganization", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### Organization_LinkSaaS
+
+```java
+import com.azure.resourcemanager.confluent.models.SaaSData;
+
+/**
+ * Samples for Organization LinkSaaS.
+ */
+public final class OrganizationLinkSaaSSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_LinkSaaS_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_LinkSaaS_MaximumSet - generated by [MaximumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationLinkSaaSMaximumSetGeneratedByMaximumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .linkSaaS("myResourceGroup", "myOrganization", new SaaSData().withSaaSResourceId(
+ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.SaaS/resources/contosoSaaS"),
+ com.azure.core.util.Context.NONE);
+ }
+}
+```
+
### Organization_List
```java
@@ -1281,7 +1599,7 @@ public final class OrganizationGetSchemaRegistryClusterByIdSamples {
*/
public final class OrganizationListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListBySubscription_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListBySubscription_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListBySubscription_MaximumSet.
@@ -1303,7 +1621,7 @@ public final class OrganizationListSamples {
*/
public final class OrganizationListByResourceGroupSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListByResourceGroup_MaximumSet.
@@ -1325,7 +1643,7 @@ public final class OrganizationListByResourceGroupSamples {
*/
public final class OrganizationListClustersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListClusters_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListClusters_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListClusters_MaximumSet.
@@ -1349,7 +1667,7 @@ public final class OrganizationListClustersSamples {
*/
public final class OrganizationListEnvironmentsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListEnvironments_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListEnvironments_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListEnvironments_MaximumSet.
@@ -1376,7 +1694,7 @@ import java.util.Map;
*/
public final class OrganizationListRegionsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListRegions_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListRegions_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListRegions_MaximumSet.
@@ -1391,7 +1709,7 @@ public final class OrganizationListRegionsSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListRegions_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListRegions_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_ListRegions_MinimumSet.
@@ -1426,7 +1744,7 @@ public final class OrganizationListRegionsSamples {
*/
public final class OrganizationListSchemaRegistryClustersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_ListSchemaRegistryClusters_MinimumSet.
@@ -1440,7 +1758,7 @@ public final class OrganizationListSchemaRegistryClustersSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListSchemaRegistryClusters_MaximumSet.
@@ -1468,7 +1786,7 @@ import java.util.Map;
*/
public final class OrganizationUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Update_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Update_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Update_MaximumSet.
@@ -1504,7 +1822,7 @@ public final class OrganizationUpdateSamples {
*/
public final class OrganizationOperationsListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/OrganizationOperations_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/OrganizationOperations_List_MaximumSet_Gen.json
*/
/**
* Sample code: OrganizationOperations_List_MaximumSet.
@@ -1517,7 +1835,7 @@ public final class OrganizationOperationsListSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/OrganizationOperations_List_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/OrganizationOperations_List_MinimumSet_Gen.json
*/
/**
* Sample code: OrganizationOperations_List_MinimumSet.
@@ -1544,7 +1862,7 @@ import java.util.Arrays;
*/
public final class TopicsCreateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Create_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Create_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_Create_MaximumSet.
@@ -1577,7 +1895,7 @@ public final class TopicsCreateSamples {
*/
public final class TopicsDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_Delete_MaximumSet.
@@ -1591,7 +1909,7 @@ public final class TopicsDeleteSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Topics_Delete_MinimumSet.
@@ -1614,7 +1932,7 @@ public final class TopicsDeleteSamples {
*/
public final class TopicsGetSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Get_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_Get_MaximumSet.
@@ -1637,7 +1955,7 @@ public final class TopicsGetSamples {
*/
public final class TopicsListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_List_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_List_MaximumSet.
@@ -1658,7 +1976,6 @@ public final class TopicsListSamples {
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.OfferDetail;
-import com.azure.resourcemanager.confluent.models.SaaSOfferStatus;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.util.Arrays;
import java.util.HashMap;
@@ -1669,7 +1986,7 @@ import java.util.Map;
*/
public final class ValidationsValidateOrganizationSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Validations_ValidateOrganization_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Validations_ValidateOrganization_MaximumSet_Gen.json
*/
/**
* Sample code: Organization Validate proxy resource.
@@ -1690,8 +2007,7 @@ public final class ValidationsValidateOrganizationSamples {
.withTermId("vujdve")
.withPrivateOfferId(
"goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap")
- .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej"))
- .withStatus(SaaSOfferStatus.STARTED))
+ .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej")))
.withUserDetail(new UserDetail().withFirstName("gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz")
.withLastName("vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw")
.withEmailAddress("user@example.com")
@@ -1721,7 +2037,6 @@ public final class ValidationsValidateOrganizationSamples {
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.OfferDetail;
-import com.azure.resourcemanager.confluent.models.SaaSOfferStatus;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.util.Arrays;
import java.util.HashMap;
@@ -1732,7 +2047,7 @@ import java.util.Map;
*/
public final class ValidationsValidateOrganizationV2Samples {
/*
- * x-ms-original-file: 2025-08-18-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json
*/
/**
* Sample code: Organization Validate proxy resource.
@@ -1753,8 +2068,7 @@ public final class ValidationsValidateOrganizationV2Samples {
.withTermId("vujdve")
.withPrivateOfferId(
"goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap")
- .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej"))
- .withStatus(SaaSOfferStatus.STARTED))
+ .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej")))
.withUserDetail(new UserDetail().withFirstName("gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz")
.withLastName("vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw")
.withEmailAddress("user@example.com")
diff --git a/sdk/confluent/azure-resourcemanager-confluent/pom.xml b/sdk/confluent/azure-resourcemanager-confluent/pom.xml
index d58b0dda94bd..dcef8434bf96 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/pom.xml
+++ b/sdk/confluent/azure-resourcemanager-confluent/pom.xml
@@ -3,7 +3,7 @@
~ Licensed under the MIT License.
~ Code generated by Microsoft (R) TypeSpec Code Generator.
-->
-
+
4.0.0
com.azure
@@ -18,7 +18,7 @@
jar
Microsoft Azure SDK for Confluent Management
- This package contains Microsoft Azure SDK for Confluent Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2025-08-18-preview.
+ This package contains Microsoft Azure SDK for Confluent Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2026-06-02-preview.
https://github.com/Azure/azure-sdk-for-java
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/ConfluentManager.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/ConfluentManager.java
index 564f8e289402..e986d0c216ec 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/ConfluentManager.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/ConfluentManager.java
@@ -26,20 +26,24 @@
import com.azure.core.util.logging.ClientLogger;
import com.azure.resourcemanager.confluent.fluent.ConfluentManagementClient;
import com.azure.resourcemanager.confluent.implementation.AccessImpl;
+import com.azure.resourcemanager.confluent.implementation.AccessPointResourcesImpl;
import com.azure.resourcemanager.confluent.implementation.ClustersImpl;
import com.azure.resourcemanager.confluent.implementation.ConfluentManagementClientBuilder;
import com.azure.resourcemanager.confluent.implementation.ConnectorsImpl;
import com.azure.resourcemanager.confluent.implementation.EnvironmentsImpl;
import com.azure.resourcemanager.confluent.implementation.MarketplaceAgreementsImpl;
+import com.azure.resourcemanager.confluent.implementation.NetworkGatewayResourcesImpl;
import com.azure.resourcemanager.confluent.implementation.OrganizationOperationsImpl;
import com.azure.resourcemanager.confluent.implementation.OrganizationsImpl;
import com.azure.resourcemanager.confluent.implementation.TopicsImpl;
import com.azure.resourcemanager.confluent.implementation.ValidationsImpl;
import com.azure.resourcemanager.confluent.models.Access;
+import com.azure.resourcemanager.confluent.models.AccessPointResources;
import com.azure.resourcemanager.confluent.models.Clusters;
import com.azure.resourcemanager.confluent.models.Connectors;
import com.azure.resourcemanager.confluent.models.Environments;
import com.azure.resourcemanager.confluent.models.MarketplaceAgreements;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayResources;
import com.azure.resourcemanager.confluent.models.OrganizationOperations;
import com.azure.resourcemanager.confluent.models.Organizations;
import com.azure.resourcemanager.confluent.models.Topics;
@@ -56,6 +60,10 @@
* Entry point to ConfluentManager.
*/
public final class ConfluentManager {
+ private NetworkGatewayResources networkGatewayResources;
+
+ private AccessPointResources accessPointResources;
+
private OrganizationOperations organizationOperations;
private Organizations organizations;
@@ -289,6 +297,31 @@ public ConfluentManager authenticate(TokenCredential credential, AzureProfile pr
}
}
+ /**
+ * Gets the resource collection API of NetworkGatewayResources. It manages NetworkGatewayResource.
+ *
+ * @return Resource collection API of NetworkGatewayResources.
+ */
+ public NetworkGatewayResources networkGatewayResources() {
+ if (this.networkGatewayResources == null) {
+ this.networkGatewayResources
+ = new NetworkGatewayResourcesImpl(clientObject.getNetworkGatewayResources(), this);
+ }
+ return networkGatewayResources;
+ }
+
+ /**
+ * Gets the resource collection API of AccessPointResources. It manages AccessPointResource.
+ *
+ * @return Resource collection API of AccessPointResources.
+ */
+ public AccessPointResources accessPointResources() {
+ if (this.accessPointResources == null) {
+ this.accessPointResources = new AccessPointResourcesImpl(clientObject.getAccessPointResources(), this);
+ }
+ return accessPointResources;
+ }
+
/**
* Gets the resource collection API of OrganizationOperations.
*
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/AccessPointResourcesClient.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/AccessPointResourcesClient.java
new file mode 100644
index 000000000000..602d54bb5197
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/AccessPointResourcesClient.java
@@ -0,0 +1,231 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.management.polling.PollResult;
+import com.azure.core.util.Context;
+import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner;
+
+/**
+ * An instance of this class provides access to all the operations defined in AccessPointResourcesClient.
+ */
+public interface AccessPointResourcesClient {
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context);
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AccessPointResourceInner get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId);
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, AccessPointResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, AccessPointResourceInner resource);
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, AccessPointResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, AccessPointResourceInner resource, Context context);
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AccessPointResourceInner createOrReplace(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId, AccessPointResourceInner resource);
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AccessPointResourceInner createOrReplace(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId, AccessPointResourceInner resource, Context context);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, Context context);
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId);
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context);
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/ConfluentManagementClient.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/ConfluentManagementClient.java
index bcb95888ef1e..3d3628c59316 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/ConfluentManagementClient.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/ConfluentManagementClient.java
@@ -46,6 +46,20 @@ public interface ConfluentManagementClient {
*/
Duration getDefaultPollInterval();
+ /**
+ * Gets the NetworkGatewayResourcesClient object to access its operations.
+ *
+ * @return the NetworkGatewayResourcesClient object.
+ */
+ NetworkGatewayResourcesClient getNetworkGatewayResources();
+
+ /**
+ * Gets the AccessPointResourcesClient object to access its operations.
+ *
+ * @return the AccessPointResourcesClient object.
+ */
+ AccessPointResourcesClient getAccessPointResources();
+
/**
* Gets the OrganizationOperationsClient object to access its operations.
*
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/NetworkGatewayResourcesClient.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/NetworkGatewayResourcesClient.java
new file mode 100644
index 000000000000..85a50a247031
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/NetworkGatewayResourcesClient.java
@@ -0,0 +1,218 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.management.polling.PollResult;
+import com.azure.core.util.Context;
+import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner;
+
+/**
+ * An instance of this class provides access to all the operations defined in NetworkGatewayResourcesClient.
+ */
+public interface NetworkGatewayResourcesClient {
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context);
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ NetworkGatewayResourceInner get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId);
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, NetworkGatewayResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ NetworkGatewayResourceInner resource);
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, NetworkGatewayResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ NetworkGatewayResourceInner resource, Context context);
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ NetworkGatewayResourceInner createOrReplace(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, NetworkGatewayResourceInner resource);
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ NetworkGatewayResourceInner createOrReplace(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, NetworkGatewayResourceInner resource, Context context);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ Context context);
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId);
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, Context context);
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationsClient.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationsClient.java
index 6d818fa5403a..3e601a68169c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationsClient.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationsClient.java
@@ -12,14 +12,18 @@
import com.azure.core.util.Context;
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner;
+import com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.fluent.models.SCClusterRecordInner;
import com.azure.resourcemanager.confluent.fluent.models.SCEnvironmentRecordInner;
+import com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner;
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
import com.azure.resourcemanager.confluent.models.CreateApiKeyModel;
import com.azure.resourcemanager.confluent.models.ListAccessRequestModel;
import com.azure.resourcemanager.confluent.models.OrganizationResourceUpdate;
+import com.azure.resourcemanager.confluent.models.SaaSData;
/**
* An instance of this class provides access to all the operations defined in OrganizationsClient.
@@ -330,6 +334,147 @@ Response listRegionsWithResponse(String resourc
ListRegionsSuccessResponseInner listRegions(String resourceGroupName, String organizationName,
ListAccessRequestModel body);
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, OrganizationResourceInner> beginLinkSaaS(String resourceGroupName,
+ String organizationName, SaaSData body);
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, OrganizationResourceInner> beginLinkSaaS(String resourceGroupName,
+ String organizationName, SaaSData body, Context context);
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ OrganizationResourceInner linkSaaS(String resourceGroupName, String organizationName, SaaSData body);
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ OrganizationResourceInner linkSaaS(String resourceGroupName, String organizationName, SaaSData body,
+ Context context);
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response latestLinkedSaaSWithResponse(String resourceGroupName,
+ String organizationName, Context context);
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ LatestLinkedSaaSResponseInner latestLinkedSaaS(String resourceGroupName, String organizationName);
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, SaaSResourceDetailsResponseInner>
+ beginActivateResource(ActivateSaaSParameterRequest body);
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, SaaSResourceDetailsResponseInner>
+ beginActivateResource(ActivateSaaSParameterRequest body, Context context);
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ SaaSResourceDetailsResponseInner activateResource(ActivateSaaSParameterRequest body);
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ SaaSResourceDetailsResponseInner activateResource(ActivateSaaSParameterRequest body, Context context);
+
/**
* Get Environment details by environment Id.
*
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessPointResourceInner.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessPointResourceInner.java
new file mode 100644
index 000000000000..edb5ebf91059
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessPointResourceInner.java
@@ -0,0 +1,155 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.management.ProxyResource;
+import com.azure.core.management.SystemData;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import com.azure.resourcemanager.confluent.models.AccessPointProperties;
+import java.io.IOException;
+
+/**
+ * Details of access point record.
+ */
+@Fluent
+public final class AccessPointResourceInner extends ProxyResource {
+ /*
+ * Access Point Properties
+ */
+ private AccessPointProperties properties;
+
+ /*
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ */
+ private SystemData systemData;
+
+ /*
+ * The type of the resource.
+ */
+ private String type;
+
+ /*
+ * The name of the resource.
+ */
+ private String name;
+
+ /*
+ * Fully qualified resource Id for the resource.
+ */
+ private String id;
+
+ /**
+ * Creates an instance of AccessPointResourceInner class.
+ */
+ public AccessPointResourceInner() {
+ }
+
+ /**
+ * Get the properties property: Access Point Properties.
+ *
+ * @return the properties value.
+ */
+ public AccessPointProperties properties() {
+ return this.properties;
+ }
+
+ /**
+ * Set the properties property: Access Point Properties.
+ *
+ * @param properties the properties value to set.
+ * @return the AccessPointResourceInner object itself.
+ */
+ public AccessPointResourceInner withProperties(AccessPointProperties properties) {
+ this.properties = properties;
+ return this;
+ }
+
+ /**
+ * Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ public SystemData systemData() {
+ return this.systemData;
+ }
+
+ /**
+ * Get the type property: The type of the resource.
+ *
+ * @return the type value.
+ */
+ @Override
+ public String type() {
+ return this.type;
+ }
+
+ /**
+ * Get the name property: The name of the resource.
+ *
+ * @return the name value.
+ */
+ @Override
+ public String name() {
+ return this.name;
+ }
+
+ /**
+ * Get the id property: Fully qualified resource Id for the resource.
+ *
+ * @return the id value.
+ */
+ @Override
+ public String id() {
+ return this.id;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeJsonField("properties", this.properties);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of AccessPointResourceInner from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of AccessPointResourceInner if the JsonReader was pointing to an instance of it, or null if
+ * it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the AccessPointResourceInner.
+ */
+ public static AccessPointResourceInner fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ AccessPointResourceInner deserializedAccessPointResourceInner = new AccessPointResourceInner();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("id".equals(fieldName)) {
+ deserializedAccessPointResourceInner.id = reader.getString();
+ } else if ("name".equals(fieldName)) {
+ deserializedAccessPointResourceInner.name = reader.getString();
+ } else if ("type".equals(fieldName)) {
+ deserializedAccessPointResourceInner.type = reader.getString();
+ } else if ("properties".equals(fieldName)) {
+ deserializedAccessPointResourceInner.properties = AccessPointProperties.fromJson(reader);
+ } else if ("systemData".equals(fieldName)) {
+ deserializedAccessPointResourceInner.systemData = SystemData.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedAccessPointResourceInner;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/LatestLinkedSaaSResponseInner.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/LatestLinkedSaaSResponseInner.java
new file mode 100644
index 000000000000..2490a36907ac
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/LatestLinkedSaaSResponseInner.java
@@ -0,0 +1,92 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.fluent.models;
+
+import com.azure.core.annotation.Immutable;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+
+/**
+ * Response of get latest linked SaaS resource operation.
+ */
+@Immutable
+public final class LatestLinkedSaaSResponseInner implements JsonSerializable {
+ /*
+ * SaaS resource id
+ */
+ private String saaSResourceId;
+
+ /*
+ * Flag indicating if the SaaS resource is hidden
+ */
+ private Boolean isHiddenSaaS;
+
+ /**
+ * Creates an instance of LatestLinkedSaaSResponseInner class.
+ */
+ private LatestLinkedSaaSResponseInner() {
+ }
+
+ /**
+ * Get the saaSResourceId property: SaaS resource id.
+ *
+ * @return the saaSResourceId value.
+ */
+ public String saaSResourceId() {
+ return this.saaSResourceId;
+ }
+
+ /**
+ * Get the isHiddenSaaS property: Flag indicating if the SaaS resource is hidden.
+ *
+ * @return the isHiddenSaaS value.
+ */
+ public Boolean isHiddenSaaS() {
+ return this.isHiddenSaaS;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("saaSResourceId", this.saaSResourceId);
+ jsonWriter.writeBooleanField("isHiddenSaaS", this.isHiddenSaaS);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of LatestLinkedSaaSResponseInner from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of LatestLinkedSaaSResponseInner if the JsonReader was pointing to an instance of it, or null
+ * if it was pointing to JSON null.
+ * @throws IOException If an error occurs while reading the LatestLinkedSaaSResponseInner.
+ */
+ public static LatestLinkedSaaSResponseInner fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ LatestLinkedSaaSResponseInner deserializedLatestLinkedSaaSResponseInner
+ = new LatestLinkedSaaSResponseInner();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("saaSResourceId".equals(fieldName)) {
+ deserializedLatestLinkedSaaSResponseInner.saaSResourceId = reader.getString();
+ } else if ("isHiddenSaaS".equals(fieldName)) {
+ deserializedLatestLinkedSaaSResponseInner.isHiddenSaaS = reader.getNullable(JsonReader::getBoolean);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedLatestLinkedSaaSResponseInner;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/NetworkGatewayResourceInner.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/NetworkGatewayResourceInner.java
new file mode 100644
index 000000000000..72ff270cb430
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/NetworkGatewayResourceInner.java
@@ -0,0 +1,155 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.management.ProxyResource;
+import com.azure.core.management.SystemData;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayProperties;
+import java.io.IOException;
+
+/**
+ * Details of network gateway record.
+ */
+@Fluent
+public final class NetworkGatewayResourceInner extends ProxyResource {
+ /*
+ * Network Gateway Properties
+ */
+ private NetworkGatewayProperties properties;
+
+ /*
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ */
+ private SystemData systemData;
+
+ /*
+ * The type of the resource.
+ */
+ private String type;
+
+ /*
+ * The name of the resource.
+ */
+ private String name;
+
+ /*
+ * Fully qualified resource Id for the resource.
+ */
+ private String id;
+
+ /**
+ * Creates an instance of NetworkGatewayResourceInner class.
+ */
+ public NetworkGatewayResourceInner() {
+ }
+
+ /**
+ * Get the properties property: Network Gateway Properties.
+ *
+ * @return the properties value.
+ */
+ public NetworkGatewayProperties properties() {
+ return this.properties;
+ }
+
+ /**
+ * Set the properties property: Network Gateway Properties.
+ *
+ * @param properties the properties value to set.
+ * @return the NetworkGatewayResourceInner object itself.
+ */
+ public NetworkGatewayResourceInner withProperties(NetworkGatewayProperties properties) {
+ this.properties = properties;
+ return this;
+ }
+
+ /**
+ * Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ public SystemData systemData() {
+ return this.systemData;
+ }
+
+ /**
+ * Get the type property: The type of the resource.
+ *
+ * @return the type value.
+ */
+ @Override
+ public String type() {
+ return this.type;
+ }
+
+ /**
+ * Get the name property: The name of the resource.
+ *
+ * @return the name value.
+ */
+ @Override
+ public String name() {
+ return this.name;
+ }
+
+ /**
+ * Get the id property: Fully qualified resource Id for the resource.
+ *
+ * @return the id value.
+ */
+ @Override
+ public String id() {
+ return this.id;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeJsonField("properties", this.properties);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of NetworkGatewayResourceInner from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of NetworkGatewayResourceInner if the JsonReader was pointing to an instance of it, or null
+ * if it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the NetworkGatewayResourceInner.
+ */
+ public static NetworkGatewayResourceInner fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ NetworkGatewayResourceInner deserializedNetworkGatewayResourceInner = new NetworkGatewayResourceInner();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("id".equals(fieldName)) {
+ deserializedNetworkGatewayResourceInner.id = reader.getString();
+ } else if ("name".equals(fieldName)) {
+ deserializedNetworkGatewayResourceInner.name = reader.getString();
+ } else if ("type".equals(fieldName)) {
+ deserializedNetworkGatewayResourceInner.type = reader.getString();
+ } else if ("properties".equals(fieldName)) {
+ deserializedNetworkGatewayResourceInner.properties = NetworkGatewayProperties.fromJson(reader);
+ } else if ("systemData".equals(fieldName)) {
+ deserializedNetworkGatewayResourceInner.systemData = SystemData.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedNetworkGatewayResourceInner;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/SaaSResourceDetailsResponseInner.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/SaaSResourceDetailsResponseInner.java
new file mode 100644
index 000000000000..5132729f6f23
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/fluent/models/SaaSResourceDetailsResponseInner.java
@@ -0,0 +1,146 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.fluent.models;
+
+import com.azure.core.annotation.Immutable;
+import com.azure.core.management.ProxyResource;
+import com.azure.core.management.SystemData;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+
+/**
+ * Proxy Resource
+ *
+ * Marketplace SaaS resource details.
+ */
+@Immutable
+public final class SaaSResourceDetailsResponseInner extends ProxyResource {
+ /*
+ * Id of the Marketplace SaaS Resource
+ */
+ private String saasId;
+
+ /*
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ */
+ private SystemData systemData;
+
+ /*
+ * The type of the resource.
+ */
+ private String type;
+
+ /*
+ * The name of the resource.
+ */
+ private String name;
+
+ /*
+ * Fully qualified resource Id for the resource.
+ */
+ private String id;
+
+ /**
+ * Creates an instance of SaaSResourceDetailsResponseInner class.
+ */
+ private SaaSResourceDetailsResponseInner() {
+ }
+
+ /**
+ * Get the saasId property: Id of the Marketplace SaaS Resource.
+ *
+ * @return the saasId value.
+ */
+ public String saasId() {
+ return this.saasId;
+ }
+
+ /**
+ * Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ public SystemData systemData() {
+ return this.systemData;
+ }
+
+ /**
+ * Get the type property: The type of the resource.
+ *
+ * @return the type value.
+ */
+ @Override
+ public String type() {
+ return this.type;
+ }
+
+ /**
+ * Get the name property: The name of the resource.
+ *
+ * @return the name value.
+ */
+ @Override
+ public String name() {
+ return this.name;
+ }
+
+ /**
+ * Get the id property: Fully qualified resource Id for the resource.
+ *
+ * @return the id value.
+ */
+ @Override
+ public String id() {
+ return this.id;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("saasId", this.saasId);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of SaaSResourceDetailsResponseInner from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of SaaSResourceDetailsResponseInner if the JsonReader was pointing to an instance of it, or
+ * null if it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the SaaSResourceDetailsResponseInner.
+ */
+ public static SaaSResourceDetailsResponseInner fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ SaaSResourceDetailsResponseInner deserializedSaaSResourceDetailsResponseInner
+ = new SaaSResourceDetailsResponseInner();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("id".equals(fieldName)) {
+ deserializedSaaSResourceDetailsResponseInner.id = reader.getString();
+ } else if ("name".equals(fieldName)) {
+ deserializedSaaSResourceDetailsResponseInner.name = reader.getString();
+ } else if ("type".equals(fieldName)) {
+ deserializedSaaSResourceDetailsResponseInner.type = reader.getString();
+ } else if ("saasId".equals(fieldName)) {
+ deserializedSaaSResourceDetailsResponseInner.saasId = reader.getString();
+ } else if ("systemData".equals(fieldName)) {
+ deserializedSaaSResourceDetailsResponseInner.systemData = SystemData.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedSaaSResourceDetailsResponseInner;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourceImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourceImpl.java
new file mode 100644
index 000000000000..bf7512c6b6e3
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourceImpl.java
@@ -0,0 +1,115 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.management.SystemData;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner;
+import com.azure.resourcemanager.confluent.models.AccessPointProperties;
+import com.azure.resourcemanager.confluent.models.AccessPointResource;
+
+public final class AccessPointResourceImpl implements AccessPointResource, AccessPointResource.Definition {
+ private AccessPointResourceInner innerObject;
+
+ private final com.azure.resourcemanager.confluent.ConfluentManager serviceManager;
+
+ AccessPointResourceImpl(AccessPointResourceInner innerObject,
+ com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerObject = innerObject;
+ this.serviceManager = serviceManager;
+ }
+
+ public String id() {
+ return this.innerModel().id();
+ }
+
+ public String name() {
+ return this.innerModel().name();
+ }
+
+ public String type() {
+ return this.innerModel().type();
+ }
+
+ public AccessPointProperties properties() {
+ return this.innerModel().properties();
+ }
+
+ public SystemData systemData() {
+ return this.innerModel().systemData();
+ }
+
+ public AccessPointResourceInner innerModel() {
+ return this.innerObject;
+ }
+
+ private com.azure.resourcemanager.confluent.ConfluentManager manager() {
+ return this.serviceManager;
+ }
+
+ private String resourceGroupName;
+
+ private String organizationName;
+
+ private String environmentId;
+
+ private String networkGatewayId;
+
+ private String accessPointId;
+
+ public AccessPointResourceImpl withExistingNetworkGateway(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ this.resourceGroupName = resourceGroupName;
+ this.organizationName = organizationName;
+ this.environmentId = environmentId;
+ this.networkGatewayId = networkGatewayId;
+ return this;
+ }
+
+ public AccessPointResource create() {
+ this.innerObject = serviceManager.serviceClient()
+ .getAccessPointResources()
+ .createOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ this.innerModel(), Context.NONE);
+ return this;
+ }
+
+ public AccessPointResource create(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getAccessPointResources()
+ .createOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ this.innerModel(), context);
+ return this;
+ }
+
+ AccessPointResourceImpl(String name, com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerObject = new AccessPointResourceInner();
+ this.serviceManager = serviceManager;
+ this.accessPointId = name;
+ }
+
+ public AccessPointResource refresh() {
+ this.innerObject = serviceManager.serviceClient()
+ .getAccessPointResources()
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ Context.NONE)
+ .getValue();
+ return this;
+ }
+
+ public AccessPointResource refresh(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getAccessPointResources()
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ context)
+ .getValue();
+ return this;
+ }
+
+ public AccessPointResourceImpl withProperties(AccessPointProperties properties) {
+ this.innerModel().withProperties(properties);
+ return this;
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesClientImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesClientImpl.java
new file mode 100644
index 000000000000..528cc101c7fc
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesClientImpl.java
@@ -0,0 +1,861 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.annotation.BodyParam;
+import com.azure.core.annotation.Delete;
+import com.azure.core.annotation.ExpectedResponses;
+import com.azure.core.annotation.Get;
+import com.azure.core.annotation.HeaderParam;
+import com.azure.core.annotation.Headers;
+import com.azure.core.annotation.Host;
+import com.azure.core.annotation.HostParam;
+import com.azure.core.annotation.PathParam;
+import com.azure.core.annotation.Put;
+import com.azure.core.annotation.QueryParam;
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceInterface;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.annotation.UnexpectedResponseExceptionType;
+import com.azure.core.http.rest.PagedFlux;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.PagedResponse;
+import com.azure.core.http.rest.PagedResponseBase;
+import com.azure.core.http.rest.Response;
+import com.azure.core.http.rest.RestProxy;
+import com.azure.core.management.exception.ManagementException;
+import com.azure.core.management.polling.PollResult;
+import com.azure.core.util.BinaryData;
+import com.azure.core.util.Context;
+import com.azure.core.util.FluxUtil;
+import com.azure.core.util.polling.PollerFlux;
+import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient;
+import com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner;
+import com.azure.resourcemanager.confluent.implementation.models.AccessPointResourceListResult;
+import java.nio.ByteBuffer;
+import reactor.core.publisher.Flux;
+import reactor.core.publisher.Mono;
+
+/**
+ * An instance of this class provides access to all the operations defined in AccessPointResourcesClient.
+ */
+public final class AccessPointResourcesClientImpl implements AccessPointResourcesClient {
+ /**
+ * The proxy service used to perform REST calls.
+ */
+ private final AccessPointResourcesService service;
+
+ /**
+ * The service client containing this operation class.
+ */
+ private final ConfluentManagementClientImpl client;
+
+ /**
+ * Initializes an instance of AccessPointResourcesClientImpl.
+ *
+ * @param client the instance of the service client containing this operation class.
+ */
+ AccessPointResourcesClientImpl(ConfluentManagementClientImpl client) {
+ this.service = RestProxy.create(AccessPointResourcesService.class, client.getHttpPipeline(),
+ client.getSerializerAdapter());
+ this.client = client;
+ }
+
+ /**
+ * The interface defining all the services for ConfluentManagementClientAccessPointResources to be used by the proxy
+ * service to perform REST calls.
+ */
+ @Host("{endpoint}")
+ @ServiceInterface(name = "ConfluentManagementClientAccessPointResources")
+ public interface AccessPointResourcesService {
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> get(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @PathParam("accessPointId") String accessPointId,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response getSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @PathParam("accessPointId") String accessPointId,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}")
+ @ExpectedResponses({ 200, 201 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> createOrReplace(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @PathParam("accessPointId") String accessPointId,
+ @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept,
+ @BodyParam("application/json") AccessPointResourceInner resource, Context context);
+
+ @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}")
+ @ExpectedResponses({ 200, 201 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response createOrReplaceSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @PathParam("accessPointId") String accessPointId,
+ @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept,
+ @BodyParam("application/json") AccessPointResourceInner resource, Context context);
+
+ @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
+ @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}")
+ @ExpectedResponses({ 202, 204 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> delete(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @PathParam("accessPointId") String accessPointId,
+ Context context);
+
+ @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
+ @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}")
+ @ExpectedResponses({ 202, 204 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response deleteSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @PathParam("accessPointId") String accessPointId,
+ Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> list(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @HeaderParam("Accept") String accept,
+ Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response listSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @HeaderParam("Accept") String accept,
+ Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("{nextLink}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> listNext(
+ @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("{nextLink}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response listNextSync(
+ @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint,
+ @HeaderParam("Accept") String accept, Context context);
+ }
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> getWithResponseAsync(String resourceGroupName,
+ String organizationName, String environmentId, String networkGatewayId, String accessPointId) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.get(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, accept, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono getAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId) {
+ return getWithResponseAsync(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId)
+ .flatMap(res -> Mono.justOrEmpty(res.getValue()));
+ }
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context) {
+ final String accept = "application/json";
+ return service.getSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId, accept, context);
+ }
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public AccessPointResourceInner get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId) {
+ return getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ Context.NONE).getValue();
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> createOrReplaceWithResponseAsync(String resourceGroupName,
+ String organizationName, String environmentId, String networkGatewayId, String accessPointId,
+ AccessPointResourceInner resource) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.createOrReplace(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, contentType, accept, resource, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response createOrReplaceWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, AccessPointResourceInner resource) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.createOrReplaceSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, contentType, accept, resource, Context.NONE);
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response createOrReplaceWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, AccessPointResourceInner resource,
+ Context context) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.createOrReplaceSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, contentType, accept, resource, context);
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link PollerFlux} for polling of details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, AccessPointResourceInner> beginCreateOrReplaceAsync(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, AccessPointResourceInner resource) {
+ Mono>> mono = createOrReplaceWithResponseAsync(resourceGroupName, organizationName,
+ environmentId, networkGatewayId, accessPointId, resource);
+ return this.client.getLroResult(mono,
+ this.client.getHttpPipeline(), AccessPointResourceInner.class, AccessPointResourceInner.class,
+ this.client.getContext());
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, AccessPointResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, AccessPointResourceInner resource) {
+ Response response = createOrReplaceWithResponse(resourceGroupName, organizationName, environmentId,
+ networkGatewayId, accessPointId, resource);
+ return this.client.getLroResult(response,
+ AccessPointResourceInner.class, AccessPointResourceInner.class, Context.NONE);
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, AccessPointResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, AccessPointResourceInner resource, Context context) {
+ Response response = createOrReplaceWithResponse(resourceGroupName, organizationName, environmentId,
+ networkGatewayId, accessPointId, resource, context);
+ return this.client.getLroResult(response,
+ AccessPointResourceInner.class, AccessPointResourceInner.class, context);
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono createOrReplaceAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, AccessPointResourceInner resource) {
+ return beginCreateOrReplaceAsync(resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, resource).last().flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public AccessPointResourceInner createOrReplace(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, AccessPointResourceInner resource) {
+ return beginCreateOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ resource).getFinalResult();
+ }
+
+ /**
+ * Create or replace a confluent access point.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param resource Confluent Access Point resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of access point record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public AccessPointResourceInner createOrReplace(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, AccessPointResourceInner resource,
+ Context context) {
+ return beginCreateOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ resource, context).getFinalResult();
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> deleteWithResponseAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId) {
+ return FluxUtil
+ .withContext(context -> service.delete(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response deleteWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId) {
+ return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, Context.NONE);
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response deleteWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context) {
+ return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accessPointId, context);
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link PollerFlux} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId) {
+ Mono>> mono = deleteWithResponseAsync(resourceGroupName, organizationName,
+ environmentId, networkGatewayId, accessPointId);
+ return this.client.getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class,
+ this.client.getContext());
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId) {
+ Response response
+ = deleteWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId);
+ return this.client.getLroResult(response, Void.class, Void.class, Context.NONE);
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context) {
+ Response response = deleteWithResponse(resourceGroupName, organizationName, environmentId,
+ networkGatewayId, accessPointId, context);
+ return this.client.getLroResult(response, Void.class, Void.class, context);
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return A {@link Mono} that completes when a successful response is received.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono deleteAsync(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId) {
+ return beginDeleteAsync(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId)
+ .last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId) {
+ beginDelete(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId)
+ .getFinalResult();
+ }
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, Context context) {
+ beginDelete(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId, context)
+ .getFinalResult();
+ }
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation along with {@link PagedResponse} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> listSinglePageAsync(String resourceGroupName,
+ String organizationName, String environmentId, String networkGatewayId) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.list(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accept, context))
+ .>map(res -> new PagedResponseBase<>(res.getRequest(),
+ res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ private PagedFlux listAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ return new PagedFlux<>(
+ () -> listSinglePageAsync(resourceGroupName, organizationName, environmentId, networkGatewayId),
+ nextLink -> listNextSinglePageAsync(nextLink));
+ }
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listSinglePage(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ final String accept = "application/json";
+ Response res
+ = service.listSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, organizationName, environmentId, networkGatewayId, accept, Context.NONE);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listSinglePage(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ final String accept = "application/json";
+ Response res
+ = service.listSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, organizationName, environmentId, networkGatewayId, accept, context);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ return new PagedIterable<>(
+ () -> listSinglePage(resourceGroupName, organizationName, environmentId, networkGatewayId),
+ nextLink -> listNextSinglePage(nextLink));
+ }
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ return new PagedIterable<>(
+ () -> listSinglePage(resourceGroupName, organizationName, environmentId, networkGatewayId, context),
+ nextLink -> listNextSinglePage(nextLink, context));
+ }
+
+ /**
+ * Get the next page of items.
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation along with {@link PagedResponse} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> listNextSinglePageAsync(String nextLink) {
+ final String accept = "application/json";
+ return FluxUtil.withContext(context -> service.listNext(nextLink, this.client.getEndpoint(), accept, context))
+ .>map(res -> new PagedResponseBase<>(res.getRequest(),
+ res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Get the next page of items.
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listNextSinglePage(String nextLink) {
+ final String accept = "application/json";
+ Response res
+ = service.listNextSync(nextLink, this.client.getEndpoint(), accept, Context.NONE);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Get the next page of items.
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listNextSinglePage(String nextLink, Context context) {
+ final String accept = "application/json";
+ Response res
+ = service.listNextSync(nextLink, this.client.getEndpoint(), accept, context);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesImpl.java
new file mode 100644
index 000000000000..727546721757
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesImpl.java
@@ -0,0 +1,207 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.http.rest.SimpleResponse;
+import com.azure.core.util.Context;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient;
+import com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner;
+import com.azure.resourcemanager.confluent.models.AccessPointResource;
+import com.azure.resourcemanager.confluent.models.AccessPointResources;
+
+public final class AccessPointResourcesImpl implements AccessPointResources {
+ private static final ClientLogger LOGGER = new ClientLogger(AccessPointResourcesImpl.class);
+
+ private final AccessPointResourcesClient innerClient;
+
+ private final com.azure.resourcemanager.confluent.ConfluentManager serviceManager;
+
+ public AccessPointResourcesImpl(AccessPointResourcesClient innerClient,
+ com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerClient = innerClient;
+ this.serviceManager = serviceManager;
+ }
+
+ public Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context) {
+ Response inner = this.serviceClient()
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ context);
+ return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
+ new AccessPointResourceImpl(inner.getValue(), this.manager()));
+ }
+
+ public AccessPointResource get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId) {
+ AccessPointResourceInner inner = this.serviceClient()
+ .get(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId);
+ if (inner != null) {
+ return new AccessPointResourceImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId) {
+ this.serviceClient()
+ .delete(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId);
+ }
+
+ public void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, Context context) {
+ this.serviceClient()
+ .delete(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId, context);
+ }
+
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ PagedIterable inner
+ = this.serviceClient().list(resourceGroupName, organizationName, environmentId, networkGatewayId);
+ return ResourceManagerUtils.mapPage(inner, inner1 -> new AccessPointResourceImpl(inner1, this.manager()));
+ }
+
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ PagedIterable inner
+ = this.serviceClient().list(resourceGroupName, organizationName, environmentId, networkGatewayId, context);
+ return ResourceManagerUtils.mapPage(inner, inner1 -> new AccessPointResourceImpl(inner1, this.manager()));
+ }
+
+ public AccessPointResource getById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ String accessPointId = ResourceManagerUtils.getValueFromIdByName(id, "accessPoints");
+ if (accessPointId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accessPoints'.", id)));
+ }
+ return this
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ Context.NONE)
+ .getValue();
+ }
+
+ public Response getByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ String accessPointId = ResourceManagerUtils.getValueFromIdByName(id, "accessPoints");
+ if (accessPointId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accessPoints'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId,
+ context);
+ }
+
+ public void deleteById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ String accessPointId = ResourceManagerUtils.getValueFromIdByName(id, "accessPoints");
+ if (accessPointId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accessPoints'.", id)));
+ }
+ this.delete(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId, Context.NONE);
+ }
+
+ public void deleteByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ String accessPointId = ResourceManagerUtils.getValueFromIdByName(id, "accessPoints");
+ if (accessPointId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accessPoints'.", id)));
+ }
+ this.delete(resourceGroupName, organizationName, environmentId, networkGatewayId, accessPointId, context);
+ }
+
+ private AccessPointResourcesClient serviceClient() {
+ return this.innerClient;
+ }
+
+ private com.azure.resourcemanager.confluent.ConfluentManager manager() {
+ return this.serviceManager;
+ }
+
+ public AccessPointResourceImpl define(String name) {
+ return new AccessPointResourceImpl(name, this.manager());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientImpl.java
index 6f4f55039e7b..ec980cad6e97 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientImpl.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientImpl.java
@@ -27,11 +27,13 @@
import com.azure.core.util.serializer.SerializerAdapter;
import com.azure.core.util.serializer.SerializerEncoding;
import com.azure.resourcemanager.confluent.fluent.AccessClient;
+import com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient;
import com.azure.resourcemanager.confluent.fluent.ClustersClient;
import com.azure.resourcemanager.confluent.fluent.ConfluentManagementClient;
import com.azure.resourcemanager.confluent.fluent.ConnectorsClient;
import com.azure.resourcemanager.confluent.fluent.EnvironmentsClient;
import com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient;
+import com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient;
import com.azure.resourcemanager.confluent.fluent.OrganizationOperationsClient;
import com.azure.resourcemanager.confluent.fluent.OrganizationsClient;
import com.azure.resourcemanager.confluent.fluent.TopicsClient;
@@ -134,6 +136,34 @@ public Duration getDefaultPollInterval() {
return this.defaultPollInterval;
}
+ /**
+ * The NetworkGatewayResourcesClient object to access its operations.
+ */
+ private final NetworkGatewayResourcesClient networkGatewayResources;
+
+ /**
+ * Gets the NetworkGatewayResourcesClient object to access its operations.
+ *
+ * @return the NetworkGatewayResourcesClient object.
+ */
+ public NetworkGatewayResourcesClient getNetworkGatewayResources() {
+ return this.networkGatewayResources;
+ }
+
+ /**
+ * The AccessPointResourcesClient object to access its operations.
+ */
+ private final AccessPointResourcesClient accessPointResources;
+
+ /**
+ * Gets the AccessPointResourcesClient object to access its operations.
+ *
+ * @return the AccessPointResourcesClient object.
+ */
+ public AccessPointResourcesClient getAccessPointResources() {
+ return this.accessPointResources;
+ }
+
/**
* The OrganizationOperationsClient object to access its operations.
*/
@@ -277,7 +307,9 @@ public ValidationsClient getValidations() {
this.defaultPollInterval = defaultPollInterval;
this.endpoint = endpoint;
this.subscriptionId = subscriptionId;
- this.apiVersion = "2025-08-18-preview";
+ this.apiVersion = "2026-06-02-preview";
+ this.networkGatewayResources = new NetworkGatewayResourcesClientImpl(this);
+ this.accessPointResources = new AccessPointResourcesClientImpl(this);
this.organizationOperations = new OrganizationOperationsClientImpl(this);
this.organizations = new OrganizationsClientImpl(this);
this.access = new AccessClientImpl(this);
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/LatestLinkedSaaSResponseImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/LatestLinkedSaaSResponseImpl.java
new file mode 100644
index 000000000000..46d024224cb6
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/LatestLinkedSaaSResponseImpl.java
@@ -0,0 +1,36 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner;
+import com.azure.resourcemanager.confluent.models.LatestLinkedSaaSResponse;
+
+public final class LatestLinkedSaaSResponseImpl implements LatestLinkedSaaSResponse {
+ private LatestLinkedSaaSResponseInner innerObject;
+
+ private final com.azure.resourcemanager.confluent.ConfluentManager serviceManager;
+
+ LatestLinkedSaaSResponseImpl(LatestLinkedSaaSResponseInner innerObject,
+ com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerObject = innerObject;
+ this.serviceManager = serviceManager;
+ }
+
+ public String saaSResourceId() {
+ return this.innerModel().saaSResourceId();
+ }
+
+ public Boolean isHiddenSaaS() {
+ return this.innerModel().isHiddenSaaS();
+ }
+
+ public LatestLinkedSaaSResponseInner innerModel() {
+ return this.innerObject;
+ }
+
+ private com.azure.resourcemanager.confluent.ConfluentManager manager() {
+ return this.serviceManager;
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourceImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourceImpl.java
new file mode 100644
index 000000000000..bdc619397e74
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourceImpl.java
@@ -0,0 +1,110 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.management.SystemData;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayProperties;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayResource;
+
+public final class NetworkGatewayResourceImpl implements NetworkGatewayResource, NetworkGatewayResource.Definition {
+ private NetworkGatewayResourceInner innerObject;
+
+ private final com.azure.resourcemanager.confluent.ConfluentManager serviceManager;
+
+ NetworkGatewayResourceImpl(NetworkGatewayResourceInner innerObject,
+ com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerObject = innerObject;
+ this.serviceManager = serviceManager;
+ }
+
+ public String id() {
+ return this.innerModel().id();
+ }
+
+ public String name() {
+ return this.innerModel().name();
+ }
+
+ public String type() {
+ return this.innerModel().type();
+ }
+
+ public NetworkGatewayProperties properties() {
+ return this.innerModel().properties();
+ }
+
+ public SystemData systemData() {
+ return this.innerModel().systemData();
+ }
+
+ public NetworkGatewayResourceInner innerModel() {
+ return this.innerObject;
+ }
+
+ private com.azure.resourcemanager.confluent.ConfluentManager manager() {
+ return this.serviceManager;
+ }
+
+ private String resourceGroupName;
+
+ private String organizationName;
+
+ private String environmentId;
+
+ private String networkGatewayId;
+
+ public NetworkGatewayResourceImpl withExistingEnvironment(String resourceGroupName, String organizationName,
+ String environmentId) {
+ this.resourceGroupName = resourceGroupName;
+ this.organizationName = organizationName;
+ this.environmentId = environmentId;
+ return this;
+ }
+
+ public NetworkGatewayResource create() {
+ this.innerObject = serviceManager.serviceClient()
+ .getNetworkGatewayResources()
+ .createOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, this.innerModel(),
+ Context.NONE);
+ return this;
+ }
+
+ public NetworkGatewayResource create(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getNetworkGatewayResources()
+ .createOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, this.innerModel(),
+ context);
+ return this;
+ }
+
+ NetworkGatewayResourceImpl(String name, com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerObject = new NetworkGatewayResourceInner();
+ this.serviceManager = serviceManager;
+ this.networkGatewayId = name;
+ }
+
+ public NetworkGatewayResource refresh() {
+ this.innerObject = serviceManager.serviceClient()
+ .getNetworkGatewayResources()
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, Context.NONE)
+ .getValue();
+ return this;
+ }
+
+ public NetworkGatewayResource refresh(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getNetworkGatewayResources()
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, context)
+ .getValue();
+ return this;
+ }
+
+ public NetworkGatewayResourceImpl withProperties(NetworkGatewayProperties properties) {
+ this.innerModel().withProperties(properties);
+ return this;
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesClientImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesClientImpl.java
new file mode 100644
index 000000000000..ff8a88aee9bc
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesClientImpl.java
@@ -0,0 +1,820 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.annotation.BodyParam;
+import com.azure.core.annotation.Delete;
+import com.azure.core.annotation.ExpectedResponses;
+import com.azure.core.annotation.Get;
+import com.azure.core.annotation.HeaderParam;
+import com.azure.core.annotation.Headers;
+import com.azure.core.annotation.Host;
+import com.azure.core.annotation.HostParam;
+import com.azure.core.annotation.PathParam;
+import com.azure.core.annotation.Put;
+import com.azure.core.annotation.QueryParam;
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceInterface;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.annotation.UnexpectedResponseExceptionType;
+import com.azure.core.http.rest.PagedFlux;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.PagedResponse;
+import com.azure.core.http.rest.PagedResponseBase;
+import com.azure.core.http.rest.Response;
+import com.azure.core.http.rest.RestProxy;
+import com.azure.core.management.exception.ManagementException;
+import com.azure.core.management.polling.PollResult;
+import com.azure.core.util.BinaryData;
+import com.azure.core.util.Context;
+import com.azure.core.util.FluxUtil;
+import com.azure.core.util.polling.PollerFlux;
+import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient;
+import com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner;
+import com.azure.resourcemanager.confluent.implementation.models.NetworkGatewayResourceListResult;
+import java.nio.ByteBuffer;
+import reactor.core.publisher.Flux;
+import reactor.core.publisher.Mono;
+
+/**
+ * An instance of this class provides access to all the operations defined in NetworkGatewayResourcesClient.
+ */
+public final class NetworkGatewayResourcesClientImpl implements NetworkGatewayResourcesClient {
+ /**
+ * The proxy service used to perform REST calls.
+ */
+ private final NetworkGatewayResourcesService service;
+
+ /**
+ * The service client containing this operation class.
+ */
+ private final ConfluentManagementClientImpl client;
+
+ /**
+ * Initializes an instance of NetworkGatewayResourcesClientImpl.
+ *
+ * @param client the instance of the service client containing this operation class.
+ */
+ NetworkGatewayResourcesClientImpl(ConfluentManagementClientImpl client) {
+ this.service = RestProxy.create(NetworkGatewayResourcesService.class, client.getHttpPipeline(),
+ client.getSerializerAdapter());
+ this.client = client;
+ }
+
+ /**
+ * The interface defining all the services for ConfluentManagementClientNetworkGatewayResources to be used by the
+ * proxy service to perform REST calls.
+ */
+ @Host("{endpoint}")
+ @ServiceInterface(name = "ConfluentManagementClientNetworkGatewayResources")
+ public interface NetworkGatewayResourcesService {
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> get(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @HeaderParam("Accept") String accept,
+ Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response getSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @HeaderParam("Accept") String accept,
+ Context context);
+
+ @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}")
+ @ExpectedResponses({ 200, 201 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> createOrReplace(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") NetworkGatewayResourceInner resource,
+ Context context);
+
+ @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}")
+ @ExpectedResponses({ 200, 201 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response createOrReplaceSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") NetworkGatewayResourceInner resource,
+ Context context);
+
+ @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
+ @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}")
+ @ExpectedResponses({ 202, 204 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> delete(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, Context context);
+
+ @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
+ @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}")
+ @ExpectedResponses({ 202, 204 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response deleteSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @PathParam("networkGatewayId") String networkGatewayId, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> list(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response listSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @PathParam("environmentId") String environmentId,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("{nextLink}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> listNext(
+ @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("{nextLink}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response listNextSync(
+ @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint,
+ @HeaderParam("Accept") String accept, Context context);
+ }
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> getWithResponseAsync(String resourceGroupName,
+ String organizationName, String environmentId, String networkGatewayId) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.get(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ accept, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono getAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ return getWithResponseAsync(resourceGroupName, organizationName, environmentId, networkGatewayId)
+ .flatMap(res -> Mono.justOrEmpty(res.getValue()));
+ }
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ final String accept = "application/json";
+ return service.getSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, organizationName, environmentId, networkGatewayId, accept, context);
+ }
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public NetworkGatewayResourceInner get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId) {
+ return getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, Context.NONE)
+ .getValue();
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> createOrReplaceWithResponseAsync(String resourceGroupName,
+ String organizationName, String environmentId, String networkGatewayId, NetworkGatewayResourceInner resource) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.createOrReplace(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ contentType, accept, resource, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response createOrReplaceWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, NetworkGatewayResourceInner resource) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.createOrReplaceSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ contentType, accept, resource, Context.NONE);
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response createOrReplaceWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, NetworkGatewayResourceInner resource, Context context) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.createOrReplaceSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ contentType, accept, resource, context);
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link PollerFlux} for polling of details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, NetworkGatewayResourceInner> beginCreateOrReplaceAsync(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ NetworkGatewayResourceInner resource) {
+ Mono>> mono = createOrReplaceWithResponseAsync(resourceGroupName, organizationName,
+ environmentId, networkGatewayId, resource);
+ return this.client.getLroResult(mono,
+ this.client.getHttpPipeline(), NetworkGatewayResourceInner.class, NetworkGatewayResourceInner.class,
+ this.client.getContext());
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, NetworkGatewayResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ NetworkGatewayResourceInner resource) {
+ Response response = createOrReplaceWithResponse(resourceGroupName, organizationName, environmentId,
+ networkGatewayId, resource);
+ return this.client.getLroResult(response,
+ NetworkGatewayResourceInner.class, NetworkGatewayResourceInner.class, Context.NONE);
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, NetworkGatewayResourceInner> beginCreateOrReplace(
+ String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ NetworkGatewayResourceInner resource, Context context) {
+ Response response = createOrReplaceWithResponse(resourceGroupName, organizationName, environmentId,
+ networkGatewayId, resource, context);
+ return this.client.getLroResult(response,
+ NetworkGatewayResourceInner.class, NetworkGatewayResourceInner.class, context);
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono createOrReplaceAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, NetworkGatewayResourceInner resource) {
+ return beginCreateOrReplaceAsync(resourceGroupName, organizationName, environmentId, networkGatewayId, resource)
+ .last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public NetworkGatewayResourceInner createOrReplace(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, NetworkGatewayResourceInner resource) {
+ return beginCreateOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, resource)
+ .getFinalResult();
+ }
+
+ /**
+ * Create or replace a confluent network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param resource Confluent Network Gateway resource model.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return details of network gateway record.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public NetworkGatewayResourceInner createOrReplace(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, NetworkGatewayResourceInner resource, Context context) {
+ return beginCreateOrReplace(resourceGroupName, organizationName, environmentId, networkGatewayId, resource,
+ context).getFinalResult();
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> deleteWithResponseAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ return FluxUtil
+ .withContext(context -> service.delete(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response deleteWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ Context.NONE);
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response deleteWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, networkGatewayId,
+ context);
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link PollerFlux} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ Mono>> mono
+ = deleteWithResponseAsync(resourceGroupName, organizationName, environmentId, networkGatewayId);
+ return this.client.getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class,
+ this.client.getContext());
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId) {
+ Response response
+ = deleteWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId);
+ return this.client.getLroResult(response, Void.class, Void.class, Context.NONE);
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, Void> beginDelete(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ Response response
+ = deleteWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, context);
+ return this.client.getLroResult(response, Void.class, Void.class, context);
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return A {@link Mono} that completes when a successful response is received.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono deleteAsync(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId) {
+ return beginDeleteAsync(resourceGroupName, organizationName, environmentId, networkGatewayId).last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public void delete(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId) {
+ beginDelete(resourceGroupName, organizationName, environmentId, networkGatewayId).getFinalResult();
+ }
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ Context context) {
+ beginDelete(resourceGroupName, organizationName, environmentId, networkGatewayId, context).getFinalResult();
+ }
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation along with {@link PagedResponse} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> listSinglePageAsync(String resourceGroupName,
+ String organizationName, String environmentId) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.list(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, environmentId, accept, context))
+ .>map(res -> new PagedResponseBase<>(res.getRequest(),
+ res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ private PagedFlux listAsync(String resourceGroupName, String organizationName,
+ String environmentId) {
+ return new PagedFlux<>(() -> listSinglePageAsync(resourceGroupName, organizationName, environmentId),
+ nextLink -> listNextSinglePageAsync(nextLink));
+ }
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listSinglePage(String resourceGroupName, String organizationName,
+ String environmentId) {
+ final String accept = "application/json";
+ Response res
+ = service.listSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, organizationName, environmentId, accept, Context.NONE);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listSinglePage(String resourceGroupName, String organizationName,
+ String environmentId, Context context) {
+ final String accept = "application/json";
+ Response res
+ = service.listSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, organizationName, environmentId, accept, context);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId) {
+ return new PagedIterable<>(() -> listSinglePage(resourceGroupName, organizationName, environmentId),
+ nextLink -> listNextSinglePage(nextLink));
+ }
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, Context context) {
+ return new PagedIterable<>(() -> listSinglePage(resourceGroupName, organizationName, environmentId, context),
+ nextLink -> listNextSinglePage(nextLink, context));
+ }
+
+ /**
+ * Get the next page of items.
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation along with {@link PagedResponse} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> listNextSinglePageAsync(String nextLink) {
+ final String accept = "application/json";
+ return FluxUtil.withContext(context -> service.listNext(nextLink, this.client.getEndpoint(), accept, context))
+ .>map(res -> new PagedResponseBase<>(res.getRequest(),
+ res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Get the next page of items.
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listNextSinglePage(String nextLink) {
+ final String accept = "application/json";
+ Response res
+ = service.listNextSync(nextLink, this.client.getEndpoint(), accept, Context.NONE);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Get the next page of items.
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listNextSinglePage(String nextLink, Context context) {
+ final String accept = "application/json";
+ Response res
+ = service.listNextSync(nextLink, this.client.getEndpoint(), accept, context);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesImpl.java
new file mode 100644
index 000000000000..7369874bc3a6
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesImpl.java
@@ -0,0 +1,181 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.http.rest.SimpleResponse;
+import com.azure.core.util.Context;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient;
+import com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayResource;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayResources;
+
+public final class NetworkGatewayResourcesImpl implements NetworkGatewayResources {
+ private static final ClientLogger LOGGER = new ClientLogger(NetworkGatewayResourcesImpl.class);
+
+ private final NetworkGatewayResourcesClient innerClient;
+
+ private final com.azure.resourcemanager.confluent.ConfluentManager serviceManager;
+
+ public NetworkGatewayResourcesImpl(NetworkGatewayResourcesClient innerClient,
+ com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerClient = innerClient;
+ this.serviceManager = serviceManager;
+ }
+
+ public Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context) {
+ Response inner = this.serviceClient()
+ .getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, context);
+ return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
+ new NetworkGatewayResourceImpl(inner.getValue(), this.manager()));
+ }
+
+ public NetworkGatewayResource get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId) {
+ NetworkGatewayResourceInner inner
+ = this.serviceClient().get(resourceGroupName, organizationName, environmentId, networkGatewayId);
+ if (inner != null) {
+ return new NetworkGatewayResourceImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public void delete(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId) {
+ this.serviceClient().delete(resourceGroupName, organizationName, environmentId, networkGatewayId);
+ }
+
+ public void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ Context context) {
+ this.serviceClient().delete(resourceGroupName, organizationName, environmentId, networkGatewayId, context);
+ }
+
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId) {
+ PagedIterable inner
+ = this.serviceClient().list(resourceGroupName, organizationName, environmentId);
+ return ResourceManagerUtils.mapPage(inner, inner1 -> new NetworkGatewayResourceImpl(inner1, this.manager()));
+ }
+
+ public PagedIterable list(String resourceGroupName, String organizationName,
+ String environmentId, Context context) {
+ PagedIterable inner
+ = this.serviceClient().list(resourceGroupName, organizationName, environmentId, context);
+ return ResourceManagerUtils.mapPage(inner, inner1 -> new NetworkGatewayResourceImpl(inner1, this.manager()));
+ }
+
+ public NetworkGatewayResource getById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, Context.NONE)
+ .getValue();
+ }
+
+ public Response getByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, organizationName, environmentId, networkGatewayId, context);
+ }
+
+ public void deleteById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ this.delete(resourceGroupName, organizationName, environmentId, networkGatewayId, Context.NONE);
+ }
+
+ public void deleteByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String organizationName = ResourceManagerUtils.getValueFromIdByName(id, "organizations");
+ if (organizationName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'organizations'.", id)));
+ }
+ String environmentId = ResourceManagerUtils.getValueFromIdByName(id, "environments");
+ if (environmentId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'environments'.", id)));
+ }
+ String networkGatewayId = ResourceManagerUtils.getValueFromIdByName(id, "networkGateways");
+ if (networkGatewayId == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'networkGateways'.", id)));
+ }
+ this.delete(resourceGroupName, organizationName, environmentId, networkGatewayId, context);
+ }
+
+ private NetworkGatewayResourcesClient serviceClient() {
+ return this.innerClient;
+ }
+
+ private com.azure.resourcemanager.confluent.ConfluentManager manager() {
+ return this.serviceManager;
+ }
+
+ public NetworkGatewayResourceImpl define(String name) {
+ return new NetworkGatewayResourceImpl(name, this.manager());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationResourceImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationResourceImpl.java
index d41425186125..2df1878722e4 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationResourceImpl.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationResourceImpl.java
@@ -9,6 +9,7 @@
import com.azure.core.management.SystemData;
import com.azure.core.util.Context;
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
+import com.azure.resourcemanager.confluent.models.LatestLinkedSaaSResponse;
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.ListAccessRequestModel;
import com.azure.resourcemanager.confluent.models.ListRegionsSuccessResponse;
@@ -16,6 +17,7 @@
import com.azure.resourcemanager.confluent.models.OrganizationResource;
import com.azure.resourcemanager.confluent.models.OrganizationResourceUpdate;
import com.azure.resourcemanager.confluent.models.ProvisionState;
+import com.azure.resourcemanager.confluent.models.SaaSData;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.time.OffsetDateTime;
import java.util.Collections;
@@ -189,6 +191,23 @@ public ListRegionsSuccessResponse listRegions(ListAccessRequestModel body) {
return serviceManager.organizations().listRegions(resourceGroupName, organizationName, body);
}
+ public OrganizationResource linkSaaS(SaaSData body) {
+ return serviceManager.organizations().linkSaaS(resourceGroupName, organizationName, body);
+ }
+
+ public OrganizationResource linkSaaS(SaaSData body, Context context) {
+ return serviceManager.organizations().linkSaaS(resourceGroupName, organizationName, body, context);
+ }
+
+ public Response latestLinkedSaaSWithResponse(Context context) {
+ return serviceManager.organizations()
+ .latestLinkedSaaSWithResponse(resourceGroupName, organizationName, context);
+ }
+
+ public LatestLinkedSaaSResponse latestLinkedSaaS() {
+ return serviceManager.organizations().latestLinkedSaaS(resourceGroupName, organizationName);
+ }
+
public OrganizationResourceImpl withRegion(Region location) {
this.innerModel().withLocation(location.toString());
return this;
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsClientImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsClientImpl.java
index 9d066ec995ad..e235ae83b582 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsClientImpl.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsClientImpl.java
@@ -36,18 +36,22 @@
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.confluent.fluent.OrganizationsClient;
import com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner;
+import com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.fluent.models.SCClusterRecordInner;
import com.azure.resourcemanager.confluent.fluent.models.SCEnvironmentRecordInner;
+import com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner;
import com.azure.resourcemanager.confluent.implementation.models.GetEnvironmentsResponse;
import com.azure.resourcemanager.confluent.implementation.models.ListClustersSuccessResponse;
import com.azure.resourcemanager.confluent.implementation.models.ListSchemaRegistryClustersResponse;
import com.azure.resourcemanager.confluent.implementation.models.OrganizationResourceListResult;
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
import com.azure.resourcemanager.confluent.models.CreateApiKeyModel;
import com.azure.resourcemanager.confluent.models.ListAccessRequestModel;
import com.azure.resourcemanager.confluent.models.OrganizationResourceUpdate;
+import com.azure.resourcemanager.confluent.models.SaaSData;
import java.nio.ByteBuffer;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
@@ -256,6 +260,60 @@ Response listRegionsSync(@HostParam("endpoint")
@HeaderParam("Accept") String accept, @BodyParam("application/json") ListAccessRequestModel body,
Context context);
+ @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/linkSaaS")
+ @ExpectedResponses({ 200, 202 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> linkSaaS(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") SaaSData body, Context context);
+
+ @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/linkSaaS")
+ @ExpectedResponses({ 200, 202 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response linkSaaSSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") SaaSData body, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/latestLinkedSaaS")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> latestLinkedSaaS(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @HeaderParam("Accept") String accept,
+ Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/latestLinkedSaaS")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response latestLinkedSaaSSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName,
+ @PathParam("organizationName") String organizationName, @HeaderParam("Accept") String accept,
+ Context context);
+
+ @Post("/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/activateSaaS")
+ @ExpectedResponses({ 200, 202 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> activateResource(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept,
+ @BodyParam("application/json") ActivateSaaSParameterRequest body, Context context);
+
+ @Post("/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/activateSaaS")
+ @ExpectedResponses({ 200, 202 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response activateResourceSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept,
+ @BodyParam("application/json") ActivateSaaSParameterRequest body, Context context);
+
@Headers({ "Content-Type: application/json" })
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}")
@ExpectedResponses({ 200 })
@@ -1434,6 +1492,402 @@ public ListRegionsSuccessResponseInner listRegions(String resourceGroupName, Str
return listRegionsWithResponse(resourceGroupName, organizationName, body, Context.NONE).getValue();
}
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> linkSaaSWithResponseAsync(String resourceGroupName,
+ String organizationName, SaaSData body) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return FluxUtil.withContext(context -> service.linkSaaS(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, contentType, accept, body, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response linkSaaSWithResponse(String resourceGroupName, String organizationName,
+ SaaSData body) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.linkSaaSSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, contentType, accept, body,
+ Context.NONE);
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response linkSaaSWithResponse(String resourceGroupName, String organizationName, SaaSData body,
+ Context context) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.linkSaaSSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, contentType, accept, body, context);
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link PollerFlux} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, OrganizationResourceInner>
+ beginLinkSaaSAsync(String resourceGroupName, String organizationName, SaaSData body) {
+ Mono>> mono = linkSaaSWithResponseAsync(resourceGroupName, organizationName, body);
+ return this.client.getLroResult(mono,
+ this.client.getHttpPipeline(), OrganizationResourceInner.class, OrganizationResourceInner.class,
+ this.client.getContext());
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, OrganizationResourceInner>
+ beginLinkSaaS(String resourceGroupName, String organizationName, SaaSData body) {
+ Response response = linkSaaSWithResponse(resourceGroupName, organizationName, body);
+ return this.client.getLroResult(response,
+ OrganizationResourceInner.class, OrganizationResourceInner.class, Context.NONE);
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, OrganizationResourceInner>
+ beginLinkSaaS(String resourceGroupName, String organizationName, SaaSData body, Context context) {
+ Response response = linkSaaSWithResponse(resourceGroupName, organizationName, body, context);
+ return this.client.getLroResult(response,
+ OrganizationResourceInner.class, OrganizationResourceInner.class, context);
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response body on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono linkSaaSAsync(String resourceGroupName, String organizationName,
+ SaaSData body) {
+ return beginLinkSaaSAsync(resourceGroupName, organizationName, body).last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public OrganizationResourceInner linkSaaS(String resourceGroupName, String organizationName, SaaSData body) {
+ return beginLinkSaaS(resourceGroupName, organizationName, body).getFinalResult();
+ }
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public OrganizationResourceInner linkSaaS(String resourceGroupName, String organizationName, SaaSData body,
+ Context context) {
+ return beginLinkSaaS(resourceGroupName, organizationName, body, context).getFinalResult();
+ }
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation along with {@link Response} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> latestLinkedSaaSWithResponseAsync(String resourceGroupName,
+ String organizationName) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.latestLinkedSaaS(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, accept, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono latestLinkedSaaSAsync(String resourceGroupName,
+ String organizationName) {
+ return latestLinkedSaaSWithResponseAsync(resourceGroupName, organizationName)
+ .flatMap(res -> Mono.justOrEmpty(res.getValue()));
+ }
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public Response latestLinkedSaaSWithResponse(String resourceGroupName,
+ String organizationName, Context context) {
+ final String accept = "application/json";
+ return service.latestLinkedSaaSSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, organizationName, accept, context);
+ }
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public LatestLinkedSaaSResponseInner latestLinkedSaaS(String resourceGroupName, String organizationName) {
+ return latestLinkedSaaSWithResponse(resourceGroupName, organizationName, Context.NONE).getValue();
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> activateResourceWithResponseAsync(ActivateSaaSParameterRequest body) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.activateResource(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), contentType, accept, body, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response activateResourceWithResponse(ActivateSaaSParameterRequest body) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.activateResourceSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), contentType, accept, body, Context.NONE);
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response activateResourceWithResponse(ActivateSaaSParameterRequest body, Context context) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.activateResourceSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), contentType, accept, body, context);
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link PollerFlux} for polling of proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, SaaSResourceDetailsResponseInner>
+ beginActivateResourceAsync(ActivateSaaSParameterRequest body) {
+ Mono>> mono = activateResourceWithResponseAsync(body);
+ return this.client.getLroResult(mono,
+ this.client.getHttpPipeline(), SaaSResourceDetailsResponseInner.class,
+ SaaSResourceDetailsResponseInner.class, this.client.getContext());
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, SaaSResourceDetailsResponseInner>
+ beginActivateResource(ActivateSaaSParameterRequest body) {
+ Response response = activateResourceWithResponse(body);
+ return this.client.getLroResult(response,
+ SaaSResourceDetailsResponseInner.class, SaaSResourceDetailsResponseInner.class, Context.NONE);
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link SyncPoller} for polling of proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, SaaSResourceDetailsResponseInner>
+ beginActivateResource(ActivateSaaSParameterRequest body, Context context) {
+ Response response = activateResourceWithResponse(body, context);
+ return this.client.getLroResult(response,
+ SaaSResourceDetailsResponseInner.class, SaaSResourceDetailsResponseInner.class, context);
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono activateResourceAsync(ActivateSaaSParameterRequest body) {
+ return beginActivateResourceAsync(body).last().flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public SaaSResourceDetailsResponseInner activateResource(ActivateSaaSParameterRequest body) {
+ return beginActivateResource(body).getFinalResult();
+ }
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public SaaSResourceDetailsResponseInner activateResource(ActivateSaaSParameterRequest body, Context context) {
+ return beginActivateResource(body, context).getFinalResult();
+ }
+
/**
* Get Environment details by environment Id.
*
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsImpl.java
index 7a6f4439b28f..c433aac730d8 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsImpl.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsImpl.java
@@ -11,19 +11,25 @@
import com.azure.core.util.logging.ClientLogger;
import com.azure.resourcemanager.confluent.fluent.OrganizationsClient;
import com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner;
+import com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.fluent.models.SCClusterRecordInner;
import com.azure.resourcemanager.confluent.fluent.models.SCEnvironmentRecordInner;
+import com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner;
import com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner;
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
import com.azure.resourcemanager.confluent.models.ApiKeyRecord;
import com.azure.resourcemanager.confluent.models.CreateApiKeyModel;
+import com.azure.resourcemanager.confluent.models.LatestLinkedSaaSResponse;
import com.azure.resourcemanager.confluent.models.ListAccessRequestModel;
import com.azure.resourcemanager.confluent.models.ListRegionsSuccessResponse;
import com.azure.resourcemanager.confluent.models.OrganizationResource;
import com.azure.resourcemanager.confluent.models.Organizations;
import com.azure.resourcemanager.confluent.models.SCClusterRecord;
import com.azure.resourcemanager.confluent.models.SCEnvironmentRecord;
+import com.azure.resourcemanager.confluent.models.SaaSData;
+import com.azure.resourcemanager.confluent.models.SaaSResourceDetailsResponse;
import com.azure.resourcemanager.confluent.models.SchemaRegistryClusterRecord;
public final class OrganizationsImpl implements Organizations {
@@ -131,6 +137,62 @@ public ListRegionsSuccessResponse listRegions(String resourceGroupName, String o
}
}
+ public OrganizationResource linkSaaS(String resourceGroupName, String organizationName, SaaSData body) {
+ OrganizationResourceInner inner = this.serviceClient().linkSaaS(resourceGroupName, organizationName, body);
+ if (inner != null) {
+ return new OrganizationResourceImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public OrganizationResource linkSaaS(String resourceGroupName, String organizationName, SaaSData body,
+ Context context) {
+ OrganizationResourceInner inner
+ = this.serviceClient().linkSaaS(resourceGroupName, organizationName, body, context);
+ if (inner != null) {
+ return new OrganizationResourceImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public Response latestLinkedSaaSWithResponse(String resourceGroupName,
+ String organizationName, Context context) {
+ Response inner
+ = this.serviceClient().latestLinkedSaaSWithResponse(resourceGroupName, organizationName, context);
+ return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
+ new LatestLinkedSaaSResponseImpl(inner.getValue(), this.manager()));
+ }
+
+ public LatestLinkedSaaSResponse latestLinkedSaaS(String resourceGroupName, String organizationName) {
+ LatestLinkedSaaSResponseInner inner
+ = this.serviceClient().latestLinkedSaaS(resourceGroupName, organizationName);
+ if (inner != null) {
+ return new LatestLinkedSaaSResponseImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public SaaSResourceDetailsResponse activateResource(ActivateSaaSParameterRequest body) {
+ SaaSResourceDetailsResponseInner inner = this.serviceClient().activateResource(body);
+ if (inner != null) {
+ return new SaaSResourceDetailsResponseImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public SaaSResourceDetailsResponse activateResource(ActivateSaaSParameterRequest body, Context context) {
+ SaaSResourceDetailsResponseInner inner = this.serviceClient().activateResource(body, context);
+ if (inner != null) {
+ return new SaaSResourceDetailsResponseImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
public Response getEnvironmentByIdWithResponse(String resourceGroupName,
String organizationName, String environmentId, Context context) {
Response inner = this.serviceClient()
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/SaaSResourceDetailsResponseImpl.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/SaaSResourceDetailsResponseImpl.java
new file mode 100644
index 000000000000..5e8dbbff948d
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/SaaSResourceDetailsResponseImpl.java
@@ -0,0 +1,49 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation;
+
+import com.azure.core.management.SystemData;
+import com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner;
+import com.azure.resourcemanager.confluent.models.SaaSResourceDetailsResponse;
+
+public final class SaaSResourceDetailsResponseImpl implements SaaSResourceDetailsResponse {
+ private SaaSResourceDetailsResponseInner innerObject;
+
+ private final com.azure.resourcemanager.confluent.ConfluentManager serviceManager;
+
+ SaaSResourceDetailsResponseImpl(SaaSResourceDetailsResponseInner innerObject,
+ com.azure.resourcemanager.confluent.ConfluentManager serviceManager) {
+ this.innerObject = innerObject;
+ this.serviceManager = serviceManager;
+ }
+
+ public String id() {
+ return this.innerModel().id();
+ }
+
+ public String name() {
+ return this.innerModel().name();
+ }
+
+ public String type() {
+ return this.innerModel().type();
+ }
+
+ public String saasId() {
+ return this.innerModel().saasId();
+ }
+
+ public SystemData systemData() {
+ return this.innerModel().systemData();
+ }
+
+ public SaaSResourceDetailsResponseInner innerModel() {
+ return this.innerObject;
+ }
+
+ private com.azure.resourcemanager.confluent.ConfluentManager manager() {
+ return this.serviceManager;
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/models/AccessPointResourceListResult.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/models/AccessPointResourceListResult.java
new file mode 100644
index 000000000000..05054d16aecf
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/models/AccessPointResourceListResult.java
@@ -0,0 +1,97 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation.models;
+
+import com.azure.core.annotation.Immutable;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner;
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * The response of a AccessPointResource list operation.
+ */
+@Immutable
+public final class AccessPointResourceListResult implements JsonSerializable {
+ /*
+ * The AccessPointResource items on this page
+ */
+ private List value;
+
+ /*
+ * The link to the next page of items
+ */
+ private String nextLink;
+
+ /**
+ * Creates an instance of AccessPointResourceListResult class.
+ */
+ private AccessPointResourceListResult() {
+ }
+
+ /**
+ * Get the value property: The AccessPointResource items on this page.
+ *
+ * @return the value value.
+ */
+ public List value() {
+ return this.value;
+ }
+
+ /**
+ * Get the nextLink property: The link to the next page of items.
+ *
+ * @return the nextLink value.
+ */
+ public String nextLink() {
+ return this.nextLink;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeArrayField("value", this.value, (writer, element) -> writer.writeJson(element));
+ jsonWriter.writeStringField("nextLink", this.nextLink);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of AccessPointResourceListResult from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of AccessPointResourceListResult if the JsonReader was pointing to an instance of it, or null
+ * if it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the AccessPointResourceListResult.
+ */
+ public static AccessPointResourceListResult fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ AccessPointResourceListResult deserializedAccessPointResourceListResult
+ = new AccessPointResourceListResult();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("value".equals(fieldName)) {
+ List value
+ = reader.readArray(reader1 -> AccessPointResourceInner.fromJson(reader1));
+ deserializedAccessPointResourceListResult.value = value;
+ } else if ("nextLink".equals(fieldName)) {
+ deserializedAccessPointResourceListResult.nextLink = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedAccessPointResourceListResult;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/models/NetworkGatewayResourceListResult.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/models/NetworkGatewayResourceListResult.java
new file mode 100644
index 000000000000..87627deb0543
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/implementation/models/NetworkGatewayResourceListResult.java
@@ -0,0 +1,97 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.implementation.models;
+
+import com.azure.core.annotation.Immutable;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner;
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * The response of a NetworkGatewayResource list operation.
+ */
+@Immutable
+public final class NetworkGatewayResourceListResult implements JsonSerializable {
+ /*
+ * The NetworkGatewayResource items on this page
+ */
+ private List value;
+
+ /*
+ * The link to the next page of items
+ */
+ private String nextLink;
+
+ /**
+ * Creates an instance of NetworkGatewayResourceListResult class.
+ */
+ private NetworkGatewayResourceListResult() {
+ }
+
+ /**
+ * Get the value property: The NetworkGatewayResource items on this page.
+ *
+ * @return the value value.
+ */
+ public List value() {
+ return this.value;
+ }
+
+ /**
+ * Get the nextLink property: The link to the next page of items.
+ *
+ * @return the nextLink value.
+ */
+ public String nextLink() {
+ return this.nextLink;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeArrayField("value", this.value, (writer, element) -> writer.writeJson(element));
+ jsonWriter.writeStringField("nextLink", this.nextLink);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of NetworkGatewayResourceListResult from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of NetworkGatewayResourceListResult if the JsonReader was pointing to an instance of it, or
+ * null if it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the NetworkGatewayResourceListResult.
+ */
+ public static NetworkGatewayResourceListResult fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ NetworkGatewayResourceListResult deserializedNetworkGatewayResourceListResult
+ = new NetworkGatewayResourceListResult();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("value".equals(fieldName)) {
+ List value
+ = reader.readArray(reader1 -> NetworkGatewayResourceInner.fromJson(reader1));
+ deserializedNetworkGatewayResourceListResult.value = value;
+ } else if ("nextLink".equals(fieldName)) {
+ deserializedNetworkGatewayResourceListResult.nextLink = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedNetworkGatewayResourceListResult;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointProperties.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointProperties.java
new file mode 100644
index 000000000000..fafd068e65a8
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointProperties.java
@@ -0,0 +1,251 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * Access Point Properties.
+ */
+@Fluent
+public final class AccessPointProperties implements JsonSerializable {
+ /*
+ * Display name of the access point
+ */
+ private String accessPointName;
+
+ /*
+ * The cloud service provider region for the access point
+ */
+ private String region;
+
+ /*
+ * VNet injection target (LiftrBase standard model). Contains the virtual network resource ID and the delegated
+ * subnet resource ID.
+ */
+ private VnetInjectionDetails vnetInjection;
+
+ /*
+ * IP ranges to route through your virtual network instead of Confluent's default path. Required for Kafka clients
+ * in peered VNets or on-premises networks (e.g., 10.0.0.0/8, 172.16.0.0/12).
+ */
+ private List egressRoutes;
+
+ /*
+ * Metadata of the record
+ */
+ private SCMetadataEntity metadata;
+
+ /*
+ * Provisioning state of the access point
+ */
+ private ProvisionState provisioningState;
+
+ /*
+ * Additional properties for extensibility
+ */
+ private List dictionary;
+
+ /**
+ * Creates an instance of AccessPointProperties class.
+ */
+ public AccessPointProperties() {
+ }
+
+ /**
+ * Get the accessPointName property: Display name of the access point.
+ *
+ * @return the accessPointName value.
+ */
+ public String accessPointName() {
+ return this.accessPointName;
+ }
+
+ /**
+ * Set the accessPointName property: Display name of the access point.
+ *
+ * @param accessPointName the accessPointName value to set.
+ * @return the AccessPointProperties object itself.
+ */
+ public AccessPointProperties withAccessPointName(String accessPointName) {
+ this.accessPointName = accessPointName;
+ return this;
+ }
+
+ /**
+ * Get the region property: The cloud service provider region for the access point.
+ *
+ * @return the region value.
+ */
+ public String region() {
+ return this.region;
+ }
+
+ /**
+ * Set the region property: The cloud service provider region for the access point.
+ *
+ * @param region the region value to set.
+ * @return the AccessPointProperties object itself.
+ */
+ public AccessPointProperties withRegion(String region) {
+ this.region = region;
+ return this;
+ }
+
+ /**
+ * Get the vnetInjection property: VNet injection target (LiftrBase standard model). Contains the virtual network
+ * resource ID and the delegated subnet resource ID.
+ *
+ * @return the vnetInjection value.
+ */
+ public VnetInjectionDetails vnetInjection() {
+ return this.vnetInjection;
+ }
+
+ /**
+ * Set the vnetInjection property: VNet injection target (LiftrBase standard model). Contains the virtual network
+ * resource ID and the delegated subnet resource ID.
+ *
+ * @param vnetInjection the vnetInjection value to set.
+ * @return the AccessPointProperties object itself.
+ */
+ public AccessPointProperties withVnetInjection(VnetInjectionDetails vnetInjection) {
+ this.vnetInjection = vnetInjection;
+ return this;
+ }
+
+ /**
+ * Get the egressRoutes property: IP ranges to route through your virtual network instead of Confluent's default
+ * path. Required for Kafka clients in peered VNets or on-premises networks (e.g., 10.0.0.0/8, 172.16.0.0/12).
+ *
+ * @return the egressRoutes value.
+ */
+ public List egressRoutes() {
+ return this.egressRoutes;
+ }
+
+ /**
+ * Set the egressRoutes property: IP ranges to route through your virtual network instead of Confluent's default
+ * path. Required for Kafka clients in peered VNets or on-premises networks (e.g., 10.0.0.0/8, 172.16.0.0/12).
+ *
+ * @param egressRoutes the egressRoutes value to set.
+ * @return the AccessPointProperties object itself.
+ */
+ public AccessPointProperties withEgressRoutes(List egressRoutes) {
+ this.egressRoutes = egressRoutes;
+ return this;
+ }
+
+ /**
+ * Get the metadata property: Metadata of the record.
+ *
+ * @return the metadata value.
+ */
+ public SCMetadataEntity metadata() {
+ return this.metadata;
+ }
+
+ /**
+ * Set the metadata property: Metadata of the record.
+ *
+ * @param metadata the metadata value to set.
+ * @return the AccessPointProperties object itself.
+ */
+ public AccessPointProperties withMetadata(SCMetadataEntity metadata) {
+ this.metadata = metadata;
+ return this;
+ }
+
+ /**
+ * Get the provisioningState property: Provisioning state of the access point.
+ *
+ * @return the provisioningState value.
+ */
+ public ProvisionState provisioningState() {
+ return this.provisioningState;
+ }
+
+ /**
+ * Get the dictionary property: Additional properties for extensibility.
+ *
+ * @return the dictionary value.
+ */
+ public List dictionary() {
+ return this.dictionary;
+ }
+
+ /**
+ * Set the dictionary property: Additional properties for extensibility.
+ *
+ * @param dictionary the dictionary value to set.
+ * @return the AccessPointProperties object itself.
+ */
+ public AccessPointProperties withDictionary(List dictionary) {
+ this.dictionary = dictionary;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("accessPointName", this.accessPointName);
+ jsonWriter.writeStringField("region", this.region);
+ jsonWriter.writeJsonField("vnetInjection", this.vnetInjection);
+ jsonWriter.writeArrayField("egressRoutes", this.egressRoutes, (writer, element) -> writer.writeString(element));
+ jsonWriter.writeJsonField("metadata", this.metadata);
+ jsonWriter.writeArrayField("dictionary", this.dictionary, (writer, element) -> writer.writeJson(element));
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of AccessPointProperties from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of AccessPointProperties if the JsonReader was pointing to an instance of it, or null if it
+ * was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the AccessPointProperties.
+ */
+ public static AccessPointProperties fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ AccessPointProperties deserializedAccessPointProperties = new AccessPointProperties();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("accessPointName".equals(fieldName)) {
+ deserializedAccessPointProperties.accessPointName = reader.getString();
+ } else if ("region".equals(fieldName)) {
+ deserializedAccessPointProperties.region = reader.getString();
+ } else if ("vnetInjection".equals(fieldName)) {
+ deserializedAccessPointProperties.vnetInjection = VnetInjectionDetails.fromJson(reader);
+ } else if ("egressRoutes".equals(fieldName)) {
+ List egressRoutes = reader.readArray(reader1 -> reader1.getString());
+ deserializedAccessPointProperties.egressRoutes = egressRoutes;
+ } else if ("metadata".equals(fieldName)) {
+ deserializedAccessPointProperties.metadata = SCMetadataEntity.fromJson(reader);
+ } else if ("provisioningState".equals(fieldName)) {
+ deserializedAccessPointProperties.provisioningState = ProvisionState.fromString(reader.getString());
+ } else if ("dictionary".equals(fieldName)) {
+ List dictionary = reader.readArray(reader1 -> KeyValuePair.fromJson(reader1));
+ deserializedAccessPointProperties.dictionary = dictionary;
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedAccessPointProperties;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResource.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResource.java
new file mode 100644
index 000000000000..ae912270ba34
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResource.java
@@ -0,0 +1,140 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.management.SystemData;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner;
+
+/**
+ * An immutable client-side representation of AccessPointResource.
+ */
+public interface AccessPointResource {
+ /**
+ * Gets the id property: Fully qualified resource Id for the resource.
+ *
+ * @return the id value.
+ */
+ String id();
+
+ /**
+ * Gets the name property: The name of the resource.
+ *
+ * @return the name value.
+ */
+ String name();
+
+ /**
+ * Gets the type property: The type of the resource.
+ *
+ * @return the type value.
+ */
+ String type();
+
+ /**
+ * Gets the properties property: Access Point Properties.
+ *
+ * @return the properties value.
+ */
+ AccessPointProperties properties();
+
+ /**
+ * Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ SystemData systemData();
+
+ /**
+ * Gets the inner com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner object.
+ *
+ * @return the inner object.
+ */
+ AccessPointResourceInner innerModel();
+
+ /**
+ * The entirety of the AccessPointResource definition.
+ */
+ interface Definition
+ extends DefinitionStages.Blank, DefinitionStages.WithParentResource, DefinitionStages.WithCreate {
+ }
+
+ /**
+ * The AccessPointResource definition stages.
+ */
+ interface DefinitionStages {
+ /**
+ * The first stage of the AccessPointResource definition.
+ */
+ interface Blank extends WithParentResource {
+ }
+
+ /**
+ * The stage of the AccessPointResource definition allowing to specify parent resource.
+ */
+ interface WithParentResource {
+ /**
+ * Specifies resourceGroupName, organizationName, environmentId, networkGatewayId.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @return the next definition stage.
+ */
+ WithCreate withExistingNetworkGateway(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId);
+ }
+
+ /**
+ * The stage of the AccessPointResource definition which contains all the minimum required properties for the
+ * resource to be created, but also allows for any other optional properties to be specified.
+ */
+ interface WithCreate extends DefinitionStages.WithProperties {
+ /**
+ * Executes the create request.
+ *
+ * @return the created resource.
+ */
+ AccessPointResource create();
+
+ /**
+ * Executes the create request.
+ *
+ * @param context The context to associate with this operation.
+ * @return the created resource.
+ */
+ AccessPointResource create(Context context);
+ }
+
+ /**
+ * The stage of the AccessPointResource definition allowing to specify properties.
+ */
+ interface WithProperties {
+ /**
+ * Specifies the properties property: Access Point Properties.
+ *
+ * @param properties Access Point Properties.
+ * @return the next definition stage.
+ */
+ WithCreate withProperties(AccessPointProperties properties);
+ }
+ }
+
+ /**
+ * Refreshes the resource to sync with Azure.
+ *
+ * @return the refreshed resource.
+ */
+ AccessPointResource refresh();
+
+ /**
+ * Refreshes the resource to sync with Azure.
+ *
+ * @param context The context to associate with this operation.
+ * @return the refreshed resource.
+ */
+ AccessPointResource refresh(Context context);
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResources.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResources.java
new file mode 100644
index 000000000000..f0ebcc26a012
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResources.java
@@ -0,0 +1,161 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.util.Context;
+
+/**
+ * Resource collection API of AccessPointResources.
+ */
+public interface AccessPointResources {
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id along with {@link Response}.
+ */
+ Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, String accessPointId, Context context);
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id.
+ */
+ AccessPointResource get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, String accessPointId);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param accessPointId Confluent access point id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ String accessPointId, Context context);
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedIterable}.
+ */
+ PagedIterable list(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId);
+
+ /**
+ * Lists all access points in a network gateway.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a AccessPointResource list operation as paginated response with {@link PagedIterable}.
+ */
+ PagedIterable list(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId, Context context);
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param id the resource ID.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id along with {@link Response}.
+ */
+ AccessPointResource getById(String id);
+
+ /**
+ * Get confluent access point by Id.
+ *
+ * @param id the resource ID.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent access point by Id along with {@link Response}.
+ */
+ Response getByIdWithResponse(String id, Context context);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param id the resource ID.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void deleteById(String id);
+
+ /**
+ * Delete confluent access point by id.
+ *
+ * @param id the resource ID.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void deleteByIdWithResponse(String id, Context context);
+
+ /**
+ * Begins definition for a new AccessPointResource resource.
+ *
+ * @param name resource name.
+ * @return the first stage of the new AccessPointResource definition.
+ */
+ AccessPointResource.DefinitionStages.Blank define(String name);
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/ActivateSaaSParameterRequest.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/ActivateSaaSParameterRequest.java
new file mode 100644
index 000000000000..7230d8d877ca
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/ActivateSaaSParameterRequest.java
@@ -0,0 +1,114 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+
+/**
+ * SaaS guid & PublisherId for Activate and Validate SaaS Resource.
+ */
+@Fluent
+public final class ActivateSaaSParameterRequest implements JsonSerializable {
+ /*
+ * SaaS guid for Activate and Validate SaaS Resource
+ */
+ private String saasGuid;
+
+ /*
+ * Publisher Id for Confluent resource
+ */
+ private String publisherId;
+
+ /**
+ * Creates an instance of ActivateSaaSParameterRequest class.
+ */
+ public ActivateSaaSParameterRequest() {
+ }
+
+ /**
+ * Get the saasGuid property: SaaS guid for Activate and Validate SaaS Resource.
+ *
+ * @return the saasGuid value.
+ */
+ public String saasGuid() {
+ return this.saasGuid;
+ }
+
+ /**
+ * Set the saasGuid property: SaaS guid for Activate and Validate SaaS Resource.
+ *
+ * @param saasGuid the saasGuid value to set.
+ * @return the ActivateSaaSParameterRequest object itself.
+ */
+ public ActivateSaaSParameterRequest withSaasGuid(String saasGuid) {
+ this.saasGuid = saasGuid;
+ return this;
+ }
+
+ /**
+ * Get the publisherId property: Publisher Id for Confluent resource.
+ *
+ * @return the publisherId value.
+ */
+ public String publisherId() {
+ return this.publisherId;
+ }
+
+ /**
+ * Set the publisherId property: Publisher Id for Confluent resource.
+ *
+ * @param publisherId the publisherId value to set.
+ * @return the ActivateSaaSParameterRequest object itself.
+ */
+ public ActivateSaaSParameterRequest withPublisherId(String publisherId) {
+ this.publisherId = publisherId;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("saasGuid", this.saasGuid);
+ jsonWriter.writeStringField("publisherId", this.publisherId);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ActivateSaaSParameterRequest from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ActivateSaaSParameterRequest if the JsonReader was pointing to an instance of it, or null
+ * if it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the ActivateSaaSParameterRequest.
+ */
+ public static ActivateSaaSParameterRequest fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ActivateSaaSParameterRequest deserializedActivateSaaSParameterRequest = new ActivateSaaSParameterRequest();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("saasGuid".equals(fieldName)) {
+ deserializedActivateSaaSParameterRequest.saasGuid = reader.getString();
+ } else if ("publisherId".equals(fieldName)) {
+ deserializedActivateSaaSParameterRequest.publisherId = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedActivateSaaSParameterRequest;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/KeyValuePair.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/KeyValuePair.java
new file mode 100644
index 000000000000..7f26a74ed9f0
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/KeyValuePair.java
@@ -0,0 +1,114 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+
+/**
+ * A key-value pair for extensibility.
+ */
+@Fluent
+public final class KeyValuePair implements JsonSerializable {
+ /*
+ * The key.
+ */
+ private String key;
+
+ /*
+ * The value.
+ */
+ private String value;
+
+ /**
+ * Creates an instance of KeyValuePair class.
+ */
+ public KeyValuePair() {
+ }
+
+ /**
+ * Get the key property: The key.
+ *
+ * @return the key value.
+ */
+ public String key() {
+ return this.key;
+ }
+
+ /**
+ * Set the key property: The key.
+ *
+ * @param key the key value to set.
+ * @return the KeyValuePair object itself.
+ */
+ public KeyValuePair withKey(String key) {
+ this.key = key;
+ return this;
+ }
+
+ /**
+ * Get the value property: The value.
+ *
+ * @return the value value.
+ */
+ public String value() {
+ return this.value;
+ }
+
+ /**
+ * Set the value property: The value.
+ *
+ * @param value the value value to set.
+ * @return the KeyValuePair object itself.
+ */
+ public KeyValuePair withValue(String value) {
+ this.value = value;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("key", this.key);
+ jsonWriter.writeStringField("value", this.value);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of KeyValuePair from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of KeyValuePair if the JsonReader was pointing to an instance of it, or null if it was
+ * pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the KeyValuePair.
+ */
+ public static KeyValuePair fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ KeyValuePair deserializedKeyValuePair = new KeyValuePair();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("key".equals(fieldName)) {
+ deserializedKeyValuePair.key = reader.getString();
+ } else if ("value".equals(fieldName)) {
+ deserializedKeyValuePair.value = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedKeyValuePair;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/LatestLinkedSaaSResponse.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/LatestLinkedSaaSResponse.java
new file mode 100644
index 000000000000..b8e002ec523f
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/LatestLinkedSaaSResponse.java
@@ -0,0 +1,33 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner;
+
+/**
+ * An immutable client-side representation of LatestLinkedSaaSResponse.
+ */
+public interface LatestLinkedSaaSResponse {
+ /**
+ * Gets the saaSResourceId property: SaaS resource id.
+ *
+ * @return the saaSResourceId value.
+ */
+ String saaSResourceId();
+
+ /**
+ * Gets the isHiddenSaaS property: Flag indicating if the SaaS resource is hidden.
+ *
+ * @return the isHiddenSaaS value.
+ */
+ Boolean isHiddenSaaS();
+
+ /**
+ * Gets the inner com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner object.
+ *
+ * @return the inner object.
+ */
+ LatestLinkedSaaSResponseInner innerModel();
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayProperties.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayProperties.java
new file mode 100644
index 000000000000..a2ed48ec1f83
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayProperties.java
@@ -0,0 +1,189 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * Network Gateway Properties.
+ */
+@Fluent
+public final class NetworkGatewayProperties implements JsonSerializable {
+ /*
+ * Display name of the network gateway
+ */
+ private String networkGatewayName;
+
+ /*
+ * The cloud service provider region for the network gateway
+ */
+ private String region;
+
+ /*
+ * Metadata of the record
+ */
+ private SCMetadataEntity metadata;
+
+ /*
+ * Provisioning state of the network gateway
+ */
+ private ProvisionState provisioningState;
+
+ /*
+ * Additional properties for extensibility
+ */
+ private List dictionary;
+
+ /**
+ * Creates an instance of NetworkGatewayProperties class.
+ */
+ public NetworkGatewayProperties() {
+ }
+
+ /**
+ * Get the networkGatewayName property: Display name of the network gateway.
+ *
+ * @return the networkGatewayName value.
+ */
+ public String networkGatewayName() {
+ return this.networkGatewayName;
+ }
+
+ /**
+ * Set the networkGatewayName property: Display name of the network gateway.
+ *
+ * @param networkGatewayName the networkGatewayName value to set.
+ * @return the NetworkGatewayProperties object itself.
+ */
+ public NetworkGatewayProperties withNetworkGatewayName(String networkGatewayName) {
+ this.networkGatewayName = networkGatewayName;
+ return this;
+ }
+
+ /**
+ * Get the region property: The cloud service provider region for the network gateway.
+ *
+ * @return the region value.
+ */
+ public String region() {
+ return this.region;
+ }
+
+ /**
+ * Set the region property: The cloud service provider region for the network gateway.
+ *
+ * @param region the region value to set.
+ * @return the NetworkGatewayProperties object itself.
+ */
+ public NetworkGatewayProperties withRegion(String region) {
+ this.region = region;
+ return this;
+ }
+
+ /**
+ * Get the metadata property: Metadata of the record.
+ *
+ * @return the metadata value.
+ */
+ public SCMetadataEntity metadata() {
+ return this.metadata;
+ }
+
+ /**
+ * Set the metadata property: Metadata of the record.
+ *
+ * @param metadata the metadata value to set.
+ * @return the NetworkGatewayProperties object itself.
+ */
+ public NetworkGatewayProperties withMetadata(SCMetadataEntity metadata) {
+ this.metadata = metadata;
+ return this;
+ }
+
+ /**
+ * Get the provisioningState property: Provisioning state of the network gateway.
+ *
+ * @return the provisioningState value.
+ */
+ public ProvisionState provisioningState() {
+ return this.provisioningState;
+ }
+
+ /**
+ * Get the dictionary property: Additional properties for extensibility.
+ *
+ * @return the dictionary value.
+ */
+ public List dictionary() {
+ return this.dictionary;
+ }
+
+ /**
+ * Set the dictionary property: Additional properties for extensibility.
+ *
+ * @param dictionary the dictionary value to set.
+ * @return the NetworkGatewayProperties object itself.
+ */
+ public NetworkGatewayProperties withDictionary(List dictionary) {
+ this.dictionary = dictionary;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("networkGatewayName", this.networkGatewayName);
+ jsonWriter.writeStringField("region", this.region);
+ jsonWriter.writeJsonField("metadata", this.metadata);
+ jsonWriter.writeArrayField("dictionary", this.dictionary, (writer, element) -> writer.writeJson(element));
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of NetworkGatewayProperties from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of NetworkGatewayProperties if the JsonReader was pointing to an instance of it, or null if
+ * it was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the NetworkGatewayProperties.
+ */
+ public static NetworkGatewayProperties fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ NetworkGatewayProperties deserializedNetworkGatewayProperties = new NetworkGatewayProperties();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("networkGatewayName".equals(fieldName)) {
+ deserializedNetworkGatewayProperties.networkGatewayName = reader.getString();
+ } else if ("region".equals(fieldName)) {
+ deserializedNetworkGatewayProperties.region = reader.getString();
+ } else if ("metadata".equals(fieldName)) {
+ deserializedNetworkGatewayProperties.metadata = SCMetadataEntity.fromJson(reader);
+ } else if ("provisioningState".equals(fieldName)) {
+ deserializedNetworkGatewayProperties.provisioningState
+ = ProvisionState.fromString(reader.getString());
+ } else if ("dictionary".equals(fieldName)) {
+ List dictionary = reader.readArray(reader1 -> KeyValuePair.fromJson(reader1));
+ deserializedNetworkGatewayProperties.dictionary = dictionary;
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedNetworkGatewayProperties;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResource.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResource.java
new file mode 100644
index 000000000000..37d7cc1dc843
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResource.java
@@ -0,0 +1,138 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.management.SystemData;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner;
+
+/**
+ * An immutable client-side representation of NetworkGatewayResource.
+ */
+public interface NetworkGatewayResource {
+ /**
+ * Gets the id property: Fully qualified resource Id for the resource.
+ *
+ * @return the id value.
+ */
+ String id();
+
+ /**
+ * Gets the name property: The name of the resource.
+ *
+ * @return the name value.
+ */
+ String name();
+
+ /**
+ * Gets the type property: The type of the resource.
+ *
+ * @return the type value.
+ */
+ String type();
+
+ /**
+ * Gets the properties property: Network Gateway Properties.
+ *
+ * @return the properties value.
+ */
+ NetworkGatewayProperties properties();
+
+ /**
+ * Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ SystemData systemData();
+
+ /**
+ * Gets the inner com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner object.
+ *
+ * @return the inner object.
+ */
+ NetworkGatewayResourceInner innerModel();
+
+ /**
+ * The entirety of the NetworkGatewayResource definition.
+ */
+ interface Definition
+ extends DefinitionStages.Blank, DefinitionStages.WithParentResource, DefinitionStages.WithCreate {
+ }
+
+ /**
+ * The NetworkGatewayResource definition stages.
+ */
+ interface DefinitionStages {
+ /**
+ * The first stage of the NetworkGatewayResource definition.
+ */
+ interface Blank extends WithParentResource {
+ }
+
+ /**
+ * The stage of the NetworkGatewayResource definition allowing to specify parent resource.
+ */
+ interface WithParentResource {
+ /**
+ * Specifies resourceGroupName, organizationName, environmentId.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @return the next definition stage.
+ */
+ WithCreate withExistingEnvironment(String resourceGroupName, String organizationName, String environmentId);
+ }
+
+ /**
+ * The stage of the NetworkGatewayResource definition which contains all the minimum required properties for the
+ * resource to be created, but also allows for any other optional properties to be specified.
+ */
+ interface WithCreate extends DefinitionStages.WithProperties {
+ /**
+ * Executes the create request.
+ *
+ * @return the created resource.
+ */
+ NetworkGatewayResource create();
+
+ /**
+ * Executes the create request.
+ *
+ * @param context The context to associate with this operation.
+ * @return the created resource.
+ */
+ NetworkGatewayResource create(Context context);
+ }
+
+ /**
+ * The stage of the NetworkGatewayResource definition allowing to specify properties.
+ */
+ interface WithProperties {
+ /**
+ * Specifies the properties property: Network Gateway Properties.
+ *
+ * @param properties Network Gateway Properties.
+ * @return the next definition stage.
+ */
+ WithCreate withProperties(NetworkGatewayProperties properties);
+ }
+ }
+
+ /**
+ * Refreshes the resource to sync with Azure.
+ *
+ * @return the refreshed resource.
+ */
+ NetworkGatewayResource refresh();
+
+ /**
+ * Refreshes the resource to sync with Azure.
+ *
+ * @param context The context to associate with this operation.
+ * @return the refreshed resource.
+ */
+ NetworkGatewayResource refresh(Context context);
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResources.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResources.java
new file mode 100644
index 000000000000..5da17ed146bf
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResources.java
@@ -0,0 +1,153 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.util.Context;
+
+/**
+ * Resource collection API of NetworkGatewayResources.
+ */
+public interface NetworkGatewayResources {
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id along with {@link Response}.
+ */
+ Response getWithResponse(String resourceGroupName, String organizationName,
+ String environmentId, String networkGatewayId, Context context);
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id.
+ */
+ NetworkGatewayResource get(String resourceGroupName, String organizationName, String environmentId,
+ String networkGatewayId);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param networkGatewayId Confluent network gateway id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void delete(String resourceGroupName, String organizationName, String environmentId, String networkGatewayId,
+ Context context);
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedIterable}.
+ */
+ PagedIterable list(String resourceGroupName, String organizationName, String environmentId);
+
+ /**
+ * Lists all network gateways in an environment.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param environmentId Confluent environment id.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response of a NetworkGatewayResource list operation as paginated response with {@link PagedIterable}.
+ */
+ PagedIterable list(String resourceGroupName, String organizationName, String environmentId,
+ Context context);
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param id the resource ID.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id along with {@link Response}.
+ */
+ NetworkGatewayResource getById(String id);
+
+ /**
+ * Get confluent network gateway by Id.
+ *
+ * @param id the resource ID.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return confluent network gateway by Id along with {@link Response}.
+ */
+ Response getByIdWithResponse(String id, Context context);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param id the resource ID.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void deleteById(String id);
+
+ /**
+ * Delete confluent network gateway by id.
+ *
+ * @param id the resource ID.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ */
+ void deleteByIdWithResponse(String id, Context context);
+
+ /**
+ * Begins definition for a new NetworkGatewayResource resource.
+ *
+ * @param name resource name.
+ * @return the first stage of the new NetworkGatewayResource definition.
+ */
+ NetworkGatewayResource.DefinitionStages.Blank define(String name);
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResource.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResource.java
index 09600435c8d7..a04803be7586 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResource.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResource.java
@@ -343,4 +343,47 @@ interface WithTags {
* @return result of POST request to list regions supported by confluent.
*/
ListRegionsSuccessResponse listRegions(ListAccessRequestModel body);
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ OrganizationResource linkSaaS(SaaSData body);
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ OrganizationResource linkSaaS(SaaSData body, Context context);
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation along with {@link Response}.
+ */
+ Response latestLinkedSaaSWithResponse(Context context);
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation.
+ */
+ LatestLinkedSaaSResponse latestLinkedSaaS();
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/Organizations.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/Organizations.java
index ce9d1066f0ab..5dc655e68967 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/Organizations.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/Organizations.java
@@ -188,6 +188,82 @@ Response listRegionsWithResponse(String resourceGrou
ListRegionsSuccessResponse listRegions(String resourceGroupName, String organizationName,
ListAccessRequestModel body);
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ OrganizationResource linkSaaS(String resourceGroupName, String organizationName, SaaSData body);
+
+ /**
+ * Links a new SaaS to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param body SaaS data for linking.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the response.
+ */
+ OrganizationResource linkSaaS(String resourceGroupName, String organizationName, SaaSData body, Context context);
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation along with {@link Response}.
+ */
+ Response latestLinkedSaaSWithResponse(String resourceGroupName, String organizationName,
+ Context context);
+
+ /**
+ * Returns the latest SaaS linked to the Confluent organization of the underlying resource.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param organizationName Organization resource name.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return response of get latest linked SaaS resource operation.
+ */
+ LatestLinkedSaaSResponse latestLinkedSaaS(String resourceGroupName, String organizationName);
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource.
+ */
+ SaaSResourceDetailsResponse activateResource(ActivateSaaSParameterRequest body);
+
+ /**
+ * Resolve the token to get the SaaS resource ID and activate the SaaS resource.
+ *
+ * @param body The request body.
+ * @param context The context to associate with this operation.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return proxy Resource.
+ */
+ SaaSResourceDetailsResponse activateResource(ActivateSaaSParameterRequest body, Context context);
+
/**
* Get Environment details by environment Id.
*
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/SaaSData.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/SaaSData.java
new file mode 100644
index 000000000000..dd7d4263f8fc
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/SaaSData.java
@@ -0,0 +1,85 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+
+/**
+ * SaaS-related data properties.
+ */
+@Fluent
+public final class SaaSData implements JsonSerializable {
+ /*
+ * SaaS resource id
+ */
+ private String saaSResourceId;
+
+ /**
+ * Creates an instance of SaaSData class.
+ */
+ public SaaSData() {
+ }
+
+ /**
+ * Get the saaSResourceId property: SaaS resource id.
+ *
+ * @return the saaSResourceId value.
+ */
+ public String saaSResourceId() {
+ return this.saaSResourceId;
+ }
+
+ /**
+ * Set the saaSResourceId property: SaaS resource id.
+ *
+ * @param saaSResourceId the saaSResourceId value to set.
+ * @return the SaaSData object itself.
+ */
+ public SaaSData withSaaSResourceId(String saaSResourceId) {
+ this.saaSResourceId = saaSResourceId;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("saaSResourceId", this.saaSResourceId);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of SaaSData from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of SaaSData if the JsonReader was pointing to an instance of it, or null if it was pointing
+ * to JSON null.
+ * @throws IOException If an error occurs while reading the SaaSData.
+ */
+ public static SaaSData fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ SaaSData deserializedSaaSData = new SaaSData();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("saaSResourceId".equals(fieldName)) {
+ deserializedSaaSData.saaSResourceId = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedSaaSData;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/SaaSResourceDetailsResponse.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/SaaSResourceDetailsResponse.java
new file mode 100644
index 000000000000..90310f6896a5
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/SaaSResourceDetailsResponse.java
@@ -0,0 +1,55 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.management.SystemData;
+import com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner;
+
+/**
+ * An immutable client-side representation of SaaSResourceDetailsResponse.
+ */
+public interface SaaSResourceDetailsResponse {
+ /**
+ * Gets the id property: Fully qualified resource Id for the resource.
+ *
+ * @return the id value.
+ */
+ String id();
+
+ /**
+ * Gets the name property: The name of the resource.
+ *
+ * @return the name value.
+ */
+ String name();
+
+ /**
+ * Gets the type property: The type of the resource.
+ *
+ * @return the type value.
+ */
+ String type();
+
+ /**
+ * Gets the saasId property: Id of the Marketplace SaaS Resource.
+ *
+ * @return the saasId value.
+ */
+ String saasId();
+
+ /**
+ * Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ SystemData systemData();
+
+ /**
+ * Gets the inner com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner object.
+ *
+ * @return the inner object.
+ */
+ SaaSResourceDetailsResponseInner innerModel();
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/VnetInjectionDetails.java b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/VnetInjectionDetails.java
new file mode 100644
index 000000000000..d8f88d6e7efc
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/java/com/azure/resourcemanager/confluent/models/VnetInjectionDetails.java
@@ -0,0 +1,114 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.json.JsonReader;
+import com.azure.json.JsonSerializable;
+import com.azure.json.JsonToken;
+import com.azure.json.JsonWriter;
+import java.io.IOException;
+
+/**
+ * Details for VNet injection.
+ */
+@Fluent
+public final class VnetInjectionDetails implements JsonSerializable {
+ /*
+ * Resource ID of the virtual network
+ */
+ private String virtualNetworkResourceId;
+
+ /*
+ * Resource ID of the subnet
+ */
+ private String subnetResourceId;
+
+ /**
+ * Creates an instance of VnetInjectionDetails class.
+ */
+ public VnetInjectionDetails() {
+ }
+
+ /**
+ * Get the virtualNetworkResourceId property: Resource ID of the virtual network.
+ *
+ * @return the virtualNetworkResourceId value.
+ */
+ public String virtualNetworkResourceId() {
+ return this.virtualNetworkResourceId;
+ }
+
+ /**
+ * Set the virtualNetworkResourceId property: Resource ID of the virtual network.
+ *
+ * @param virtualNetworkResourceId the virtualNetworkResourceId value to set.
+ * @return the VnetInjectionDetails object itself.
+ */
+ public VnetInjectionDetails withVirtualNetworkResourceId(String virtualNetworkResourceId) {
+ this.virtualNetworkResourceId = virtualNetworkResourceId;
+ return this;
+ }
+
+ /**
+ * Get the subnetResourceId property: Resource ID of the subnet.
+ *
+ * @return the subnetResourceId value.
+ */
+ public String subnetResourceId() {
+ return this.subnetResourceId;
+ }
+
+ /**
+ * Set the subnetResourceId property: Resource ID of the subnet.
+ *
+ * @param subnetResourceId the subnetResourceId value to set.
+ * @return the VnetInjectionDetails object itself.
+ */
+ public VnetInjectionDetails withSubnetResourceId(String subnetResourceId) {
+ this.subnetResourceId = subnetResourceId;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("virtualNetworkResourceId", this.virtualNetworkResourceId);
+ jsonWriter.writeStringField("subnetResourceId", this.subnetResourceId);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of VnetInjectionDetails from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of VnetInjectionDetails if the JsonReader was pointing to an instance of it, or null if it
+ * was pointing to JSON null.
+ * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
+ * @throws IOException If an error occurs while reading the VnetInjectionDetails.
+ */
+ public static VnetInjectionDetails fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ VnetInjectionDetails deserializedVnetInjectionDetails = new VnetInjectionDetails();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("virtualNetworkResourceId".equals(fieldName)) {
+ deserializedVnetInjectionDetails.virtualNetworkResourceId = reader.getString();
+ } else if ("subnetResourceId".equals(fieldName)) {
+ deserializedVnetInjectionDetails.subnetResourceId = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedVnetInjectionDetails;
+ });
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/azure-resourcemanager-confluent_metadata.json b/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/azure-resourcemanager-confluent_metadata.json
index 468e192cf406..f39b94495132 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/azure-resourcemanager-confluent_metadata.json
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/azure-resourcemanager-confluent_metadata.json
@@ -1 +1 @@
-{"flavor":"azure","apiVersions":{"Microsoft.Confluent":"2025-08-18-preview"},"crossLanguageDefinitions":{"com.azure.resourcemanager.confluent.fluent.AccessClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBinding":"Microsoft.Confluent.OrganizationResources.createRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBindingWithResponse":"Microsoft.Confluent.OrganizationResources.createRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBinding":"Microsoft.Confluent.OrganizationResourceRoleBindingIdActions.deleteRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBindingWithResponse":"Microsoft.Confluent.OrganizationResourceRoleBindingIdActions.deleteRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUser":"Microsoft.Confluent.OrganizationResources.inviteUser","com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUserWithResponse":"Microsoft.Confluent.OrganizationResources.inviteUser","com.azure.resourcemanager.confluent.fluent.AccessClient.listClusters":"Microsoft.Confluent.OrganizationResources.listClusters","com.azure.resourcemanager.confluent.fluent.AccessClient.listClustersWithResponse":"Microsoft.Confluent.OrganizationResources.listClusters","com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironments":"Microsoft.Confluent.OrganizationResources.listEnvironments","com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironmentsWithResponse":"Microsoft.Confluent.OrganizationResources.listEnvironments","com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitations":"Microsoft.Confluent.OrganizationResources.listInvitations","com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitationsWithResponse":"Microsoft.Confluent.OrganizationResources.listInvitations","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameList":"Microsoft.Confluent.OrganizationResources.listRoleBindingNameList","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameListWithResponse":"Microsoft.Confluent.OrganizationResources.listRoleBindingNameList","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindings":"Microsoft.Confluent.OrganizationResources.listRoleBindings","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingsWithResponse":"Microsoft.Confluent.OrganizationResources.listRoleBindings","com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccounts":"Microsoft.Confluent.OrganizationResources.listServiceAccounts","com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccountsWithResponse":"Microsoft.Confluent.OrganizationResources.listServiceAccounts","com.azure.resourcemanager.confluent.fluent.AccessClient.listUsers":"Microsoft.Confluent.OrganizationResources.listUsers","com.azure.resourcemanager.confluent.fluent.AccessClient.listUsersWithResponse":"Microsoft.Confluent.OrganizationResources.listUsers","com.azure.resourcemanager.confluent.fluent.ClustersClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ClustersClient.beginDelete":"Microsoft.Confluent.SCClusterRecords.delete","com.azure.resourcemanager.confluent.fluent.ClustersClient.createOrUpdate":"Microsoft.Confluent.SCClusterRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ClustersClient.createOrUpdateWithResponse":"Microsoft.Confluent.SCClusterRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ClustersClient.delete":"Microsoft.Confluent.SCClusterRecords.delete","com.azure.resourcemanager.confluent.fluent.ConfluentManagementClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ConnectorsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.beginDelete":"Microsoft.Confluent.ConnectorResources.delete","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.createOrUpdate":"Microsoft.Confluent.ConnectorResources.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.createOrUpdateWithResponse":"Microsoft.Confluent.ConnectorResources.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.delete":"Microsoft.Confluent.ConnectorResources.delete","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.get":"Microsoft.Confluent.ConnectorResources.get","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.getWithResponse":"Microsoft.Confluent.ConnectorResources.get","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.list":"Microsoft.Confluent.ConnectorResources.list","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.beginDelete":"Microsoft.Confluent.SCEnvironmentRecords.delete","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.createOrUpdate":"Microsoft.Confluent.SCEnvironmentRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.createOrUpdateWithResponse":"Microsoft.Confluent.SCEnvironmentRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.delete":"Microsoft.Confluent.SCEnvironmentRecords.delete","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient.create":"Microsoft.Confluent.MarketplaceAgreementsOperationGroup.create","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient.createWithResponse":"Microsoft.Confluent.MarketplaceAgreementsOperationGroup.create","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient.list":"Microsoft.Confluent.MarketplaceAgreementsOperationGroup.list","com.azure.resourcemanager.confluent.fluent.OrganizationOperationsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.OrganizationOperationsClient.list":"Microsoft.Confluent.Operations.list","com.azure.resourcemanager.confluent.fluent.OrganizationsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.beginCreate":"Microsoft.Confluent.OrganizationResources.create","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.beginDelete":"Microsoft.Confluent.OrganizationResources.delete","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.create":"Microsoft.Confluent.OrganizationResources.create","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.createApiKey":"Microsoft.Confluent.SCClusterRecords.createAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.createApiKeyWithResponse":"Microsoft.Confluent.SCClusterRecords.createAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.delete":"Microsoft.Confluent.OrganizationResources.delete","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.deleteClusterApiKey":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.deleteClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.deleteClusterApiKeyWithResponse":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.deleteClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getByResourceGroup":"Microsoft.Confluent.OrganizationResources.get","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getByResourceGroupWithResponse":"Microsoft.Confluent.OrganizationResources.get","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterApiKey":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.getClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterApiKeyWithResponse":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.getClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterById":"Microsoft.Confluent.SCClusterRecords.getClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterByIdWithResponse":"Microsoft.Confluent.SCClusterRecords.getClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getEnvironmentById":"Microsoft.Confluent.SCEnvironmentRecords.getEnvironmentById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getEnvironmentByIdWithResponse":"Microsoft.Confluent.SCEnvironmentRecords.getEnvironmentById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getSchemaRegistryClusterById":"Microsoft.Confluent.SCEnvironmentRecordCluster.getSchemaRegistryClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getSchemaRegistryClusterByIdWithResponse":"Microsoft.Confluent.SCEnvironmentRecordCluster.getSchemaRegistryClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.list":"Microsoft.Confluent.OrganizationResources.listBySubscription","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listByResourceGroup":"Microsoft.Confluent.OrganizationResources.listByResourceGroup","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listClusters":"Microsoft.Confluent.SCClusterRecords.listClusters","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listEnvironments":"Microsoft.Confluent.SCEnvironmentRecords.listEnvironments","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listRegions":"Microsoft.Confluent.OrganizationResources.listRegions","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listRegionsWithResponse":"Microsoft.Confluent.OrganizationResources.listRegions","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listSchemaRegistryClusters":"Microsoft.Confluent.SCEnvironmentRecords.listSchemaRegistryClusters","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.update":"Microsoft.Confluent.OrganizationResources.update","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.updateWithResponse":"Microsoft.Confluent.OrganizationResources.update","com.azure.resourcemanager.confluent.fluent.TopicsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.TopicsClient.beginDelete":"Microsoft.Confluent.TopicRecords.delete","com.azure.resourcemanager.confluent.fluent.TopicsClient.create":"Microsoft.Confluent.TopicRecords.create","com.azure.resourcemanager.confluent.fluent.TopicsClient.createWithResponse":"Microsoft.Confluent.TopicRecords.create","com.azure.resourcemanager.confluent.fluent.TopicsClient.delete":"Microsoft.Confluent.TopicRecords.delete","com.azure.resourcemanager.confluent.fluent.TopicsClient.get":"Microsoft.Confluent.TopicRecords.get","com.azure.resourcemanager.confluent.fluent.TopicsClient.getWithResponse":"Microsoft.Confluent.TopicRecords.get","com.azure.resourcemanager.confluent.fluent.TopicsClient.list":"Microsoft.Confluent.TopicRecords.list","com.azure.resourcemanager.confluent.fluent.ValidationsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganization":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganization","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganizationV2":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganizationV2","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganizationV2WithResponse":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganizationV2","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganizationWithResponse":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganization","com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner":"Microsoft.Confluent.AccessListClusterSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListEnvironmentsSuccessResponseInner":"Microsoft.Confluent.AccessListEnvironmentsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListInvitationsSuccessResponseInner":"Microsoft.Confluent.AccessListInvitationsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListRoleBindingsSuccessResponseInner":"Microsoft.Confluent.AccessListRoleBindingsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListServiceAccountsSuccessResponseInner":"Microsoft.Confluent.AccessListServiceAccountsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner":"Microsoft.Confluent.AccessListUsersSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner":"Microsoft.Confluent.AccessRoleBindingNameListSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.ApiKeyProperties":"Microsoft.Confluent.APIKeyProperties","com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner":"Microsoft.Confluent.APIKeyRecord","com.azure.resourcemanager.confluent.fluent.models.ClusterProperties":"Microsoft.Confluent.ClusterProperties","com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementProperties":"Microsoft.Confluent.ConfluentAgreementProperties","com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner":"Microsoft.Confluent.ConfluentAgreementResource","com.azure.resourcemanager.confluent.fluent.models.ConnectorResourceInner":"Microsoft.Confluent.ConnectorResource","com.azure.resourcemanager.confluent.fluent.models.ConnectorResourceProperties":"Microsoft.Confluent.ConnectorResourceProperties","com.azure.resourcemanager.confluent.fluent.models.EnvironmentProperties":"Microsoft.Confluent.EnvironmentProperties","com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner":"Microsoft.Confluent.InvitationRecord","com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner":"Microsoft.Confluent.ListRegionsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.OperationResultInner":"Microsoft.Confluent.OperationResult","com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner":"Microsoft.Confluent.OrganizationResource","com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceProperties":"Microsoft.Confluent.OrganizationResourceProperties","com.azure.resourcemanager.confluent.fluent.models.RegionProperties":"Microsoft.Confluent.RegionProperties","com.azure.resourcemanager.confluent.fluent.models.RoleBindingRecordInner":"Microsoft.Confluent.RoleBindingRecord","com.azure.resourcemanager.confluent.fluent.models.SCClusterRecordInner":"Microsoft.Confluent.SCClusterRecord","com.azure.resourcemanager.confluent.fluent.models.SCEnvironmentRecordInner":"Microsoft.Confluent.SCEnvironmentRecord","com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterProperties":"Microsoft.Confluent.SchemaRegistryClusterProperties","com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner":"Microsoft.Confluent.SchemaRegistryClusterRecord","com.azure.resourcemanager.confluent.fluent.models.TopicProperties":"Microsoft.Confluent.TopicProperties","com.azure.resourcemanager.confluent.fluent.models.TopicRecordInner":"Microsoft.Confluent.TopicRecord","com.azure.resourcemanager.confluent.fluent.models.ValidationResponseInner":"Microsoft.Confluent.ValidationResponse","com.azure.resourcemanager.confluent.implementation.ConfluentManagementClientBuilder":"Microsoft.Confluent","com.azure.resourcemanager.confluent.implementation.models.ConfluentAgreementResourceListResponse":"Microsoft.Confluent.ConfluentAgreementResourceListResponse","com.azure.resourcemanager.confluent.implementation.models.GetEnvironmentsResponse":"Microsoft.Confluent.GetEnvironmentsResponse","com.azure.resourcemanager.confluent.implementation.models.ListClustersSuccessResponse":"Microsoft.Confluent.ListClustersSuccessResponse","com.azure.resourcemanager.confluent.implementation.models.ListConnectorsSuccessResponse":"Microsoft.Confluent.ListConnectorsSuccessResponse","com.azure.resourcemanager.confluent.implementation.models.ListSchemaRegistryClustersResponse":"Microsoft.Confluent.ListSchemaRegistryClustersResponse","com.azure.resourcemanager.confluent.implementation.models.ListTopicsSuccessResponse":"Microsoft.Confluent.ListTopicsSuccessResponse","com.azure.resourcemanager.confluent.implementation.models.OperationListResult":"Microsoft.Confluent.OperationListResult","com.azure.resourcemanager.confluent.implementation.models.OrganizationResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel":"Microsoft.Confluent.AccessCreateRoleBindingRequestModel","com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel":"Microsoft.Confluent.AccessInviteUserAccountModel","com.azure.resourcemanager.confluent.models.AccessInvitedUserDetails":"Microsoft.Confluent.AccessInvitedUserDetails","com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity":"Microsoft.Confluent.APIKeyOwnerEntity","com.azure.resourcemanager.confluent.models.ApiKeyResourceEntity":"Microsoft.Confluent.APIKeyResourceEntity","com.azure.resourcemanager.confluent.models.ApiKeySpecEntity":"Microsoft.Confluent.APIKeySpecEntity","com.azure.resourcemanager.confluent.models.AuthType":"Microsoft.Confluent.AuthType","com.azure.resourcemanager.confluent.models.AzureBlobStorageSinkConnectorServiceInfo":"Microsoft.Confluent.AzureBlobStorageSinkConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureBlobStorageSourceConnectorServiceInfo":"Microsoft.Confluent.AzureBlobStorageSourceConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureCosmosDBSinkConnectorServiceInfo":"Microsoft.Confluent.AzureCosmosDBSinkConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureCosmosDBSourceConnectorServiceInfo":"Microsoft.Confluent.AzureCosmosDBSourceConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureSynapseAnalyticsSinkConnectorServiceInfo":"Microsoft.Confluent.AzureSynapseAnalyticsSinkConnectorServiceInfo","com.azure.resourcemanager.confluent.models.ClusterByokEntity":"Microsoft.Confluent.ClusterByokEntity","com.azure.resourcemanager.confluent.models.ClusterConfigEntity":"Microsoft.Confluent.ClusterConfigEntity","com.azure.resourcemanager.confluent.models.ClusterEnvironmentEntity":"Microsoft.Confluent.ClusterEnvironmentEntity","com.azure.resourcemanager.confluent.models.ClusterNetworkEntity":"Microsoft.Confluent.ClusterNetworkEntity","com.azure.resourcemanager.confluent.models.ClusterRecord":"Microsoft.Confluent.ClusterRecord","com.azure.resourcemanager.confluent.models.ClusterSpecEntity":"Microsoft.Confluent.ClusterSpecEntity","com.azure.resourcemanager.confluent.models.ClusterStatusEntity":"Microsoft.Confluent.ClusterStatusEntity","com.azure.resourcemanager.confluent.models.ConfluentListMetadata":"Microsoft.Confluent.ConfluentListMetadata","com.azure.resourcemanager.confluent.models.ConnectorClass":"Microsoft.Confluent.ConnectorClass","com.azure.resourcemanager.confluent.models.ConnectorInfoBase":"Microsoft.Confluent.ConnectorInfoBase","com.azure.resourcemanager.confluent.models.ConnectorServiceType":"Microsoft.Confluent.ConnectorServiceType","com.azure.resourcemanager.confluent.models.ConnectorServiceTypeInfoBase":"Microsoft.Confluent.ConnectorServiceTypeInfoBase","com.azure.resourcemanager.confluent.models.ConnectorStatus":"Microsoft.Confluent.ConnectorStatus","com.azure.resourcemanager.confluent.models.ConnectorType":"Microsoft.Confluent.ConnectorType","com.azure.resourcemanager.confluent.models.CreateApiKeyModel":"Microsoft.Confluent.CreateAPIKeyModel","com.azure.resourcemanager.confluent.models.DataFormatType":"Microsoft.Confluent.DataFormatType","com.azure.resourcemanager.confluent.models.EnvironmentRecord":"Microsoft.Confluent.EnvironmentRecord","com.azure.resourcemanager.confluent.models.KafkaAzureBlobStorageSinkConnectorInfo":"Microsoft.Confluent.KafkaAzureBlobStorageSinkConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureBlobStorageSourceConnectorInfo":"Microsoft.Confluent.KafkaAzureBlobStorageSourceConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureCosmosDBSinkConnectorInfo":"Microsoft.Confluent.KafkaAzureCosmosDBSinkConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureCosmosDBSourceConnectorInfo":"Microsoft.Confluent.KafkaAzureCosmosDBSourceConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureSynapseAnalyticsSinkConnectorInfo":"Microsoft.Confluent.KafkaAzureSynapseAnalyticsSinkConnectorInfo","com.azure.resourcemanager.confluent.models.LinkOrganization":"Microsoft.Confluent.LinkOrganization","com.azure.resourcemanager.confluent.models.ListAccessRequestModel":"Microsoft.Confluent.ListAccessRequestModel","com.azure.resourcemanager.confluent.models.MetadataEntity":"Microsoft.Confluent.MetadataEntity","com.azure.resourcemanager.confluent.models.OfferDetail":"Microsoft.Confluent.OfferDetail","com.azure.resourcemanager.confluent.models.OperationDisplay":"Microsoft.Confluent.OperationDisplay","com.azure.resourcemanager.confluent.models.OrganizationResourceUpdate":"Microsoft.Confluent.OrganizationResourceUpdate","com.azure.resourcemanager.confluent.models.Package":"Microsoft.Confluent.Package","com.azure.resourcemanager.confluent.models.PartnerConnectorType":"Microsoft.Confluent.PartnerConnectorType","com.azure.resourcemanager.confluent.models.PartnerInfoBase":"Microsoft.Confluent.PartnerInfoBase","com.azure.resourcemanager.confluent.models.ProvisionState":"Microsoft.Confluent.ProvisionState","com.azure.resourcemanager.confluent.models.RegionRecord":"Microsoft.Confluent.RegionRecord","com.azure.resourcemanager.confluent.models.RegionSpecEntity":"Microsoft.Confluent.RegionSpecEntity","com.azure.resourcemanager.confluent.models.SCClusterByokEntity":"Microsoft.Confluent.SCClusterByokEntity","com.azure.resourcemanager.confluent.models.SCClusterNetworkEnvironmentEntity":"Microsoft.Confluent.SCClusterNetworkEnvironmentEntity","com.azure.resourcemanager.confluent.models.SCClusterSpecEntity":"Microsoft.Confluent.SCClusterSpecEntity","com.azure.resourcemanager.confluent.models.SCMetadataEntity":"Microsoft.Confluent.SCMetadataEntity","com.azure.resourcemanager.confluent.models.SaaSOfferStatus":"Microsoft.Confluent.SaaSOfferStatus","com.azure.resourcemanager.confluent.models.SchemaRegistryClusterEnvironmentRegionEntity":"Microsoft.Confluent.SchemaRegistryClusterEnvironmentRegionEntity","com.azure.resourcemanager.confluent.models.SchemaRegistryClusterSpecEntity":"Microsoft.Confluent.SchemaRegistryClusterSpecEntity","com.azure.resourcemanager.confluent.models.SchemaRegistryClusterStatusEntity":"Microsoft.Confluent.SchemaRegistryClusterStatusEntity","com.azure.resourcemanager.confluent.models.ServiceAccountRecord":"Microsoft.Confluent.ServiceAccountRecord","com.azure.resourcemanager.confluent.models.StreamGovernanceConfig":"Microsoft.Confluent.StreamGovernanceConfig","com.azure.resourcemanager.confluent.models.TopicMetadataEntity":"Microsoft.Confluent.TopicMetadataEntity","com.azure.resourcemanager.confluent.models.TopicsInputConfig":"Microsoft.Confluent.TopicsInputConfig","com.azure.resourcemanager.confluent.models.TopicsRelatedLink":"Microsoft.Confluent.TopicsRelatedLink","com.azure.resourcemanager.confluent.models.UserDetail":"Microsoft.Confluent.UserDetail","com.azure.resourcemanager.confluent.models.UserRecord":"Microsoft.Confluent.UserRecord"},"generatedFiles":["src/main/java/com/azure/resourcemanager/confluent/ConfluentManager.java","src/main/java/com/azure/resourcemanager/confluent/fluent/AccessClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ClustersClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ConfluentManagementClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ConnectorsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/EnvironmentsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/MarketplaceAgreementsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationOperationsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/TopicsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ValidationsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListClusterSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListEnvironmentsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListInvitationsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListRoleBindingsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListServiceAccountsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListUsersSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessRoleBindingNameListSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ApiKeyProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ApiKeyRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ClusterProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConfluentAgreementProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConfluentAgreementResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConnectorResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConnectorResourceProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/EnvironmentProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/InvitationRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ListRegionsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/OperationResultInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/OrganizationResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/OrganizationResourceProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/RegionProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/RoleBindingRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SCClusterRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SCEnvironmentRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SchemaRegistryClusterProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SchemaRegistryClusterRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/TopicProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/TopicRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ValidationResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/package-info.java","src/main/java/com/azure/resourcemanager/confluent/fluent/package-info.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListClusterSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListEnvironmentsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListInvitationsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListRoleBindingsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListServiceAccountsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListUsersSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessRoleBindingNameListSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ApiKeyRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ClustersClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ClustersImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentAgreementResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientBuilder.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConnectorResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConnectorsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConnectorsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/EnvironmentsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/EnvironmentsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/InvitationRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ListRegionsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/MarketplaceAgreementsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/MarketplaceAgreementsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OperationResultImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationOperationsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ResourceManagerUtils.java","src/main/java/com/azure/resourcemanager/confluent/implementation/RoleBindingRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SCClusterRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SCEnvironmentRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SchemaRegistryClusterRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/TopicRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/TopicsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/TopicsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ValidationResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ValidationsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ValidationsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ConfluentAgreementResourceListResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/GetEnvironmentsResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListClustersSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListConnectorsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListSchemaRegistryClustersResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListTopicsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/OperationListResult.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/OrganizationResourceListResult.java","src/main/java/com/azure/resourcemanager/confluent/implementation/package-info.java","src/main/java/com/azure/resourcemanager/confluent/models/Access.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessCreateRoleBindingRequestModel.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessInviteUserAccountModel.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessInvitedUserDetails.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListClusterSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListEnvironmentsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListInvitationsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListRoleBindingsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListServiceAccountsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListUsersSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessRoleBindingNameListSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeyOwnerEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeyRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeyResourceEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeySpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/AuthType.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureBlobStorageSinkConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureBlobStorageSourceConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureCosmosDBSinkConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureCosmosDBSourceConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureSynapseAnalyticsSinkConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterByokEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterConfigEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterEnvironmentEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterNetworkEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterStatusEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/Clusters.java","src/main/java/com/azure/resourcemanager/confluent/models/ConfluentAgreementResource.java","src/main/java/com/azure/resourcemanager/confluent/models/ConfluentListMetadata.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorClass.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorInfoBase.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorResource.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorServiceType.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorServiceTypeInfoBase.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorStatus.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorType.java","src/main/java/com/azure/resourcemanager/confluent/models/Connectors.java","src/main/java/com/azure/resourcemanager/confluent/models/CreateApiKeyModel.java","src/main/java/com/azure/resourcemanager/confluent/models/DataFormatType.java","src/main/java/com/azure/resourcemanager/confluent/models/EnvironmentRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/Environments.java","src/main/java/com/azure/resourcemanager/confluent/models/InvitationRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureBlobStorageSinkConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureBlobStorageSourceConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureCosmosDBSinkConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureCosmosDBSourceConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureSynapseAnalyticsSinkConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/LinkOrganization.java","src/main/java/com/azure/resourcemanager/confluent/models/ListAccessRequestModel.java","src/main/java/com/azure/resourcemanager/confluent/models/ListRegionsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/MarketplaceAgreements.java","src/main/java/com/azure/resourcemanager/confluent/models/MetadataEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/OfferDetail.java","src/main/java/com/azure/resourcemanager/confluent/models/OperationDisplay.java","src/main/java/com/azure/resourcemanager/confluent/models/OperationResult.java","src/main/java/com/azure/resourcemanager/confluent/models/OrganizationOperations.java","src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResource.java","src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResourceUpdate.java","src/main/java/com/azure/resourcemanager/confluent/models/Organizations.java","src/main/java/com/azure/resourcemanager/confluent/models/Package.java","src/main/java/com/azure/resourcemanager/confluent/models/PartnerConnectorType.java","src/main/java/com/azure/resourcemanager/confluent/models/PartnerInfoBase.java","src/main/java/com/azure/resourcemanager/confluent/models/ProvisionState.java","src/main/java/com/azure/resourcemanager/confluent/models/RegionRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/RegionSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/RoleBindingRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterByokEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterNetworkEnvironmentEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SCEnvironmentRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SCMetadataEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SaaSOfferStatus.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterEnvironmentRegionEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterStatusEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ServiceAccountRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/StreamGovernanceConfig.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicMetadataEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/Topics.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicsInputConfig.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicsRelatedLink.java","src/main/java/com/azure/resourcemanager/confluent/models/UserDetail.java","src/main/java/com/azure/resourcemanager/confluent/models/UserRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/ValidationResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/Validations.java","src/main/java/com/azure/resourcemanager/confluent/models/package-info.java","src/main/java/com/azure/resourcemanager/confluent/package-info.java","src/main/java/module-info.java"]}
\ No newline at end of file
+{"flavor":"azure","apiVersions":{"Microsoft.Confluent":"2026-06-02-preview"},"crossLanguagePackageId":"Microsoft.Confluent","crossLanguageVersion":"540d5bbca0f3","crossLanguageDefinitions":{"com.azure.resourcemanager.confluent.fluent.AccessClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBinding":"Microsoft.Confluent.OrganizationResources.createRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBindingWithResponse":"Microsoft.Confluent.OrganizationResources.createRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBinding":"Microsoft.Confluent.OrganizationResourceRoleBindingIdActions.deleteRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBindingWithResponse":"Microsoft.Confluent.OrganizationResourceRoleBindingIdActions.deleteRoleBinding","com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUser":"Microsoft.Confluent.OrganizationResources.inviteUser","com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUserWithResponse":"Microsoft.Confluent.OrganizationResources.inviteUser","com.azure.resourcemanager.confluent.fluent.AccessClient.listClusters":"Microsoft.Confluent.OrganizationResources.listClusters","com.azure.resourcemanager.confluent.fluent.AccessClient.listClustersWithResponse":"Microsoft.Confluent.OrganizationResources.listClusters","com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironments":"Microsoft.Confluent.OrganizationResources.listEnvironments","com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironmentsWithResponse":"Microsoft.Confluent.OrganizationResources.listEnvironments","com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitations":"Microsoft.Confluent.OrganizationResources.listInvitations","com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitationsWithResponse":"Microsoft.Confluent.OrganizationResources.listInvitations","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameList":"Microsoft.Confluent.OrganizationResources.listRoleBindingNameList","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameListWithResponse":"Microsoft.Confluent.OrganizationResources.listRoleBindingNameList","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindings":"Microsoft.Confluent.OrganizationResources.listRoleBindings","com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingsWithResponse":"Microsoft.Confluent.OrganizationResources.listRoleBindings","com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccounts":"Microsoft.Confluent.OrganizationResources.listServiceAccounts","com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccountsWithResponse":"Microsoft.Confluent.OrganizationResources.listServiceAccounts","com.azure.resourcemanager.confluent.fluent.AccessClient.listUsers":"Microsoft.Confluent.OrganizationResources.listUsers","com.azure.resourcemanager.confluent.fluent.AccessClient.listUsersWithResponse":"Microsoft.Confluent.OrganizationResources.listUsers","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient":"Microsoft.Confluent.AccessPointResources","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.beginCreateOrReplace":"Microsoft.Confluent.AccessPointResources.createOrReplace","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.beginDelete":"Microsoft.Confluent.AccessPointResources.delete","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.createOrReplace":"Microsoft.Confluent.AccessPointResources.createOrReplace","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.delete":"Microsoft.Confluent.AccessPointResources.delete","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.get":"Microsoft.Confluent.AccessPointResources.get","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.getWithResponse":"Microsoft.Confluent.AccessPointResources.get","com.azure.resourcemanager.confluent.fluent.AccessPointResourcesClient.list":"Microsoft.Confluent.AccessPointResources.list","com.azure.resourcemanager.confluent.fluent.ClustersClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ClustersClient.beginDelete":"Microsoft.Confluent.SCClusterRecords.delete","com.azure.resourcemanager.confluent.fluent.ClustersClient.createOrUpdate":"Microsoft.Confluent.SCClusterRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ClustersClient.createOrUpdateWithResponse":"Microsoft.Confluent.SCClusterRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ClustersClient.delete":"Microsoft.Confluent.SCClusterRecords.delete","com.azure.resourcemanager.confluent.fluent.ConfluentManagementClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ConnectorsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.beginDelete":"Microsoft.Confluent.ConnectorResources.delete","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.createOrUpdate":"Microsoft.Confluent.ConnectorResources.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.createOrUpdateWithResponse":"Microsoft.Confluent.ConnectorResources.createOrUpdate","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.delete":"Microsoft.Confluent.ConnectorResources.delete","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.get":"Microsoft.Confluent.ConnectorResources.get","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.getWithResponse":"Microsoft.Confluent.ConnectorResources.get","com.azure.resourcemanager.confluent.fluent.ConnectorsClient.list":"Microsoft.Confluent.ConnectorResources.list","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.beginDelete":"Microsoft.Confluent.SCEnvironmentRecords.delete","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.createOrUpdate":"Microsoft.Confluent.SCEnvironmentRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.createOrUpdateWithResponse":"Microsoft.Confluent.SCEnvironmentRecords.createOrUpdate","com.azure.resourcemanager.confluent.fluent.EnvironmentsClient.delete":"Microsoft.Confluent.SCEnvironmentRecords.delete","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient.create":"Microsoft.Confluent.MarketplaceAgreementsOperationGroup.create","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient.createWithResponse":"Microsoft.Confluent.MarketplaceAgreementsOperationGroup.create","com.azure.resourcemanager.confluent.fluent.MarketplaceAgreementsClient.list":"Microsoft.Confluent.MarketplaceAgreementsOperationGroup.list","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient":"Microsoft.Confluent.NetworkGatewayResources","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.beginCreateOrReplace":"Microsoft.Confluent.NetworkGatewayResources.createOrReplace","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.beginDelete":"Microsoft.Confluent.NetworkGatewayResources.delete","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.createOrReplace":"Microsoft.Confluent.NetworkGatewayResources.createOrReplace","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.delete":"Microsoft.Confluent.NetworkGatewayResources.delete","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.get":"Microsoft.Confluent.NetworkGatewayResources.get","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.getWithResponse":"Microsoft.Confluent.NetworkGatewayResources.get","com.azure.resourcemanager.confluent.fluent.NetworkGatewayResourcesClient.list":"Microsoft.Confluent.NetworkGatewayResources.list","com.azure.resourcemanager.confluent.fluent.OrganizationOperationsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.OrganizationOperationsClient.list":"Microsoft.Confluent.Operations.list","com.azure.resourcemanager.confluent.fluent.OrganizationsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.activateResource":"Microsoft.Confluent.SaaSOperationGroup.activateResource","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.beginActivateResource":"Microsoft.Confluent.SaaSOperationGroup.activateResource","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.beginCreate":"Microsoft.Confluent.OrganizationResources.create","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.beginDelete":"Microsoft.Confluent.OrganizationResources.delete","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.beginLinkSaaS":"Microsoft.Confluent.OrganizationResources.linkSaaS","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.create":"Microsoft.Confluent.OrganizationResources.create","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.createApiKey":"Microsoft.Confluent.SCClusterRecords.createAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.createApiKeyWithResponse":"Microsoft.Confluent.SCClusterRecords.createAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.delete":"Microsoft.Confluent.OrganizationResources.delete","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.deleteClusterApiKey":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.deleteClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.deleteClusterApiKeyWithResponse":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.deleteClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getByResourceGroup":"Microsoft.Confluent.OrganizationResources.get","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getByResourceGroupWithResponse":"Microsoft.Confluent.OrganizationResources.get","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterApiKey":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.getClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterApiKeyWithResponse":"Microsoft.Confluent.OrganizationResourceAPIKeyActions.getClusterAPIKey","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterById":"Microsoft.Confluent.SCClusterRecords.getClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getClusterByIdWithResponse":"Microsoft.Confluent.SCClusterRecords.getClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getEnvironmentById":"Microsoft.Confluent.SCEnvironmentRecords.getEnvironmentById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getEnvironmentByIdWithResponse":"Microsoft.Confluent.SCEnvironmentRecords.getEnvironmentById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getSchemaRegistryClusterById":"Microsoft.Confluent.SCEnvironmentRecordCluster.getSchemaRegistryClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.getSchemaRegistryClusterByIdWithResponse":"Microsoft.Confluent.SCEnvironmentRecordCluster.getSchemaRegistryClusterById","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.latestLinkedSaaS":"Microsoft.Confluent.OrganizationResources.latestLinkedSaaS","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.latestLinkedSaaSWithResponse":"Microsoft.Confluent.OrganizationResources.latestLinkedSaaS","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.linkSaaS":"Microsoft.Confluent.OrganizationResources.linkSaaS","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.list":"Microsoft.Confluent.OrganizationResources.listBySubscription","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listByResourceGroup":"Microsoft.Confluent.OrganizationResources.listByResourceGroup","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listClusters":"Microsoft.Confluent.SCClusterRecords.listClusters","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listEnvironments":"Microsoft.Confluent.SCEnvironmentRecords.listEnvironments","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listRegions":"Microsoft.Confluent.OrganizationResources.listRegions","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listRegionsWithResponse":"Microsoft.Confluent.OrganizationResources.listRegions","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.listSchemaRegistryClusters":"Microsoft.Confluent.SCEnvironmentRecords.listSchemaRegistryClusters","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.update":"Microsoft.Confluent.OrganizationResources.update","com.azure.resourcemanager.confluent.fluent.OrganizationsClient.updateWithResponse":"Microsoft.Confluent.OrganizationResources.update","com.azure.resourcemanager.confluent.fluent.TopicsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.TopicsClient.beginDelete":"Microsoft.Confluent.TopicRecords.delete","com.azure.resourcemanager.confluent.fluent.TopicsClient.create":"Microsoft.Confluent.TopicRecords.create","com.azure.resourcemanager.confluent.fluent.TopicsClient.createWithResponse":"Microsoft.Confluent.TopicRecords.create","com.azure.resourcemanager.confluent.fluent.TopicsClient.delete":"Microsoft.Confluent.TopicRecords.delete","com.azure.resourcemanager.confluent.fluent.TopicsClient.get":"Microsoft.Confluent.TopicRecords.get","com.azure.resourcemanager.confluent.fluent.TopicsClient.getWithResponse":"Microsoft.Confluent.TopicRecords.get","com.azure.resourcemanager.confluent.fluent.TopicsClient.list":"Microsoft.Confluent.TopicRecords.list","com.azure.resourcemanager.confluent.fluent.ValidationsClient":"Microsoft.Confluent","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganization":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganization","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganizationV2":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganizationV2","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganizationV2WithResponse":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganizationV2","com.azure.resourcemanager.confluent.fluent.ValidationsClient.validateOrganizationWithResponse":"Microsoft.Confluent.ValidationsOperationGroup.validateOrganization","com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner":"Microsoft.Confluent.AccessListClusterSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListEnvironmentsSuccessResponseInner":"Microsoft.Confluent.AccessListEnvironmentsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListInvitationsSuccessResponseInner":"Microsoft.Confluent.AccessListInvitationsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListRoleBindingsSuccessResponseInner":"Microsoft.Confluent.AccessListRoleBindingsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListServiceAccountsSuccessResponseInner":"Microsoft.Confluent.AccessListServiceAccountsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner":"Microsoft.Confluent.AccessListUsersSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.AccessPointResourceInner":"Microsoft.Confluent.AccessPointResource","com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner":"Microsoft.Confluent.AccessRoleBindingNameListSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.ApiKeyProperties":"Microsoft.Confluent.APIKeyProperties","com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner":"Microsoft.Confluent.APIKeyRecord","com.azure.resourcemanager.confluent.fluent.models.ClusterProperties":"Microsoft.Confluent.ClusterProperties","com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementProperties":"Microsoft.Confluent.ConfluentAgreementProperties","com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner":"Microsoft.Confluent.ConfluentAgreementResource","com.azure.resourcemanager.confluent.fluent.models.ConnectorResourceInner":"Microsoft.Confluent.ConnectorResource","com.azure.resourcemanager.confluent.fluent.models.ConnectorResourceProperties":"Microsoft.Confluent.ConnectorResourceProperties","com.azure.resourcemanager.confluent.fluent.models.EnvironmentProperties":"Microsoft.Confluent.EnvironmentProperties","com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner":"Microsoft.Confluent.InvitationRecord","com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner":"Microsoft.Confluent.LatestLinkedSaaSResponse","com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner":"Microsoft.Confluent.ListRegionsSuccessResponse","com.azure.resourcemanager.confluent.fluent.models.NetworkGatewayResourceInner":"Microsoft.Confluent.NetworkGatewayResource","com.azure.resourcemanager.confluent.fluent.models.OperationResultInner":"Microsoft.Confluent.OperationResult","com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner":"Microsoft.Confluent.OrganizationResource","com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceProperties":"Microsoft.Confluent.OrganizationResourceProperties","com.azure.resourcemanager.confluent.fluent.models.RegionProperties":"Microsoft.Confluent.RegionProperties","com.azure.resourcemanager.confluent.fluent.models.RoleBindingRecordInner":"Microsoft.Confluent.RoleBindingRecord","com.azure.resourcemanager.confluent.fluent.models.SCClusterRecordInner":"Microsoft.Confluent.SCClusterRecord","com.azure.resourcemanager.confluent.fluent.models.SCEnvironmentRecordInner":"Microsoft.Confluent.SCEnvironmentRecord","com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner":"Microsoft.Confluent.SaaSResourceDetailsResponse","com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterProperties":"Microsoft.Confluent.SchemaRegistryClusterProperties","com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner":"Microsoft.Confluent.SchemaRegistryClusterRecord","com.azure.resourcemanager.confluent.fluent.models.TopicProperties":"Microsoft.Confluent.TopicProperties","com.azure.resourcemanager.confluent.fluent.models.TopicRecordInner":"Microsoft.Confluent.TopicRecord","com.azure.resourcemanager.confluent.fluent.models.ValidationResponseInner":"Microsoft.Confluent.ValidationResponse","com.azure.resourcemanager.confluent.implementation.ConfluentManagementClientBuilder":"Microsoft.Confluent","com.azure.resourcemanager.confluent.implementation.models.AccessPointResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.confluent.implementation.models.ConfluentAgreementResourceListResponse":"Microsoft.Confluent.ConfluentAgreementResourceListResponse","com.azure.resourcemanager.confluent.implementation.models.GetEnvironmentsResponse":"Microsoft.Confluent.GetEnvironmentsResponse","com.azure.resourcemanager.confluent.implementation.models.ListClustersSuccessResponse":"Microsoft.Confluent.ListClustersSuccessResponse","com.azure.resourcemanager.confluent.implementation.models.ListConnectorsSuccessResponse":"Microsoft.Confluent.ListConnectorsSuccessResponse","com.azure.resourcemanager.confluent.implementation.models.ListSchemaRegistryClustersResponse":"Microsoft.Confluent.ListSchemaRegistryClustersResponse","com.azure.resourcemanager.confluent.implementation.models.ListTopicsSuccessResponse":"Microsoft.Confluent.ListTopicsSuccessResponse","com.azure.resourcemanager.confluent.implementation.models.NetworkGatewayResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.confluent.implementation.models.OperationListResult":"Microsoft.Confluent.OperationListResult","com.azure.resourcemanager.confluent.implementation.models.OrganizationResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel":"Microsoft.Confluent.AccessCreateRoleBindingRequestModel","com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel":"Microsoft.Confluent.AccessInviteUserAccountModel","com.azure.resourcemanager.confluent.models.AccessInvitedUserDetails":"Microsoft.Confluent.AccessInvitedUserDetails","com.azure.resourcemanager.confluent.models.AccessPointProperties":"Microsoft.Confluent.AccessPointProperties","com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest":"Microsoft.Confluent.ActivateSaaSParameterRequest","com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity":"Microsoft.Confluent.APIKeyOwnerEntity","com.azure.resourcemanager.confluent.models.ApiKeyResourceEntity":"Microsoft.Confluent.APIKeyResourceEntity","com.azure.resourcemanager.confluent.models.ApiKeySpecEntity":"Microsoft.Confluent.APIKeySpecEntity","com.azure.resourcemanager.confluent.models.AuthType":"Microsoft.Confluent.AuthType","com.azure.resourcemanager.confluent.models.AzureBlobStorageSinkConnectorServiceInfo":"Microsoft.Confluent.AzureBlobStorageSinkConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureBlobStorageSourceConnectorServiceInfo":"Microsoft.Confluent.AzureBlobStorageSourceConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureCosmosDBSinkConnectorServiceInfo":"Microsoft.Confluent.AzureCosmosDBSinkConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureCosmosDBSourceConnectorServiceInfo":"Microsoft.Confluent.AzureCosmosDBSourceConnectorServiceInfo","com.azure.resourcemanager.confluent.models.AzureSynapseAnalyticsSinkConnectorServiceInfo":"Microsoft.Confluent.AzureSynapseAnalyticsSinkConnectorServiceInfo","com.azure.resourcemanager.confluent.models.ClusterByokEntity":"Microsoft.Confluent.ClusterByokEntity","com.azure.resourcemanager.confluent.models.ClusterConfigEntity":"Microsoft.Confluent.ClusterConfigEntity","com.azure.resourcemanager.confluent.models.ClusterEnvironmentEntity":"Microsoft.Confluent.ClusterEnvironmentEntity","com.azure.resourcemanager.confluent.models.ClusterNetworkEntity":"Microsoft.Confluent.ClusterNetworkEntity","com.azure.resourcemanager.confluent.models.ClusterRecord":"Microsoft.Confluent.ClusterRecord","com.azure.resourcemanager.confluent.models.ClusterSpecEntity":"Microsoft.Confluent.ClusterSpecEntity","com.azure.resourcemanager.confluent.models.ClusterStatusEntity":"Microsoft.Confluent.ClusterStatusEntity","com.azure.resourcemanager.confluent.models.ConfluentListMetadata":"Microsoft.Confluent.ConfluentListMetadata","com.azure.resourcemanager.confluent.models.ConnectorClass":"Microsoft.Confluent.ConnectorClass","com.azure.resourcemanager.confluent.models.ConnectorInfoBase":"Microsoft.Confluent.ConnectorInfoBase","com.azure.resourcemanager.confluent.models.ConnectorServiceType":"Microsoft.Confluent.ConnectorServiceType","com.azure.resourcemanager.confluent.models.ConnectorServiceTypeInfoBase":"Microsoft.Confluent.ConnectorServiceTypeInfoBase","com.azure.resourcemanager.confluent.models.ConnectorStatus":"Microsoft.Confluent.ConnectorStatus","com.azure.resourcemanager.confluent.models.ConnectorType":"Microsoft.Confluent.ConnectorType","com.azure.resourcemanager.confluent.models.CreateApiKeyModel":"Microsoft.Confluent.CreateAPIKeyModel","com.azure.resourcemanager.confluent.models.DataFormatType":"Microsoft.Confluent.DataFormatType","com.azure.resourcemanager.confluent.models.EnvironmentRecord":"Microsoft.Confluent.EnvironmentRecord","com.azure.resourcemanager.confluent.models.KafkaAzureBlobStorageSinkConnectorInfo":"Microsoft.Confluent.KafkaAzureBlobStorageSinkConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureBlobStorageSourceConnectorInfo":"Microsoft.Confluent.KafkaAzureBlobStorageSourceConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureCosmosDBSinkConnectorInfo":"Microsoft.Confluent.KafkaAzureCosmosDBSinkConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureCosmosDBSourceConnectorInfo":"Microsoft.Confluent.KafkaAzureCosmosDBSourceConnectorInfo","com.azure.resourcemanager.confluent.models.KafkaAzureSynapseAnalyticsSinkConnectorInfo":"Microsoft.Confluent.KafkaAzureSynapseAnalyticsSinkConnectorInfo","com.azure.resourcemanager.confluent.models.KeyValuePair":"Microsoft.Confluent.KeyValuePair","com.azure.resourcemanager.confluent.models.LinkOrganization":"Microsoft.Confluent.LinkOrganization","com.azure.resourcemanager.confluent.models.ListAccessRequestModel":"Microsoft.Confluent.ListAccessRequestModel","com.azure.resourcemanager.confluent.models.MetadataEntity":"Microsoft.Confluent.MetadataEntity","com.azure.resourcemanager.confluent.models.NetworkGatewayProperties":"Microsoft.Confluent.NetworkGatewayProperties","com.azure.resourcemanager.confluent.models.OfferDetail":"Microsoft.Confluent.OfferDetail","com.azure.resourcemanager.confluent.models.OperationDisplay":"Microsoft.Confluent.OperationDisplay","com.azure.resourcemanager.confluent.models.OrganizationResourceUpdate":"Microsoft.Confluent.OrganizationResourceUpdate","com.azure.resourcemanager.confluent.models.Package":"Microsoft.Confluent.Package","com.azure.resourcemanager.confluent.models.PartnerConnectorType":"Microsoft.Confluent.PartnerConnectorType","com.azure.resourcemanager.confluent.models.PartnerInfoBase":"Microsoft.Confluent.PartnerInfoBase","com.azure.resourcemanager.confluent.models.ProvisionState":"Microsoft.Confluent.ProvisionState","com.azure.resourcemanager.confluent.models.RegionRecord":"Microsoft.Confluent.RegionRecord","com.azure.resourcemanager.confluent.models.RegionSpecEntity":"Microsoft.Confluent.RegionSpecEntity","com.azure.resourcemanager.confluent.models.SCClusterByokEntity":"Microsoft.Confluent.SCClusterByokEntity","com.azure.resourcemanager.confluent.models.SCClusterNetworkEnvironmentEntity":"Microsoft.Confluent.SCClusterNetworkEnvironmentEntity","com.azure.resourcemanager.confluent.models.SCClusterSpecEntity":"Microsoft.Confluent.SCClusterSpecEntity","com.azure.resourcemanager.confluent.models.SCMetadataEntity":"Microsoft.Confluent.SCMetadataEntity","com.azure.resourcemanager.confluent.models.SaaSData":"Microsoft.Confluent.SaaSData","com.azure.resourcemanager.confluent.models.SaaSOfferStatus":"Microsoft.Confluent.SaaSOfferStatus","com.azure.resourcemanager.confluent.models.SchemaRegistryClusterEnvironmentRegionEntity":"Microsoft.Confluent.SchemaRegistryClusterEnvironmentRegionEntity","com.azure.resourcemanager.confluent.models.SchemaRegistryClusterSpecEntity":"Microsoft.Confluent.SchemaRegistryClusterSpecEntity","com.azure.resourcemanager.confluent.models.SchemaRegistryClusterStatusEntity":"Microsoft.Confluent.SchemaRegistryClusterStatusEntity","com.azure.resourcemanager.confluent.models.ServiceAccountRecord":"Microsoft.Confluent.ServiceAccountRecord","com.azure.resourcemanager.confluent.models.StreamGovernanceConfig":"Microsoft.Confluent.StreamGovernanceConfig","com.azure.resourcemanager.confluent.models.TopicMetadataEntity":"Microsoft.Confluent.TopicMetadataEntity","com.azure.resourcemanager.confluent.models.TopicsInputConfig":"Microsoft.Confluent.TopicsInputConfig","com.azure.resourcemanager.confluent.models.TopicsRelatedLink":"Microsoft.Confluent.TopicsRelatedLink","com.azure.resourcemanager.confluent.models.UserDetail":"Microsoft.Confluent.UserDetail","com.azure.resourcemanager.confluent.models.UserRecord":"Microsoft.Confluent.UserRecord","com.azure.resourcemanager.confluent.models.VnetInjectionDetails":"LiftrBase.VnetInjectionDetails"},"generatedFiles":["src/main/java/com/azure/resourcemanager/confluent/ConfluentManager.java","src/main/java/com/azure/resourcemanager/confluent/fluent/AccessClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/AccessPointResourcesClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ClustersClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ConfluentManagementClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ConnectorsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/EnvironmentsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/MarketplaceAgreementsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/NetworkGatewayResourcesClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationOperationsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/OrganizationsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/TopicsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/ValidationsClient.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListClusterSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListEnvironmentsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListInvitationsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListRoleBindingsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListServiceAccountsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessListUsersSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessPointResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/AccessRoleBindingNameListSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ApiKeyProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ApiKeyRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ClusterProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConfluentAgreementProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConfluentAgreementResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConnectorResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ConnectorResourceProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/EnvironmentProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/InvitationRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/LatestLinkedSaaSResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ListRegionsSuccessResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/NetworkGatewayResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/OperationResultInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/OrganizationResourceInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/OrganizationResourceProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/RegionProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/RoleBindingRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SCClusterRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SCEnvironmentRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SaaSResourceDetailsResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SchemaRegistryClusterProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/SchemaRegistryClusterRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/TopicProperties.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/TopicRecordInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/ValidationResponseInner.java","src/main/java/com/azure/resourcemanager/confluent/fluent/models/package-info.java","src/main/java/com/azure/resourcemanager/confluent/fluent/package-info.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListClusterSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListEnvironmentsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListInvitationsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListRoleBindingsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListServiceAccountsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessListUsersSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessPointResourcesImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/AccessRoleBindingNameListSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ApiKeyRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ClustersClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ClustersImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentAgreementResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientBuilder.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConfluentManagementClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConnectorResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConnectorsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ConnectorsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/EnvironmentsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/EnvironmentsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/InvitationRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/LatestLinkedSaaSResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ListRegionsSuccessResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/MarketplaceAgreementsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/MarketplaceAgreementsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/NetworkGatewayResourcesImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OperationResultImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationOperationsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationResourceImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/OrganizationsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ResourceManagerUtils.java","src/main/java/com/azure/resourcemanager/confluent/implementation/RoleBindingRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SCClusterRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SCEnvironmentRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SaaSResourceDetailsResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/SchemaRegistryClusterRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/TopicRecordImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/TopicsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/TopicsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ValidationResponseImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ValidationsClientImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/ValidationsImpl.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/AccessPointResourceListResult.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ConfluentAgreementResourceListResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/GetEnvironmentsResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListClustersSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListConnectorsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListSchemaRegistryClustersResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/ListTopicsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/NetworkGatewayResourceListResult.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/OperationListResult.java","src/main/java/com/azure/resourcemanager/confluent/implementation/models/OrganizationResourceListResult.java","src/main/java/com/azure/resourcemanager/confluent/implementation/package-info.java","src/main/java/com/azure/resourcemanager/confluent/models/Access.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessCreateRoleBindingRequestModel.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessInviteUserAccountModel.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessInvitedUserDetails.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListClusterSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListEnvironmentsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListInvitationsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListRoleBindingsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListServiceAccountsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessListUsersSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessPointProperties.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResource.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessPointResources.java","src/main/java/com/azure/resourcemanager/confluent/models/AccessRoleBindingNameListSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/ActivateSaaSParameterRequest.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeyOwnerEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeyRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeyResourceEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ApiKeySpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/AuthType.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureBlobStorageSinkConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureBlobStorageSourceConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureCosmosDBSinkConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureCosmosDBSourceConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/AzureSynapseAnalyticsSinkConnectorServiceInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterByokEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterConfigEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterEnvironmentEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterNetworkEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ClusterStatusEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/Clusters.java","src/main/java/com/azure/resourcemanager/confluent/models/ConfluentAgreementResource.java","src/main/java/com/azure/resourcemanager/confluent/models/ConfluentListMetadata.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorClass.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorInfoBase.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorResource.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorServiceType.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorServiceTypeInfoBase.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorStatus.java","src/main/java/com/azure/resourcemanager/confluent/models/ConnectorType.java","src/main/java/com/azure/resourcemanager/confluent/models/Connectors.java","src/main/java/com/azure/resourcemanager/confluent/models/CreateApiKeyModel.java","src/main/java/com/azure/resourcemanager/confluent/models/DataFormatType.java","src/main/java/com/azure/resourcemanager/confluent/models/EnvironmentRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/Environments.java","src/main/java/com/azure/resourcemanager/confluent/models/InvitationRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureBlobStorageSinkConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureBlobStorageSourceConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureCosmosDBSinkConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureCosmosDBSourceConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KafkaAzureSynapseAnalyticsSinkConnectorInfo.java","src/main/java/com/azure/resourcemanager/confluent/models/KeyValuePair.java","src/main/java/com/azure/resourcemanager/confluent/models/LatestLinkedSaaSResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/LinkOrganization.java","src/main/java/com/azure/resourcemanager/confluent/models/ListAccessRequestModel.java","src/main/java/com/azure/resourcemanager/confluent/models/ListRegionsSuccessResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/MarketplaceAgreements.java","src/main/java/com/azure/resourcemanager/confluent/models/MetadataEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayProperties.java","src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResource.java","src/main/java/com/azure/resourcemanager/confluent/models/NetworkGatewayResources.java","src/main/java/com/azure/resourcemanager/confluent/models/OfferDetail.java","src/main/java/com/azure/resourcemanager/confluent/models/OperationDisplay.java","src/main/java/com/azure/resourcemanager/confluent/models/OperationResult.java","src/main/java/com/azure/resourcemanager/confluent/models/OrganizationOperations.java","src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResource.java","src/main/java/com/azure/resourcemanager/confluent/models/OrganizationResourceUpdate.java","src/main/java/com/azure/resourcemanager/confluent/models/Organizations.java","src/main/java/com/azure/resourcemanager/confluent/models/Package.java","src/main/java/com/azure/resourcemanager/confluent/models/PartnerConnectorType.java","src/main/java/com/azure/resourcemanager/confluent/models/PartnerInfoBase.java","src/main/java/com/azure/resourcemanager/confluent/models/ProvisionState.java","src/main/java/com/azure/resourcemanager/confluent/models/RegionRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/RegionSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/RoleBindingRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterByokEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterNetworkEnvironmentEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SCClusterSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SCEnvironmentRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SCMetadataEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SaaSData.java","src/main/java/com/azure/resourcemanager/confluent/models/SaaSOfferStatus.java","src/main/java/com/azure/resourcemanager/confluent/models/SaaSResourceDetailsResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterEnvironmentRegionEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterSpecEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/SchemaRegistryClusterStatusEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/ServiceAccountRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/StreamGovernanceConfig.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicMetadataEntity.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/Topics.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicsInputConfig.java","src/main/java/com/azure/resourcemanager/confluent/models/TopicsRelatedLink.java","src/main/java/com/azure/resourcemanager/confluent/models/UserDetail.java","src/main/java/com/azure/resourcemanager/confluent/models/UserRecord.java","src/main/java/com/azure/resourcemanager/confluent/models/ValidationResponse.java","src/main/java/com/azure/resourcemanager/confluent/models/Validations.java","src/main/java/com/azure/resourcemanager/confluent/models/VnetInjectionDetails.java","src/main/java/com/azure/resourcemanager/confluent/models/package-info.java","src/main/java/com/azure/resourcemanager/confluent/package-info.java","src/main/java/module-info.java"]}
\ No newline at end of file
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-confluent/proxy-config.json b/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-confluent/proxy-config.json
index bacd552be058..bdaeb0fcd5b2 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-confluent/proxy-config.json
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-confluent/proxy-config.json
@@ -1 +1 @@
-[["com.azure.resourcemanager.confluent.implementation.AccessClientImpl$AccessService"],["com.azure.resourcemanager.confluent.implementation.ClustersClientImpl$ClustersService"],["com.azure.resourcemanager.confluent.implementation.ConnectorsClientImpl$ConnectorsService"],["com.azure.resourcemanager.confluent.implementation.EnvironmentsClientImpl$EnvironmentsService"],["com.azure.resourcemanager.confluent.implementation.MarketplaceAgreementsClientImpl$MarketplaceAgreementsService"],["com.azure.resourcemanager.confluent.implementation.OrganizationOperationsClientImpl$OrganizationOperationsService"],["com.azure.resourcemanager.confluent.implementation.OrganizationsClientImpl$OrganizationsService"],["com.azure.resourcemanager.confluent.implementation.TopicsClientImpl$TopicsService"],["com.azure.resourcemanager.confluent.implementation.ValidationsClientImpl$ValidationsService"]]
\ No newline at end of file
+[["com.azure.resourcemanager.confluent.implementation.AccessClientImpl$AccessService"],["com.azure.resourcemanager.confluent.implementation.AccessPointResourcesClientImpl$AccessPointResourcesService"],["com.azure.resourcemanager.confluent.implementation.ClustersClientImpl$ClustersService"],["com.azure.resourcemanager.confluent.implementation.ConnectorsClientImpl$ConnectorsService"],["com.azure.resourcemanager.confluent.implementation.EnvironmentsClientImpl$EnvironmentsService"],["com.azure.resourcemanager.confluent.implementation.MarketplaceAgreementsClientImpl$MarketplaceAgreementsService"],["com.azure.resourcemanager.confluent.implementation.NetworkGatewayResourcesClientImpl$NetworkGatewayResourcesService"],["com.azure.resourcemanager.confluent.implementation.OrganizationOperationsClientImpl$OrganizationOperationsService"],["com.azure.resourcemanager.confluent.implementation.OrganizationsClientImpl$OrganizationsService"],["com.azure.resourcemanager.confluent.implementation.TopicsClientImpl$TopicsService"],["com.azure.resourcemanager.confluent.implementation.ValidationsClientImpl$ValidationsService"]]
\ No newline at end of file
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingSamples.java
index 970dc2461445..e193d429a6ce 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingSamples.java
@@ -11,7 +11,7 @@
*/
public final class AccessCreateRoleBindingSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_CreateRoleBinding_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_CreateRoleBinding_MinimumSet_Gen.json
*/
/**
* Sample code: Access_CreateRoleBinding_MinimumSet.
@@ -25,7 +25,7 @@ public static void accessCreateRoleBindingMinimumSet(com.azure.resourcemanager.c
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_CreateRoleBinding_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_CreateRoleBinding_MaximumSet_Gen.json
*/
/**
* Sample code: Access_CreateRoleBinding_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingSamples.java
index aa09861ad6e9..f837dcd23ecf 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccessDeleteRoleBindingSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json
*/
/**
* Sample code: Access_DeleteRoleBinding_MaximumSet.
@@ -23,7 +23,7 @@ public static void accessDeleteRoleBindingMaximumSet(com.azure.resourcemanager.c
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json
*/
/**
* Sample code: Access_DeleteRoleBinding_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserSamples.java
index fadee9ccc192..ebb2b8a0b877 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserSamples.java
@@ -12,7 +12,7 @@
*/
public final class AccessInviteUserSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_InviteUser_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_InviteUser_MinimumSet_Gen.json
*/
/**
* Sample code: Access_InviteUser_MinimumSet.
@@ -26,7 +26,7 @@ public static void accessInviteUserMinimumSet(com.azure.resourcemanager.confluen
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_InviteUser_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_InviteUser_MaximumSet_Gen.json
*/
/**
* Sample code: Access_InviteUser_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListClustersSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListClustersSamples.java
index aa952f1820d9..c45aa54e68ae 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListClustersSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListClustersSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListClustersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListClusters_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListClusters_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListClusters_MaximumSet.
@@ -28,7 +28,7 @@ public static void accessListClustersMaximumSet(com.azure.resourcemanager.conflu
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListClusters_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListClusters_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListClusters_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSamples.java
index a35c6d45c903..8398ddca2906 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListEnvironmentsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListEnvironments_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListEnvironments_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListEnvironments_MaximumSet.
@@ -28,7 +28,7 @@ public static void accessListEnvironmentsMaximumSet(com.azure.resourcemanager.co
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListEnvironments_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListEnvironments_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListEnvironments_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSamples.java
index 899894f5e32e..a29cfe0d6a03 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListInvitationsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListInvitations_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListInvitations_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListInvitations_MaximumSet.
@@ -28,7 +28,7 @@ public static void accessListInvitationsMaximumSet(com.azure.resourcemanager.con
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListInvitations_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListInvitations_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListInvitations_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListSamples.java
index 369ca430e4b1..6a65b9c1d6b8 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListRoleBindingNameListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindingNameList_MinimumSet.
@@ -28,7 +28,7 @@ public final class AccessListRoleBindingNameListSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindingNameList_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSamples.java
index 9d308ee77eed..ec7ce78162fd 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListRoleBindingsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindings_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindings_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindings_MinimumSet.
@@ -27,7 +27,7 @@ public static void accessListRoleBindingsMinimumSet(com.azure.resourcemanager.co
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListRoleBindings_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListRoleBindings_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListRoleBindings_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSamples.java
index 971312b5a669..ea942c1dca8d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListServiceAccountsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListServiceAccounts_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListServiceAccounts_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListServiceAccounts_MinimumSet.
@@ -28,7 +28,7 @@ public final class AccessListServiceAccountsSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListServiceAccounts_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListServiceAccounts_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListServiceAccounts_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSamples.java
index 744d3d9e753c..147fb6c76400 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSamples.java
@@ -13,7 +13,7 @@
*/
public final class AccessListUsersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListUsers_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListUsers_MaximumSet_Gen.json
*/
/**
* Sample code: Access_ListUsers_MaximumSet.
@@ -28,7 +28,7 @@ public static void accessListUsersMaximumSet(com.azure.resourcemanager.confluent
}
/*
- * x-ms-original-file: 2025-08-18-preview/Access_ListUsers_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Access_ListUsers_MinimumSet_Gen.json
*/
/**
* Sample code: Access_ListUsers_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesCreateOrReplaceSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesCreateOrReplaceSamples.java
new file mode 100644
index 000000000000..529305248e39
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesCreateOrReplaceSamples.java
@@ -0,0 +1,40 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.resourcemanager.confluent.models.AccessPointProperties;
+import com.azure.resourcemanager.confluent.models.KeyValuePair;
+import com.azure.resourcemanager.confluent.models.VnetInjectionDetails;
+import java.util.Arrays;
+
+/**
+ * Samples for AccessPointResources CreateOrReplace.
+ */
+public final class AccessPointResourcesCreateOrReplaceSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_CreateOrReplace_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ accessPointResourcesCreateOrReplaceMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .define("ap-xyz789")
+ .withExistingNetworkGateway("rgconfluent", "myOrganization", "env-abc123", "gw-def456")
+ .withProperties(new AccessPointProperties().withAccessPointName("my-access-point")
+ .withRegion("eastus")
+ .withVnetInjection(new VnetInjectionDetails().withVirtualNetworkResourceId(
+ "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet")
+ .withSubnetResourceId(
+ "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"))
+ .withEgressRoutes(Arrays.asList("10.0.0.0/8", "172.16.0.0/12"))
+ .withDictionary(
+ Arrays.asList(new KeyValuePair().withKey("fakeTokenPlaceholder").withValue("EgressPrivateLink"))))
+ .create();
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesDeleteSamples.java
new file mode 100644
index 000000000000..d5f54a7986f3
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesDeleteSamples.java
@@ -0,0 +1,25 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for AccessPointResources Delete.
+ */
+public final class AccessPointResourcesDeleteSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_Delete_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_Delete_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ accessPointResourcesDeleteMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .delete("rgconfluent", "myOrganization", "env-abc123", "gw-def456", "ap-xyz789",
+ com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesGetSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesGetSamples.java
new file mode 100644
index 000000000000..f8772929557a
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesGetSamples.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for AccessPointResources Get.
+ */
+public final class AccessPointResourcesGetSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_Get_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_Get_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void accessPointResourcesGetMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .getWithResponse("rgconfluent", "myOrganization", "env-abc123", "gw-def456", "ap-xyz789",
+ com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesListSamples.java
new file mode 100644
index 000000000000..eb71cef8fa7f
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/AccessPointResourcesListSamples.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for AccessPointResources List.
+ */
+public final class AccessPointResourcesListSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/AccessPointResources_List_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: AccessPointResources_List_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ accessPointResourcesListMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.accessPointResources()
+ .list("rgconfluent", "myOrganization", "env-abc123", "gw-def456", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterCreateOrUpdateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterCreateOrUpdateSamples.java
index 8ee8b851dc9f..1904c75b8d4d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterCreateOrUpdateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterCreateOrUpdateSamples.java
@@ -17,7 +17,7 @@
*/
public final class ClusterCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Cluster_CreateOrUpdate_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterDeleteSamples.java
index 6f64c7182dde..b7eea4b10de5 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterDeleteSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ClusterDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ClusterDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Cluster_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Cluster_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Cluster_Delete_MinimumSet.
@@ -23,7 +23,7 @@ public static void clusterDeleteMinimumSet(com.azure.resourcemanager.confluent.C
}
/*
- * x-ms-original-file: 2025-08-18-preview/Cluster_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Cluster_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Cluster_Delete_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorCreateOrUpdateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorCreateOrUpdateSamples.java
index e18680054c04..f66bbb7b705d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorCreateOrUpdateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorCreateOrUpdateSamples.java
@@ -16,7 +16,7 @@
*/
public final class ConnectorCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_CreateOrUpdate_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorDeleteSamples.java
index 09963ee62790..5d1b1d4494e9 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorDeleteSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ConnectorDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Connector_Delete_MinimumSet.
@@ -23,7 +23,7 @@ public static void connectorDeleteMinimumSet(com.azure.resourcemanager.confluent
}
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_Delete_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorGetSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorGetSamples.java
index 2b64c9a4540a..887ed24e9e65 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorGetSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ConnectorGetSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_Get_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_Get_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorListSamples.java
index 10406336bdb9..f6fdab8b91c6 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorListSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ConnectorListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ConnectorListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Connector_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Connector_List_MaximumSet_Gen.json
*/
/**
* Sample code: Connector_List_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentCreateOrUpdateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentCreateOrUpdateSamples.java
index 010e30f7ca01..227c92b3a8bd 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentCreateOrUpdateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentCreateOrUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class EnvironmentCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json
*/
/**
* Sample code: Environment_CreateOrUpdate_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentDeleteSamples.java
index 25158b8c676f..d9cbcdeb8b92 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentDeleteSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/EnvironmentDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class EnvironmentDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Environment_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Environment_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Environment_Delete_MaximumSet.
@@ -23,7 +23,7 @@ public static void environmentDeleteMaximumSet(com.azure.resourcemanager.conflue
}
/*
- * x-ms-original-file: 2025-08-18-preview/Environment_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Environment_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Environment_Delete_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateSamples.java
index 7a7bf5161b36..9446295af794 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateSamples.java
@@ -12,7 +12,7 @@
*/
public final class MarketplaceAgreementsCreateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json
*/
/**
* Sample code: Create Confluent Marketplace agreement in the subscription. (MinimumSet).
@@ -25,7 +25,7 @@ public static void createConfluentMarketplaceAgreementInTheSubscriptionMinimumSe
}
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json
*/
/**
* Sample code: Create Confluent Marketplace agreement in the subscription. (Maximumset).
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListSamples.java
index 88417e480569..976e80a11ff0 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class MarketplaceAgreementsListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_List_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_List_MinimumSet_Gen.json
*/
/**
* Sample code: List Confluent marketplace agreements in the subscription. (Minimumset).
@@ -22,7 +22,7 @@ public static void listConfluentMarketplaceAgreementsInTheSubscriptionMinimumset
}
/*
- * x-ms-original-file: 2025-08-18-preview/MarketplaceAgreements_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/MarketplaceAgreements_List_MaximumSet_Gen.json
*/
/**
* Sample code: List Confluent marketplace agreements in the subscription. (Maximumset).
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesCreateOrReplaceSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesCreateOrReplaceSamples.java
new file mode 100644
index 000000000000..de6f8a688cea
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesCreateOrReplaceSamples.java
@@ -0,0 +1,34 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.resourcemanager.confluent.models.KeyValuePair;
+import com.azure.resourcemanager.confluent.models.NetworkGatewayProperties;
+import java.util.Arrays;
+
+/**
+ * Samples for NetworkGatewayResources CreateOrReplace.
+ */
+public final class NetworkGatewayResourcesCreateOrReplaceSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_CreateOrReplace_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesCreateOrReplaceMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .define("gw-def456")
+ .withExistingEnvironment("rgconfluent", "myOrganization", "env-abc123")
+ .withProperties(new NetworkGatewayProperties().withNetworkGatewayName("my-network-gateway")
+ .withRegion("eastus")
+ .withDictionary(Arrays
+ .asList(new KeyValuePair().withKey("fakeTokenPlaceholder").withValue("PrivateNetworkInterface"))))
+ .create();
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesDeleteSamples.java
new file mode 100644
index 000000000000..50994d97ceec
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesDeleteSamples.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for NetworkGatewayResources Delete.
+ */
+public final class NetworkGatewayResourcesDeleteSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_Delete_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_Delete_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesDeleteMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .delete("rgconfluent", "myOrganization", "env-abc123", "gw-def456", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesGetSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesGetSamples.java
new file mode 100644
index 000000000000..5da4e1f4f9a2
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesGetSamples.java
@@ -0,0 +1,25 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for NetworkGatewayResources Get.
+ */
+public final class NetworkGatewayResourcesGetSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_Get_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_Get_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesGetMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .getWithResponse("rgconfluent", "myOrganization", "env-abc123", "gw-def456",
+ com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesListSamples.java
new file mode 100644
index 000000000000..d7b0639049fc
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/NetworkGatewayResourcesListSamples.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for NetworkGatewayResources List.
+ */
+public final class NetworkGatewayResourcesListSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/NetworkGatewayResources_List_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: NetworkGatewayResources_List_MaximumSet.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void
+ networkGatewayResourcesListMaximumSet(com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.networkGatewayResources()
+ .list("rgconfluent", "myOrganization", "env-abc123", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationActivateResourceSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationActivateResourceSamples.java
new file mode 100644
index 000000000000..17e07cc9a770
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationActivateResourceSamples.java
@@ -0,0 +1,42 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
+
+/**
+ * Samples for Organization ActivateResource.
+ */
+public final class OrganizationActivateResourceSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_ActivateResource_MinimumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_ActivateResource_MinimumSet - generated by [MinimumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationActivateResourceMinimumSetGeneratedByMinimumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .activateResource(new ActivateSaaSParameterRequest().withSaasGuid("a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"),
+ com.azure.core.util.Context.NONE);
+ }
+
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_ActivateResource_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_ActivateResource_MaximumSet - generated by [MaximumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationActivateResourceMaximumSetGeneratedByMaximumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .activateResource(new ActivateSaaSParameterRequest().withSaasGuid("a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d")
+ .withPublisherId("confluent"), com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateApiKeySamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateApiKeySamples.java
index 335e511186a5..79bc793732dd 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateApiKeySamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateApiKeySamples.java
@@ -11,7 +11,7 @@
*/
public final class OrganizationCreateApiKeySamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_CreateAPIKey_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_CreateAPIKey_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_CreateAPIKey_MinimumSet.
@@ -26,7 +26,7 @@ public final class OrganizationCreateApiKeySamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_CreateAPIKey_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_CreateAPIKey_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_CreateAPIKey_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateSamples.java
index 3a52e380ea2b..797b84238dfc 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationCreateSamples.java
@@ -6,7 +6,6 @@
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.OfferDetail;
-import com.azure.resourcemanager.confluent.models.SaaSOfferStatus;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.util.Arrays;
import java.util.HashMap;
@@ -17,7 +16,7 @@
*/
public final class OrganizationCreateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Create_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Create_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Create_MaximumSet.
@@ -38,8 +37,7 @@ public static void organizationCreateMaximumSet(com.azure.resourcemanager.conflu
.withTermId("vujdve")
.withPrivateOfferId(
"goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap")
- .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej"))
- .withStatus(SaaSOfferStatus.STARTED))
+ .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej")))
.withUserDetail(new UserDetail().withFirstName("gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz")
.withLastName("vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw")
.withEmailAddress("user@example.com")
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteClusterApiKeySamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteClusterApiKeySamples.java
index a89d34d59913..d1b195831765 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteClusterApiKeySamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteClusterApiKeySamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationDeleteClusterApiKeySamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_DeleteClusterAPIKey_MaximumSet.
@@ -24,7 +24,7 @@ public final class OrganizationDeleteClusterApiKeySamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_DeleteClusterAPIKey_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteSamples.java
index 95164bb3224d..891e90fc04d9 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_Delete_MinimumSet.
@@ -21,7 +21,7 @@ public static void organizationDeleteMinimumSet(com.azure.resourcemanager.conflu
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Delete_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetByResourceGroupSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetByResourceGroupSamples.java
index 986835378a47..1778a59d8063 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetByResourceGroupSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetByResourceGroupSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationGetByResourceGroupSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Get_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Get_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterApiKeySamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterApiKeySamples.java
index 9765af24da53..051cd2954876 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterApiKeySamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterApiKeySamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationGetClusterApiKeySamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_GetClusterAPIKey_MinimumSet.
@@ -24,7 +24,7 @@ public final class OrganizationGetClusterApiKeySamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetClusterAPIKey_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterByIdSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterByIdSamples.java
index 4adba2659785..034a8f41cb10 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterByIdSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetClusterByIdSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationGetClusterByIdSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetClusterById_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetClusterById_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetClusterById_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetEnvironmentByIdSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetEnvironmentByIdSamples.java
index 0ca0ad589632..28a3319675d8 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetEnvironmentByIdSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetEnvironmentByIdSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationGetEnvironmentByIdSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetEnvironmentById_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetSchemaRegistryClusterByIdSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetSchemaRegistryClusterByIdSamples.java
index 4394a325808f..d7202dc0bd73 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetSchemaRegistryClusterByIdSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationGetSchemaRegistryClusterByIdSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationGetSchemaRegistryClusterByIdSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_GetSchemaRegistryClusterById_MaximumSet.
@@ -24,7 +24,7 @@ public static void organizationGetSchemaRegistryClusterByIdMaximumSet(
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_GetSchemaRegistryClusterById_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationLatestLinkedSaaSSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationLatestLinkedSaaSSamples.java
new file mode 100644
index 000000000000..646d01860391
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationLatestLinkedSaaSSamples.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+/**
+ * Samples for Organization LatestLinkedSaaS.
+ */
+public final class OrganizationLatestLinkedSaaSSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_LatestLinkedSaaS_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_LatestLinkedSaaS_MaximumSet - generated by [MaximumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationLatestLinkedSaaSMaximumSetGeneratedByMaximumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .latestLinkedSaaSWithResponse("myResourceGroup", "myOrganization", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationLinkSaaSSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationLinkSaaSSamples.java
new file mode 100644
index 000000000000..c868dea71de1
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationLinkSaaSSamples.java
@@ -0,0 +1,28 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.resourcemanager.confluent.models.SaaSData;
+
+/**
+ * Samples for Organization LinkSaaS.
+ */
+public final class OrganizationLinkSaaSSamples {
+ /*
+ * x-ms-original-file: 2026-06-02-preview/Organization_LinkSaaS_MaximumSet_Gen.json
+ */
+ /**
+ * Sample code: Organization_LinkSaaS_MaximumSet - generated by [MaximumSet] rule.
+ *
+ * @param manager Entry point to ConfluentManager.
+ */
+ public static void organizationLinkSaaSMaximumSetGeneratedByMaximumSetRule(
+ com.azure.resourcemanager.confluent.ConfluentManager manager) {
+ manager.organizations()
+ .linkSaaS("myResourceGroup", "myOrganization", new SaaSData().withSaaSResourceId(
+ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.SaaS/resources/contosoSaaS"),
+ com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListByResourceGroupSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListByResourceGroupSamples.java
index b478b46be412..4f18036b1c3c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListByResourceGroupSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListByResourceGroupSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationListByResourceGroupSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListByResourceGroup_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListClustersSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListClustersSamples.java
index c655d1bcd813..3d43ad2e5170 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListClustersSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListClustersSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationListClustersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListClusters_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListClusters_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListClusters_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListEnvironmentsSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListEnvironmentsSamples.java
index 21e274e1c7db..e61c820a1ca4 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListEnvironmentsSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListEnvironmentsSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationListEnvironmentsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListEnvironments_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListEnvironments_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListEnvironments_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListRegionsSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListRegionsSamples.java
index 5573d0e225c5..37902a32c565 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListRegionsSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListRegionsSamples.java
@@ -13,7 +13,7 @@
*/
public final class OrganizationListRegionsSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListRegions_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListRegions_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListRegions_MaximumSet.
@@ -28,7 +28,7 @@ public static void organizationListRegionsMaximumSet(com.azure.resourcemanager.c
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListRegions_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListRegions_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_ListRegions_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSamples.java
index 4d6cd85aa8c9..52e249db8393 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListBySubscription_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListBySubscription_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListBySubscription_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSchemaRegistryClustersSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSchemaRegistryClustersSamples.java
index 293a72a6851c..01f70c6499dc 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSchemaRegistryClustersSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationListSchemaRegistryClustersSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationListSchemaRegistryClustersSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json
*/
/**
* Sample code: Organization_ListSchemaRegistryClusters_MinimumSet.
@@ -23,7 +23,7 @@ public final class OrganizationListSchemaRegistryClustersSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_ListSchemaRegistryClusters_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListSamples.java
index 3c58d2b4973c..1c5c916eaaaf 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class OrganizationOperationsListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/OrganizationOperations_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/OrganizationOperations_List_MaximumSet_Gen.json
*/
/**
* Sample code: OrganizationOperations_List_MaximumSet.
@@ -22,7 +22,7 @@ public final class OrganizationOperationsListSamples {
}
/*
- * x-ms-original-file: 2025-08-18-preview/OrganizationOperations_List_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/OrganizationOperations_List_MinimumSet_Gen.json
*/
/**
* Sample code: OrganizationOperations_List_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationUpdateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationUpdateSamples.java
index 0e04657196e1..30df6a8de251 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationUpdateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/OrganizationUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class OrganizationUpdateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Organization_Update_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Organization_Update_MaximumSet_Gen.json
*/
/**
* Sample code: Organization_Update_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsCreateSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsCreateSamples.java
index e69dba7a833c..a8d8e7469224 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsCreateSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsCreateSamples.java
@@ -14,7 +14,7 @@
*/
public final class TopicsCreateSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Create_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Create_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_Create_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsDeleteSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsDeleteSamples.java
index c225e5e78867..883221545f91 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsDeleteSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class TopicsDeleteSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Delete_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Delete_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_Delete_MaximumSet.
@@ -23,7 +23,7 @@ public static void topicsDeleteMaximumSet(com.azure.resourcemanager.confluent.Co
}
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Delete_MinimumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Delete_MinimumSet_Gen.json
*/
/**
* Sample code: Topics_Delete_MinimumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsGetSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsGetSamples.java
index 849535d6eead..29b1bb58a71d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsGetSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class TopicsGetSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_Get_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_Get_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_Get_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsListSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsListSamples.java
index 1e5fa91f2b4c..f19d80e0a43e 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsListSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/TopicsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class TopicsListSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Topics_List_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Topics_List_MaximumSet_Gen.json
*/
/**
* Sample code: Topics_List_MaximumSet.
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationSamples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationSamples.java
index ae5b966ecdf4..2c359f92ba56 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationSamples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationSamples.java
@@ -7,7 +7,6 @@
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.OfferDetail;
-import com.azure.resourcemanager.confluent.models.SaaSOfferStatus;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.util.Arrays;
import java.util.HashMap;
@@ -18,7 +17,7 @@
*/
public final class ValidationsValidateOrganizationSamples {
/*
- * x-ms-original-file: 2025-08-18-preview/Validations_ValidateOrganization_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Validations_ValidateOrganization_MaximumSet_Gen.json
*/
/**
* Sample code: Organization Validate proxy resource.
@@ -39,8 +38,7 @@ public static void organizationValidateProxyResource(com.azure.resourcemanager.c
.withTermId("vujdve")
.withPrivateOfferId(
"goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap")
- .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej"))
- .withStatus(SaaSOfferStatus.STARTED))
+ .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej")))
.withUserDetail(new UserDetail().withFirstName("gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz")
.withLastName("vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw")
.withEmailAddress("user@example.com")
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationV2Samples.java b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationV2Samples.java
index 383d612c9eb2..98a79de3cc73 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationV2Samples.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/samples/java/com/azure/resourcemanager/confluent/generated/ValidationsValidateOrganizationV2Samples.java
@@ -7,7 +7,6 @@
import com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner;
import com.azure.resourcemanager.confluent.models.LinkOrganization;
import com.azure.resourcemanager.confluent.models.OfferDetail;
-import com.azure.resourcemanager.confluent.models.SaaSOfferStatus;
import com.azure.resourcemanager.confluent.models.UserDetail;
import java.util.Arrays;
import java.util.HashMap;
@@ -18,7 +17,7 @@
*/
public final class ValidationsValidateOrganizationV2Samples {
/*
- * x-ms-original-file: 2025-08-18-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json
+ * x-ms-original-file: 2026-06-02-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json
*/
/**
* Sample code: Organization Validate proxy resource.
@@ -39,8 +38,7 @@ public static void organizationValidateProxyResource(com.azure.resourcemanager.c
.withTermId("vujdve")
.withPrivateOfferId(
"goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap")
- .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej"))
- .withStatus(SaaSOfferStatus.STARTED))
+ .withPrivateOfferIds(Arrays.asList("nrbzkbcpvsakewlgubfmej")))
.withUserDetail(new UserDetail().withFirstName("gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz")
.withLastName("vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw")
.withEmailAddress("user@example.com")
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingRequestModelTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingRequestModelTests.java
index d2f6c0593e83..eb4ce84a9d04 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingRequestModelTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingRequestModelTests.java
@@ -12,21 +12,21 @@ public final class AccessCreateRoleBindingRequestModelTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessCreateRoleBindingRequestModel model
- = BinaryData.fromString("{\"principal\":\"xmrhu\",\"role_name\":\"wp\",\"crn_pattern\":\"sutrgjup\"}")
+ = BinaryData.fromString("{\"principal\":\"f\",\"role_name\":\"mrqemvvhmx\",\"crn_pattern\":\"rjfut\"}")
.toObject(AccessCreateRoleBindingRequestModel.class);
- Assertions.assertEquals("xmrhu", model.principal());
- Assertions.assertEquals("wp", model.roleName());
- Assertions.assertEquals("sutrgjup", model.crnPattern());
+ Assertions.assertEquals("f", model.principal());
+ Assertions.assertEquals("mrqemvvhmx", model.roleName());
+ Assertions.assertEquals("rjfut", model.crnPattern());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- AccessCreateRoleBindingRequestModel model = new AccessCreateRoleBindingRequestModel().withPrincipal("xmrhu")
- .withRoleName("wp")
- .withCrnPattern("sutrgjup");
+ AccessCreateRoleBindingRequestModel model = new AccessCreateRoleBindingRequestModel().withPrincipal("f")
+ .withRoleName("mrqemvvhmx")
+ .withCrnPattern("rjfut");
model = BinaryData.fromObject(model).toObject(AccessCreateRoleBindingRequestModel.class);
- Assertions.assertEquals("xmrhu", model.principal());
- Assertions.assertEquals("wp", model.roleName());
- Assertions.assertEquals("sutrgjup", model.crnPattern());
+ Assertions.assertEquals("f", model.principal());
+ Assertions.assertEquals("mrqemvvhmx", model.roleName());
+ Assertions.assertEquals("rjfut", model.crnPattern());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingWithResponseMockTests.java
index dff096e49002..7b908122a3f5 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessCreateRoleBindingWithResponseMockTests.java
@@ -22,7 +22,7 @@ public final class AccessCreateRoleBindingWithResponseMockTests {
@Test
public void testCreateRoleBindingWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"jylmbkzudnigr\",\"id\":\"hotj\",\"metadata\":{\"self\":\"pxuzzjg\",\"resource_name\":\"efqyhqotoihiqaky\",\"created_at\":\"wf\",\"updated_at\":\"kwpzdqtvh\",\"deleted_at\":\"podaq\"},\"principal\":\"sipi\",\"role_name\":\"gbebjf\",\"crn_pattern\":\"bmoichd\"}";
+ = "{\"kind\":\"ranblwphqlkccu\",\"id\":\"ygqwahoiu\",\"metadata\":{\"self\":\"niiprglvaw\",\"resource_name\":\"z\",\"created_at\":\"fypiv\",\"updated_at\":\"bbjpmcubkmif\",\"deleted_at\":\"xkubvphavpmhbrbq\"},\"principal\":\"govpbbtte\",\"role_name\":\"oknssqyzqedikdf\",\"crn_pattern\":\"biqmrjgei\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,22 +32,22 @@ public void testCreateRoleBindingWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
RoleBindingRecord response = manager.access()
- .createRoleBindingWithResponse("ubhvj", "lrocuyzlwh",
- new AccessCreateRoleBindingRequestModel().withPrincipal("emhooclutnpq")
- .withRoleName("mczjkm")
- .withCrnPattern("kyujxsglhsrrr"),
+ .createRoleBindingWithResponse("xhikkflrmymyin", "qlhris",
+ new AccessCreateRoleBindingRequestModel().withPrincipal("lmiiiovg")
+ .withRoleName("gxuugqkctotio")
+ .withCrnPattern("xteqdptjgwdtg"),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("jylmbkzudnigr", response.kind());
- Assertions.assertEquals("hotj", response.id());
- Assertions.assertEquals("pxuzzjg", response.metadata().self());
- Assertions.assertEquals("efqyhqotoihiqaky", response.metadata().resourceName());
- Assertions.assertEquals("wf", response.metadata().createdAt());
- Assertions.assertEquals("kwpzdqtvh", response.metadata().updatedAt());
- Assertions.assertEquals("podaq", response.metadata().deletedAt());
- Assertions.assertEquals("sipi", response.principal());
- Assertions.assertEquals("gbebjf", response.roleName());
- Assertions.assertEquals("bmoichd", response.crnPattern());
+ Assertions.assertEquals("ranblwphqlkccu", response.kind());
+ Assertions.assertEquals("ygqwahoiu", response.id());
+ Assertions.assertEquals("niiprglvaw", response.metadata().self());
+ Assertions.assertEquals("z", response.metadata().resourceName());
+ Assertions.assertEquals("fypiv", response.metadata().createdAt());
+ Assertions.assertEquals("bbjpmcubkmif", response.metadata().updatedAt());
+ Assertions.assertEquals("xkubvphavpmhbrbq", response.metadata().deletedAt());
+ Assertions.assertEquals("govpbbtte", response.principal());
+ Assertions.assertEquals("oknssqyzqedikdf", response.roleName());
+ Assertions.assertEquals("biqmrjgei", response.crnPattern());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingWithResponseMockTests.java
index 08c82f29ac58..a8f45061a115 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessDeleteRoleBindingWithResponseMockTests.java
@@ -28,8 +28,7 @@ public void testDeleteRoleBindingWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
manager.access()
- .deleteRoleBindingWithResponse("ptfujgicgaaoept", "aqutdewemxswvruu", "zzjgehkfki",
- com.azure.core.util.Context.NONE);
+ .deleteRoleBindingWithResponse("kqmhhaowjr", "zvuporqzdfuydz", "kfvxcnq", com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserAccountModelTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserAccountModelTests.java
index fe4172c5f7db..916c731d5689 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserAccountModelTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserAccountModelTests.java
@@ -13,27 +13,27 @@ public final class AccessInviteUserAccountModelTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessInviteUserAccountModel model = BinaryData.fromString(
- "{\"organizationId\":\"owpulpq\",\"email\":\"ylsyxkqjnsje\",\"upn\":\"tiagx\",\"invitedUserDetails\":{\"invitedEmail\":\"zuempsbzkf\",\"auth_type\":\"eyvpnqicvinvkj\"}}")
+ "{\"organizationId\":\"iby\",\"email\":\"dl\",\"upn\":\"shfwpracstwity\",\"invitedUserDetails\":{\"invitedEmail\":\"vxccedcp\",\"auth_type\":\"dyodnwzxltj\"}}")
.toObject(AccessInviteUserAccountModel.class);
- Assertions.assertEquals("owpulpq", model.organizationId());
- Assertions.assertEquals("ylsyxkqjnsje", model.email());
- Assertions.assertEquals("tiagx", model.upn());
- Assertions.assertEquals("zuempsbzkf", model.invitedUserDetails().invitedEmail());
- Assertions.assertEquals("eyvpnqicvinvkj", model.invitedUserDetails().authType());
+ Assertions.assertEquals("iby", model.organizationId());
+ Assertions.assertEquals("dl", model.email());
+ Assertions.assertEquals("shfwpracstwity", model.upn());
+ Assertions.assertEquals("vxccedcp", model.invitedUserDetails().invitedEmail());
+ Assertions.assertEquals("dyodnwzxltj", model.invitedUserDetails().authType());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- AccessInviteUserAccountModel model = new AccessInviteUserAccountModel().withOrganizationId("owpulpq")
- .withEmail("ylsyxkqjnsje")
- .withUpn("tiagx")
+ AccessInviteUserAccountModel model = new AccessInviteUserAccountModel().withOrganizationId("iby")
+ .withEmail("dl")
+ .withUpn("shfwpracstwity")
.withInvitedUserDetails(
- new AccessInvitedUserDetails().withInvitedEmail("zuempsbzkf").withAuthType("eyvpnqicvinvkj"));
+ new AccessInvitedUserDetails().withInvitedEmail("vxccedcp").withAuthType("dyodnwzxltj"));
model = BinaryData.fromObject(model).toObject(AccessInviteUserAccountModel.class);
- Assertions.assertEquals("owpulpq", model.organizationId());
- Assertions.assertEquals("ylsyxkqjnsje", model.email());
- Assertions.assertEquals("tiagx", model.upn());
- Assertions.assertEquals("zuempsbzkf", model.invitedUserDetails().invitedEmail());
- Assertions.assertEquals("eyvpnqicvinvkj", model.invitedUserDetails().authType());
+ Assertions.assertEquals("iby", model.organizationId());
+ Assertions.assertEquals("dl", model.email());
+ Assertions.assertEquals("shfwpracstwity", model.upn());
+ Assertions.assertEquals("vxccedcp", model.invitedUserDetails().invitedEmail());
+ Assertions.assertEquals("dyodnwzxltj", model.invitedUserDetails().authType());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserWithResponseMockTests.java
index 8ea9fcd5f0d9..d53089841709 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInviteUserWithResponseMockTests.java
@@ -23,7 +23,7 @@ public final class AccessInviteUserWithResponseMockTests {
@Test
public void testInviteUserWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"s\",\"id\":\"gvriibakclac\",\"metadata\":{\"self\":\"nxo\",\"resource_name\":\"xauzlwvsgmwohqfz\",\"created_at\":\"vux\",\"updated_at\":\"kjsvthnwpzteko\",\"deleted_at\":\"ribi\"},\"email\":\"tgplucfota\",\"auth_type\":\"c\",\"status\":\"nykzcugswvxwlm\",\"accepted_at\":\"wmvtxnjm\",\"expires_at\":\"cuqudtcvclxy\"}";
+ = "{\"kind\":\"dd\",\"id\":\"gxqbawpcb\",\"metadata\":{\"self\":\"qcy\",\"resource_name\":\"apqofyuicdhz\",\"created_at\":\"ybww\",\"updated_at\":\"d\",\"deleted_at\":\"bid\"},\"email\":\"m\",\"auth_type\":\"f\",\"status\":\"fmuvapckccr\",\"accepted_at\":\"weyoxoy\",\"expires_at\":\"k\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -33,26 +33,26 @@ public void testInviteUserWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
InvitationRecord response = manager.access()
- .inviteUserWithResponse("fvxcnqmxqpswo", "mvkhlggd",
- new AccessInviteUserAccountModel().withOrganizationId("em")
- .withEmail("kzsz")
- .withUpn("iwtglxxhljfpg")
+ .inviteUserWithResponse("vroevytlyo", "rrrouuxvnsa",
+ new AccessInviteUserAccountModel().withOrganizationId("crymodizrxklobd")
+ .withEmail("azpmkmlmv")
+ .withUpn("f")
.withInvitedUserDetails(
- new AccessInvitedUserDetails().withInvitedEmail("rmnzhr").withAuthType("qgjsxvpqcbfrmbod")),
+ new AccessInvitedUserDetails().withInvitedEmail("pj").withAuthType("zxlioh")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("s", response.kind());
- Assertions.assertEquals("gvriibakclac", response.id());
- Assertions.assertEquals("nxo", response.metadata().self());
- Assertions.assertEquals("xauzlwvsgmwohqfz", response.metadata().resourceName());
- Assertions.assertEquals("vux", response.metadata().createdAt());
- Assertions.assertEquals("kjsvthnwpzteko", response.metadata().updatedAt());
- Assertions.assertEquals("ribi", response.metadata().deletedAt());
- Assertions.assertEquals("tgplucfota", response.email());
- Assertions.assertEquals("c", response.authType());
- Assertions.assertEquals("nykzcugswvxwlm", response.status());
- Assertions.assertEquals("wmvtxnjm", response.acceptedAt());
- Assertions.assertEquals("cuqudtcvclxy", response.expiresAt());
+ Assertions.assertEquals("dd", response.kind());
+ Assertions.assertEquals("gxqbawpcb", response.id());
+ Assertions.assertEquals("qcy", response.metadata().self());
+ Assertions.assertEquals("apqofyuicdhz", response.metadata().resourceName());
+ Assertions.assertEquals("ybww", response.metadata().createdAt());
+ Assertions.assertEquals("d", response.metadata().updatedAt());
+ Assertions.assertEquals("bid", response.metadata().deletedAt());
+ Assertions.assertEquals("m", response.email());
+ Assertions.assertEquals("f", response.authType());
+ Assertions.assertEquals("fmuvapckccr", response.status());
+ Assertions.assertEquals("weyoxoy", response.acceptedAt());
+ Assertions.assertEquals("k", response.expiresAt());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInvitedUserDetailsTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInvitedUserDetailsTests.java
index 209f666a3f75..6c427936773e 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInvitedUserDetailsTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessInvitedUserDetailsTests.java
@@ -12,18 +12,18 @@ public final class AccessInvitedUserDetailsTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessInvitedUserDetails model
- = BinaryData.fromString("{\"invitedEmail\":\"dxrbuukzcle\",\"auth_type\":\"hmlwpaztzpo\"}")
+ = BinaryData.fromString("{\"invitedEmail\":\"nhltiugcxn\",\"auth_type\":\"vwxqibyqunyo\"}")
.toObject(AccessInvitedUserDetails.class);
- Assertions.assertEquals("dxrbuukzcle", model.invitedEmail());
- Assertions.assertEquals("hmlwpaztzpo", model.authType());
+ Assertions.assertEquals("nhltiugcxn", model.invitedEmail());
+ Assertions.assertEquals("vwxqibyqunyo", model.authType());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
AccessInvitedUserDetails model
- = new AccessInvitedUserDetails().withInvitedEmail("dxrbuukzcle").withAuthType("hmlwpaztzpo");
+ = new AccessInvitedUserDetails().withInvitedEmail("nhltiugcxn").withAuthType("vwxqibyqunyo");
model = BinaryData.fromObject(model).toObject(AccessInvitedUserDetails.class);
- Assertions.assertEquals("dxrbuukzcle", model.invitedEmail());
- Assertions.assertEquals("hmlwpaztzpo", model.authType());
+ Assertions.assertEquals("nhltiugcxn", model.invitedEmail());
+ Assertions.assertEquals("vwxqibyqunyo", model.authType());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClusterSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClusterSuccessResponseInnerTests.java
index 9446edfbe26e..ba250299ce51 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClusterSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClusterSuccessResponseInnerTests.java
@@ -12,43 +12,43 @@ public final class AccessListClusterSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessListClusterSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"l\",\"metadata\":{\"first\":\"hoftr\",\"last\":\"equi\",\"prev\":\"xicslfao\",\"next\":\"piyylhalnswhccsp\",\"total_size\":896458989},\"data\":[{\"kind\":\"itqscywuggwoluhc\",\"id\":\"wem\",\"metadata\":{\"self\":\"rsbrgzdwm\",\"resource_name\":\"eypqwdxggicccn\",\"created_at\":\"huexmk\",\"updated_at\":\"lstvlzywe\",\"deleted_at\":\"zrncsdt\"},\"display_name\":\"u\",\"spec\":{\"display_name\":\"pbsfgytgu\",\"availability\":\"feadcygq\",\"cloud\":\"yhejhzisxgfp\",\"zone\":\"olppvksrpqvujz\",\"region\":\"ehtwdwrft\",\"kafka_bootstrap_endpoint\":\"iby\",\"http_endpoint\":\"dl\",\"api_endpoint\":\"shfwpracstwity\",\"config\":{\"kind\":\"vxccedcp\"},\"environment\":{\"id\":\"yodnwzxltj\",\"environment\":\"nhltiugcxn\",\"related\":\"vwxqibyqunyo\",\"resource_name\":\"wlmdjrkv\"},\"network\":{\"id\":\"vfvpdbodaciz\",\"environment\":\"q\",\"related\":\"krribdeibqi\",\"resource_name\":\"kghv\"},\"byok\":{\"id\":\"zwmk\",\"related\":\"fajpjorwk\",\"resource_name\":\"yhgbijtjivfx\"}},\"status\":{\"phase\":\"ab\",\"cku\":804108375}},{\"kind\":\"stawfsdjpvkv\",\"id\":\"jxbkzbzkdvn\",\"metadata\":{\"self\":\"budurgkakmo\",\"resource_name\":\"hjjklff\",\"created_at\":\"ouw\",\"updated_at\":\"gzrf\",\"deleted_at\":\"eyebizikayuhql\"},\"display_name\":\"bs\",\"spec\":{\"display_name\":\"qwrvtldgmfp\",\"availability\":\"mpipaslthaqfxs\",\"cloud\":\"wutwbdsre\",\"zone\":\"drhneuyow\",\"region\":\"d\",\"kafka_bootstrap_endpoint\":\"t\",\"http_endpoint\":\"ib\",\"api_endpoint\":\"cgpik\",\"config\":{\"kind\":\"mejzanlfzxia\"},\"environment\":{\"id\":\"bzonok\",\"environment\":\"rjqc\",\"related\":\"gzpfrla\",\"resource_name\":\"zrnw\"},\"network\":{\"id\":\"ndfpwpj\",\"environment\":\"wbtlhflsjcdh\",\"related\":\"fjvfbgofeljagr\",\"resource_name\":\"qhl\"},\"byok\":{\"id\":\"iiiojnalghf\",\"related\":\"tvsexsowuel\",\"resource_name\":\"hhahhxvrhmzkwpjg\"}},\"status\":{\"phase\":\"pughftqsxh\",\"cku\":59449335}},{\"kind\":\"xukndxdigr\",\"id\":\"uufzdmsyqtfihw\",\"metadata\":{\"self\":\"tzingamvpph\",\"resource_name\":\"zqzudph\",\"created_at\":\"mvdk\",\"updated_at\":\"ynwcvtbv\",\"deleted_at\":\"yhmtnvyqiat\"},\"display_name\":\"wp\",\"spec\":{\"display_name\":\"wzcjaesgvvsccy\",\"availability\":\"g\",\"cloud\":\"fhwygzlvdnkfxus\",\"zone\":\"dwzrmuh\",\"region\":\"fcqdpsq\",\"kafka_bootstrap_endpoint\":\"vpsvuoymgcce\",\"http_endpoint\":\"ezrypql\",\"api_endpoint\":\"eokerqwkyhkobopg\",\"config\":{\"kind\":\"k\"},\"environment\":{\"id\":\"pbqpcrfkbwccsn\",\"environment\":\"cdwxlpq\",\"related\":\"ftnkhtj\",\"resource_name\":\"i\"},\"network\":{\"id\":\"fq\",\"environment\":\"mtdh\",\"related\":\"dvypgikdgsz\",\"resource_name\":\"kbir\"},\"byok\":{\"id\":\"zh\",\"related\":\"kj\",\"resource_name\":\"rvqqaatj\"}},\"status\":{\"phase\":\"vgoup\",\"cku\":1624473251}}]}")
+ "{\"kind\":\"ss\",\"metadata\":{\"first\":\"twbdsrezpdrhn\",\"last\":\"yowqkdwytisibir\",\"prev\":\"pikpz\",\"next\":\"ejzanlfz\",\"total_size\":386879497},\"data\":[{\"kind\":\"bzonok\",\"id\":\"rjqc\",\"metadata\":{\"self\":\"zpfrla\",\"resource_name\":\"zrnw\",\"created_at\":\"indfpwpjyl\",\"updated_at\":\"tlhflsjcdhszf\",\"deleted_at\":\"fbgofeljagrqmqh\"},\"display_name\":\"vriiio\",\"spec\":{\"display_name\":\"lg\",\"availability\":\"kvtvsexso\",\"cloud\":\"el\",\"zone\":\"hhahhxvrhmzkwpjg\",\"region\":\"spughftqsxhq\",\"kafka_bootstrap_endpoint\":\"j\",\"http_endpoint\":\"kndxdigrjgu\",\"api_endpoint\":\"zdmsyqtfi\",\"config\":{\"kind\":\"botzingamvppho\"},\"environment\":{\"id\":\"zudphqamvdkfw\",\"environment\":\"wcvtbvkayhmtnvyq\",\"related\":\"tkzwpcnpwzc\",\"resource_name\":\"esgvvsccyaj\"},\"network\":{\"id\":\"fhwygzlvdnkfxus\",\"environment\":\"dwzrmuh\",\"related\":\"fcqdpsq\",\"resource_name\":\"vpsvuoymgcce\"},\"byok\":{\"id\":\"zrypqlmfeokerqw\",\"related\":\"hkobopgxedk\",\"resource_name\":\"epbqpcrfkbw\"}},\"status\":{\"phase\":\"njv\",\"cku\":922836414}},{\"kind\":\"lpqekf\",\"id\":\"khtj\",\"metadata\":{\"self\":\"ngwfqatm\",\"resource_name\":\"htmdvy\",\"created_at\":\"ikdgszywkbir\",\"updated_at\":\"uzhlhkjoqrv\",\"deleted_at\":\"aatjinrvgoupmfi\"},\"display_name\":\"fggjioolvr\",\"spec\":{\"display_name\":\"v\",\"availability\":\"k\",\"cloud\":\"lqwjygvjayvblm\",\"zone\":\"k\",\"region\":\"hbxvvyhgsopbyrqu\",\"kafka_bootstrap_endpoint\":\"g\",\"http_endpoint\":\"vwz\",\"api_endpoint\":\"nhlmctlpdng\",\"config\":{\"kind\":\"gbmhrixkwmyi\"},\"environment\":{\"id\":\"veg\",\"environment\":\"bpnaixexccbdre\",\"related\":\"hcexdrrvqa\",\"resource_name\":\"kghtpwijnh\"},\"network\":{\"id\":\"vfycxzb\",\"environment\":\"oowvrv\",\"related\":\"gjqppy\",\"resource_name\":\"tronzmyhgfi\"},\"byok\":{\"id\":\"xkmcwaekrrjre\",\"related\":\"xt\",\"resource_name\":\"umh\"}},\"status\":{\"phase\":\"ikkx\",\"cku\":271512941}}]}")
.toObject(AccessListClusterSuccessResponseInner.class);
- Assertions.assertEquals("l", model.kind());
- Assertions.assertEquals("hoftr", model.metadata().first());
- Assertions.assertEquals("equi", model.metadata().last());
- Assertions.assertEquals("xicslfao", model.metadata().prev());
- Assertions.assertEquals("piyylhalnswhccsp", model.metadata().next());
- Assertions.assertEquals(896458989, model.metadata().totalSize());
- Assertions.assertEquals("itqscywuggwoluhc", model.data().get(0).kind());
- Assertions.assertEquals("wem", model.data().get(0).id());
- Assertions.assertEquals("rsbrgzdwm", model.data().get(0).metadata().self());
- Assertions.assertEquals("eypqwdxggicccn", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("huexmk", model.data().get(0).metadata().createdAt());
- Assertions.assertEquals("lstvlzywe", model.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("zrncsdt", model.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("u", model.data().get(0).displayName());
- Assertions.assertEquals("pbsfgytgu", model.data().get(0).spec().displayName());
- Assertions.assertEquals("feadcygq", model.data().get(0).spec().availability());
- Assertions.assertEquals("yhejhzisxgfp", model.data().get(0).spec().cloud());
- Assertions.assertEquals("olppvksrpqvujz", model.data().get(0).spec().zone());
- Assertions.assertEquals("ehtwdwrft", model.data().get(0).spec().region());
- Assertions.assertEquals("iby", model.data().get(0).spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("dl", model.data().get(0).spec().httpEndpoint());
- Assertions.assertEquals("shfwpracstwity", model.data().get(0).spec().apiEndpoint());
- Assertions.assertEquals("vxccedcp", model.data().get(0).spec().config().kind());
- Assertions.assertEquals("yodnwzxltj", model.data().get(0).spec().environment().id());
- Assertions.assertEquals("nhltiugcxn", model.data().get(0).spec().environment().environment());
- Assertions.assertEquals("vwxqibyqunyo", model.data().get(0).spec().environment().related());
- Assertions.assertEquals("wlmdjrkv", model.data().get(0).spec().environment().resourceName());
- Assertions.assertEquals("vfvpdbodaciz", model.data().get(0).spec().network().id());
- Assertions.assertEquals("q", model.data().get(0).spec().network().environment());
- Assertions.assertEquals("krribdeibqi", model.data().get(0).spec().network().related());
- Assertions.assertEquals("kghv", model.data().get(0).spec().network().resourceName());
- Assertions.assertEquals("zwmk", model.data().get(0).spec().byok().id());
- Assertions.assertEquals("fajpjorwk", model.data().get(0).spec().byok().related());
- Assertions.assertEquals("yhgbijtjivfx", model.data().get(0).spec().byok().resourceName());
- Assertions.assertEquals("ab", model.data().get(0).status().phase());
- Assertions.assertEquals(804108375, model.data().get(0).status().cku());
+ Assertions.assertEquals("ss", model.kind());
+ Assertions.assertEquals("twbdsrezpdrhn", model.metadata().first());
+ Assertions.assertEquals("yowqkdwytisibir", model.metadata().last());
+ Assertions.assertEquals("pikpz", model.metadata().prev());
+ Assertions.assertEquals("ejzanlfz", model.metadata().next());
+ Assertions.assertEquals(386879497, model.metadata().totalSize());
+ Assertions.assertEquals("bzonok", model.data().get(0).kind());
+ Assertions.assertEquals("rjqc", model.data().get(0).id());
+ Assertions.assertEquals("zpfrla", model.data().get(0).metadata().self());
+ Assertions.assertEquals("zrnw", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("indfpwpjyl", model.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("tlhflsjcdhszf", model.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("fbgofeljagrqmqh", model.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("vriiio", model.data().get(0).displayName());
+ Assertions.assertEquals("lg", model.data().get(0).spec().displayName());
+ Assertions.assertEquals("kvtvsexso", model.data().get(0).spec().availability());
+ Assertions.assertEquals("el", model.data().get(0).spec().cloud());
+ Assertions.assertEquals("hhahhxvrhmzkwpjg", model.data().get(0).spec().zone());
+ Assertions.assertEquals("spughftqsxhq", model.data().get(0).spec().region());
+ Assertions.assertEquals("j", model.data().get(0).spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("kndxdigrjgu", model.data().get(0).spec().httpEndpoint());
+ Assertions.assertEquals("zdmsyqtfi", model.data().get(0).spec().apiEndpoint());
+ Assertions.assertEquals("botzingamvppho", model.data().get(0).spec().config().kind());
+ Assertions.assertEquals("zudphqamvdkfw", model.data().get(0).spec().environment().id());
+ Assertions.assertEquals("wcvtbvkayhmtnvyq", model.data().get(0).spec().environment().environment());
+ Assertions.assertEquals("tkzwpcnpwzc", model.data().get(0).spec().environment().related());
+ Assertions.assertEquals("esgvvsccyaj", model.data().get(0).spec().environment().resourceName());
+ Assertions.assertEquals("fhwygzlvdnkfxus", model.data().get(0).spec().network().id());
+ Assertions.assertEquals("dwzrmuh", model.data().get(0).spec().network().environment());
+ Assertions.assertEquals("fcqdpsq", model.data().get(0).spec().network().related());
+ Assertions.assertEquals("vpsvuoymgcce", model.data().get(0).spec().network().resourceName());
+ Assertions.assertEquals("zrypqlmfeokerqw", model.data().get(0).spec().byok().id());
+ Assertions.assertEquals("hkobopgxedk", model.data().get(0).spec().byok().related());
+ Assertions.assertEquals("epbqpcrfkbw", model.data().get(0).spec().byok().resourceName());
+ Assertions.assertEquals("njv", model.data().get(0).status().phase());
+ Assertions.assertEquals(922836414, model.data().get(0).status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClustersWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClustersWithResponseMockTests.java
index 3f5889c56d71..ea7196f0b782 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClustersWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListClustersWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListClustersWithResponseMockTests {
@Test
public void testListClustersWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"slvyjtcvuwkasi\",\"metadata\":{\"first\":\"sfuughtuqfecjx\",\"last\":\"gtuhxuicbu\",\"prev\":\"mr\",\"next\":\"njlx\",\"total_size\":1448304051},\"data\":[{\"kind\":\"usxjbaqehg\",\"id\":\"ohzjqatucoigeb\",\"metadata\":{\"self\":\"nwfepbnwg\",\"resource_name\":\"xjg\",\"created_at\":\"bjb\",\"updated_at\":\"lfgtdysnaquflqbc\",\"deleted_at\":\"hamzjrwdkqze\"},\"display_name\":\"jleziunjx\",\"spec\":{\"display_name\":\"antkwcegyamlbns\",\"availability\":\"ac\",\"cloud\":\"vpilg\",\"zone\":\"oq\",\"region\":\"gmditgueiookjbs\",\"kafka_bootstrap_endpoint\":\"rtdtpdelq\",\"http_endpoint\":\"slmot\",\"api_endpoint\":\"bnfxofvc\",\"config\":{\"kind\":\"dirazf\"},\"environment\":{\"id\":\"jwabmd\",\"environment\":\"tmvcop\",\"related\":\"c\",\"resource_name\":\"urbuhhlkyqltq\"},\"network\":{\"id\":\"gtuwkff\",\"environment\":\"ktsysidfvclglxn\",\"related\":\"ijtk\",\"resource_name\":\"sqo\"},\"byok\":{\"id\":\"ikayiansharuj\",\"related\":\"iqxf\",\"resource_name\":\"j\"}},\"status\":{\"phase\":\"vwkpqh\",\"cku\":1634256083}},{\"kind\":\"uygb\",\"id\":\"qqekewvnqvcdlgu\",\"metadata\":{\"self\":\"mfdjwn\",\"resource_name\":\"xpunjqi\",\"created_at\":\"zvvitacgxmfcs\",\"updated_at\":\"rxhtvso\",\"deleted_at\":\"lwntsjgqrs\"},\"display_name\":\"p\",\"spec\":{\"display_name\":\"u\",\"availability\":\"nchrszizoyu\",\"cloud\":\"yetnd\",\"zone\":\"fqyggagflnlgmtr\",\"region\":\"hzjmucftbyrp\",\"kafka_bootstrap_endpoint\":\"ohkpigqfu\",\"http_endpoint\":\"ckzmkwklsnox\",\"api_endpoint\":\"mqeq\",\"config\":{\"kind\":\"hjnhgwydyynfsvk\"},\"environment\":{\"id\":\"vqtanarfdlpuk\",\"environment\":\"yrneizjcpeo\",\"related\":\"hnmgbroux\",\"resource_name\":\"bhfhpfpazjzoy\"},\"network\":{\"id\":\"hpdulon\",\"environment\":\"cnpqwteht\",\"related\":\"vrh\",\"resource_name\":\"jyoogwxh\"},\"byok\":{\"id\":\"uug\",\"related\":\"sreurfqkfuare\",\"resource_name\":\"vhhtklnvnaf\"}},\"status\":{\"phase\":\"yfedevjbo\",\"cku\":1265182150}},{\"kind\":\"xypokkhmi\",\"id\":\"cymczngn\",\"metadata\":{\"self\":\"x\",\"resource_name\":\"unin\",\"created_at\":\"db\",\"updated_at\":\"aqdtvqecrqctmxxd\",\"deleted_at\":\"dmflhuytx\"},\"display_name\":\"tznapxbannovv\",\"spec\":{\"display_name\":\"zytprwnwvroevy\",\"availability\":\"yo\",\"cloud\":\"rrouuxvnsasbcry\",\"zone\":\"dizr\",\"region\":\"lobdxna\",\"kafka_bootstrap_endpoint\":\"mkmlmvevfx\",\"http_endpoint\":\"pj\",\"api_endpoint\":\"zxlioh\",\"config\":{\"kind\":\"dtfgxqbawpcbb\"},\"environment\":{\"id\":\"cyknapqofyuicd\",\"environment\":\"bd\",\"related\":\"wwgbdv\",\"resource_name\":\"idmhmwf\"},\"network\":{\"id\":\"fmuvapckccr\",\"environment\":\"weyoxoy\",\"related\":\"k\",\"resource_name\":\"aimmoiroqb\"},\"byok\":{\"id\":\"bragapyyrmf\",\"related\":\"bpav\",\"resource_name\":\"pfppd\"}},\"status\":{\"phase\":\"upgahxkum\",\"cku\":1600876381}}]}";
+ = "{\"kind\":\"qaxsipietgbebjf\",\"metadata\":{\"first\":\"moichdlpnfpubntn\",\"last\":\"tzviqsowsaaelcat\",\"prev\":\"ju\",\"next\":\"lrvkmjc\",\"total_size\":1748299697},\"data\":[{\"kind\":\"fggc\",\"id\":\"yylizrz\",\"metadata\":{\"self\":\"sfxsf\",\"resource_name\":\"tl\",\"created_at\":\"mvagbwidqlvhuko\",\"updated_at\":\"ofizrvjfnmjmvlwy\",\"deleted_at\":\"iblkujr\"},\"display_name\":\"fojuidjpuuyj\",\"spec\":{\"display_name\":\"jikzoeovvtzej\",\"availability\":\"jklntikyj\",\"cloud\":\"k\",\"zone\":\"qzolxrzvhqjw\",\"region\":\"htgv\",\"kafka_bootstrap_endpoint\":\"pcrrk\",\"http_endpoint\":\"awjmjsmw\",\"api_endpoint\":\"kcdxfzzzw\",\"config\":{\"kind\":\"fitlhguynuchl\"},\"environment\":{\"id\":\"txd\",\"environment\":\"mozusgzvlnsnnjz\",\"related\":\"afolpymwamxqzrag\",\"resource_name\":\"dphtv\"},\"network\":{\"id\":\"a\",\"environment\":\"lejchcsr\",\"related\":\"knmzlanrupdwvnp\",\"resource_name\":\"nzqtpjhmqrhvt\"},\"byok\":{\"id\":\"iwdcxsmlzzhzd\",\"related\":\"etlgydlhqvlnnpx\",\"resource_name\":\"afiqgeaarbgjekg\"}},\"status\":{\"phase\":\"byu\",\"cku\":356172613}},{\"kind\":\"cwvmzegj\",\"id\":\"fhjirwgdnqzbrfk\",\"metadata\":{\"self\":\"hzmtksjc\",\"resource_name\":\"digsxcdgl\",\"created_at\":\"lkeuac\",\"updated_at\":\"omflrytswfp\",\"deleted_at\":\"dgycxnmskwhqjjy\"},\"display_name\":\"urlpshh\",\"spec\":{\"display_name\":\"edwqslsrh\",\"availability\":\"qvwwsko\",\"cloud\":\"cbrwi\",\"zone\":\"vqejosovy\",\"region\":\"leaesi\",\"kafka_bootstrap_endpoint\":\"qtljqobbpihehc\",\"http_endpoint\":\"ybmrqbrjbbmp\",\"api_endpoint\":\"lvykfrex\",\"config\":{\"kind\":\"eqwjksgh\"},\"environment\":{\"id\":\"zhxogjggsvo\",\"environment\":\"kxibdafh\",\"related\":\"mdyomkxfbvfbh\",\"resource_name\":\"i\"},\"network\":{\"id\":\"wpg\",\"environment\":\"eimawzovgkkumui\",\"related\":\"cjc\",\"resource_name\":\"tbw\"},\"byok\":{\"id\":\"qowxwcom\",\"related\":\"kytwvcz\",\"resource_name\":\"wka\"}},\"status\":{\"phase\":\"jyfdvlv\",\"cku\":98505502}}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -33,48 +33,50 @@ public void testListClustersWithResponse() throws Exception {
.authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
- AccessListClusterSuccessResponse response = manager.access()
- .listClustersWithResponse("gajinnixjawrtmj", "jmyccxlzhcoxov",
- new ListAccessRequestModel().withSearchFilters(mapOf("tjxtxr", "henlusfnr", "jvidttge", "cq")),
- com.azure.core.util.Context.NONE)
- .getValue();
+ AccessListClusterSuccessResponse response
+ = manager.access()
+ .listClustersWithResponse("memczjkmmyk", "ujxsglhsr",
+ new ListAccessRequestModel().withSearchFilters(mapOf("nigrfihotjewl", "ejylmbkzu", "hqo",
+ "xuzzjgnrefq", "diw", "oihiqak", "hcspo", "brkwpzdqt")),
+ com.azure.core.util.Context.NONE)
+ .getValue();
- Assertions.assertEquals("slvyjtcvuwkasi", response.kind());
- Assertions.assertEquals("sfuughtuqfecjx", response.metadata().first());
- Assertions.assertEquals("gtuhxuicbu", response.metadata().last());
- Assertions.assertEquals("mr", response.metadata().prev());
- Assertions.assertEquals("njlx", response.metadata().next());
- Assertions.assertEquals(1448304051, response.metadata().totalSize());
- Assertions.assertEquals("usxjbaqehg", response.data().get(0).kind());
- Assertions.assertEquals("ohzjqatucoigeb", response.data().get(0).id());
- Assertions.assertEquals("nwfepbnwg", response.data().get(0).metadata().self());
- Assertions.assertEquals("xjg", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("bjb", response.data().get(0).metadata().createdAt());
- Assertions.assertEquals("lfgtdysnaquflqbc", response.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("hamzjrwdkqze", response.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("jleziunjx", response.data().get(0).displayName());
- Assertions.assertEquals("antkwcegyamlbns", response.data().get(0).spec().displayName());
- Assertions.assertEquals("ac", response.data().get(0).spec().availability());
- Assertions.assertEquals("vpilg", response.data().get(0).spec().cloud());
- Assertions.assertEquals("oq", response.data().get(0).spec().zone());
- Assertions.assertEquals("gmditgueiookjbs", response.data().get(0).spec().region());
- Assertions.assertEquals("rtdtpdelq", response.data().get(0).spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("slmot", response.data().get(0).spec().httpEndpoint());
- Assertions.assertEquals("bnfxofvc", response.data().get(0).spec().apiEndpoint());
- Assertions.assertEquals("dirazf", response.data().get(0).spec().config().kind());
- Assertions.assertEquals("jwabmd", response.data().get(0).spec().environment().id());
- Assertions.assertEquals("tmvcop", response.data().get(0).spec().environment().environment());
- Assertions.assertEquals("c", response.data().get(0).spec().environment().related());
- Assertions.assertEquals("urbuhhlkyqltq", response.data().get(0).spec().environment().resourceName());
- Assertions.assertEquals("gtuwkff", response.data().get(0).spec().network().id());
- Assertions.assertEquals("ktsysidfvclglxn", response.data().get(0).spec().network().environment());
- Assertions.assertEquals("ijtk", response.data().get(0).spec().network().related());
- Assertions.assertEquals("sqo", response.data().get(0).spec().network().resourceName());
- Assertions.assertEquals("ikayiansharuj", response.data().get(0).spec().byok().id());
- Assertions.assertEquals("iqxf", response.data().get(0).spec().byok().related());
- Assertions.assertEquals("j", response.data().get(0).spec().byok().resourceName());
- Assertions.assertEquals("vwkpqh", response.data().get(0).status().phase());
- Assertions.assertEquals(1634256083, response.data().get(0).status().cku());
+ Assertions.assertEquals("qaxsipietgbebjf", response.kind());
+ Assertions.assertEquals("moichdlpnfpubntn", response.metadata().first());
+ Assertions.assertEquals("tzviqsowsaaelcat", response.metadata().last());
+ Assertions.assertEquals("ju", response.metadata().prev());
+ Assertions.assertEquals("lrvkmjc", response.metadata().next());
+ Assertions.assertEquals(1748299697, response.metadata().totalSize());
+ Assertions.assertEquals("fggc", response.data().get(0).kind());
+ Assertions.assertEquals("yylizrz", response.data().get(0).id());
+ Assertions.assertEquals("sfxsf", response.data().get(0).metadata().self());
+ Assertions.assertEquals("tl", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("mvagbwidqlvhuko", response.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("ofizrvjfnmjmvlwy", response.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("iblkujr", response.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("fojuidjpuuyj", response.data().get(0).displayName());
+ Assertions.assertEquals("jikzoeovvtzej", response.data().get(0).spec().displayName());
+ Assertions.assertEquals("jklntikyj", response.data().get(0).spec().availability());
+ Assertions.assertEquals("k", response.data().get(0).spec().cloud());
+ Assertions.assertEquals("qzolxrzvhqjw", response.data().get(0).spec().zone());
+ Assertions.assertEquals("htgv", response.data().get(0).spec().region());
+ Assertions.assertEquals("pcrrk", response.data().get(0).spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("awjmjsmw", response.data().get(0).spec().httpEndpoint());
+ Assertions.assertEquals("kcdxfzzzw", response.data().get(0).spec().apiEndpoint());
+ Assertions.assertEquals("fitlhguynuchl", response.data().get(0).spec().config().kind());
+ Assertions.assertEquals("txd", response.data().get(0).spec().environment().id());
+ Assertions.assertEquals("mozusgzvlnsnnjz", response.data().get(0).spec().environment().environment());
+ Assertions.assertEquals("afolpymwamxqzrag", response.data().get(0).spec().environment().related());
+ Assertions.assertEquals("dphtv", response.data().get(0).spec().environment().resourceName());
+ Assertions.assertEquals("a", response.data().get(0).spec().network().id());
+ Assertions.assertEquals("lejchcsr", response.data().get(0).spec().network().environment());
+ Assertions.assertEquals("knmzlanrupdwvnp", response.data().get(0).spec().network().related());
+ Assertions.assertEquals("nzqtpjhmqrhvt", response.data().get(0).spec().network().resourceName());
+ Assertions.assertEquals("iwdcxsmlzzhzd", response.data().get(0).spec().byok().id());
+ Assertions.assertEquals("etlgydlhqvlnnpx", response.data().get(0).spec().byok().related());
+ Assertions.assertEquals("afiqgeaarbgjekg", response.data().get(0).spec().byok().resourceName());
+ Assertions.assertEquals("byu", response.data().get(0).status().phase());
+ Assertions.assertEquals(356172613, response.data().get(0).status().cku());
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSuccessResponseInnerTests.java
index 30eb753fda31..a0df475d03f6 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsSuccessResponseInnerTests.java
@@ -12,21 +12,21 @@ public final class AccessListEnvironmentsSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessListEnvironmentsSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"cckwyfzqwhxxbu\",\"metadata\":{\"first\":\"xzfe\",\"last\":\"tpp\",\"prev\":\"o\",\"next\":\"or\",\"total_size\":295575748},\"data\":[{\"kind\":\"mncwsobqwcsdb\",\"id\":\"dcfhucqdpf\",\"metadata\":{\"self\":\"lsbjjcanvxbv\",\"resource_name\":\"udutnco\",\"created_at\":\"r\",\"updated_at\":\"qtvcofudflvkgj\",\"deleted_at\":\"gdknnqv\"},\"display_name\":\"znqntoru\"},{\"kind\":\"gsahmkycgrauw\",\"id\":\"etaebu\",\"metadata\":{\"self\":\"dmovsm\",\"resource_name\":\"xwabmqoe\",\"created_at\":\"ifrvtpu\",\"updated_at\":\"jmqlgkfb\",\"deleted_at\":\"doaon\"},\"display_name\":\"jcntuj\"},{\"kind\":\"c\",\"id\":\"df\",\"metadata\":{\"self\":\"ae\",\"resource_name\":\"ojvdcpzfoqo\",\"created_at\":\"cybxa\",\"updated_at\":\"gszufoxciqopid\",\"deleted_at\":\"mciodhkhazxkhn\"},\"display_name\":\"onlwntoeg\"},{\"kind\":\"dwbwhkszzcmrvexz\",\"id\":\"bt\",\"metadata\":{\"self\":\"frao\",\"resource_name\":\"koowtl\",\"created_at\":\"guxawqaldsyuuxi\",\"updated_at\":\"rqf\",\"deleted_at\":\"wyznkbyku\"},\"display_name\":\"pfhpagmhrskdsnfd\"}]}")
+ "{\"kind\":\"wlmdjrkv\",\"metadata\":{\"first\":\"vfvpdbodaciz\",\"last\":\"q\",\"prev\":\"krribdeibqi\",\"next\":\"kghv\",\"total_size\":1070567995},\"data\":[{\"kind\":\"krefajpjo\",\"id\":\"kqnyh\",\"metadata\":{\"self\":\"j\",\"resource_name\":\"ivfxzsjabibsyst\",\"created_at\":\"fsdjpvkvp\",\"updated_at\":\"xbkzbzkdvncj\",\"deleted_at\":\"udurgkakmokz\"},\"display_name\":\"jk\"}]}")
.toObject(AccessListEnvironmentsSuccessResponseInner.class);
- Assertions.assertEquals("cckwyfzqwhxxbu", model.kind());
- Assertions.assertEquals("xzfe", model.metadata().first());
- Assertions.assertEquals("tpp", model.metadata().last());
- Assertions.assertEquals("o", model.metadata().prev());
- Assertions.assertEquals("or", model.metadata().next());
- Assertions.assertEquals(295575748, model.metadata().totalSize());
- Assertions.assertEquals("mncwsobqwcsdb", model.data().get(0).kind());
- Assertions.assertEquals("dcfhucqdpf", model.data().get(0).id());
- Assertions.assertEquals("lsbjjcanvxbv", model.data().get(0).metadata().self());
- Assertions.assertEquals("udutnco", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("r", model.data().get(0).metadata().createdAt());
- Assertions.assertEquals("qtvcofudflvkgj", model.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("gdknnqv", model.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("znqntoru", model.data().get(0).displayName());
+ Assertions.assertEquals("wlmdjrkv", model.kind());
+ Assertions.assertEquals("vfvpdbodaciz", model.metadata().first());
+ Assertions.assertEquals("q", model.metadata().last());
+ Assertions.assertEquals("krribdeibqi", model.metadata().prev());
+ Assertions.assertEquals("kghv", model.metadata().next());
+ Assertions.assertEquals(1070567995, model.metadata().totalSize());
+ Assertions.assertEquals("krefajpjo", model.data().get(0).kind());
+ Assertions.assertEquals("kqnyh", model.data().get(0).id());
+ Assertions.assertEquals("j", model.data().get(0).metadata().self());
+ Assertions.assertEquals("ivfxzsjabibsyst", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("fsdjpvkvp", model.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("xbkzbzkdvncj", model.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("udurgkakmokz", model.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("jk", model.data().get(0).displayName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsWithResponseMockTests.java
index c6e1298759fe..6379de117b0d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListEnvironmentsWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListEnvironmentsWithResponseMockTests {
@Test
public void testListEnvironmentsWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"ktvqylkmqpzoy\",\"metadata\":{\"first\":\"bcg\",\"last\":\"cloxo\",\"prev\":\"qinjipnwjf\",\"next\":\"qlafcbahhpzpofoi\",\"total_size\":86457454},\"data\":[{\"kind\":\"lkmkkholvdndvi\",\"id\":\"ogphuartvtiu\",\"metadata\":{\"self\":\"fchnmnah\",\"resource_name\":\"xhk\",\"created_at\":\"qirwrweoox\",\"updated_at\":\"i\",\"deleted_at\":\"xwrsnew\"},\"display_name\":\"zqvbubqm\"},{\"kind\":\"hsycxhxzgaz\",\"id\":\"abo\",\"metadata\":{\"self\":\"mfqhppubowse\",\"resource_name\":\"fgkmtdhern\",\"created_at\":\"tcjuahokqto\",\"updated_at\":\"auxofshfph\",\"deleted_at\":\"nulaiywzejywhsl\"},\"display_name\":\"ojpllndnpdwrpqaf\"},{\"kind\":\"ug\",\"id\":\"n\",\"metadata\":{\"self\":\"et\",\"resource_name\":\"ypococtfjgtixr\",\"created_at\":\"zuyt\",\"updated_at\":\"mlmuowol\",\"deleted_at\":\"uir\"},\"display_name\":\"ionszonwp\"}]}";
+ = "{\"kind\":\"r\",\"metadata\":{\"first\":\"ucsofldpuviyf\",\"last\":\"abeolhbhlvbm\",\"prev\":\"qi\",\"next\":\"xtkcudfbsfar\",\"total_size\":1013426268},\"data\":[{\"kind\":\"kjxnqpvwgfstmhq\",\"id\":\"izmdksa\",\"metadata\":{\"self\":\"cluqvo\",\"resource_name\":\"ycjimryvwgcwwpbm\",\"created_at\":\"w\",\"updated_at\":\"ydsx\",\"deleted_at\":\"fo\"},\"display_name\":\"cbvopwndyqleallk\"},{\"kind\":\"tkhlowkxxpvbr\",\"id\":\"jmzsyzfh\",\"metadata\":{\"self\":\"h\",\"resource_name\":\"cyychunsjlp\",\"created_at\":\"twszhvvuic\",\"updated_at\":\"vtrrmhwrbfdpyflu\",\"deleted_at\":\"vjglrocuyzlwhhme\"},\"display_name\":\"ooclutnp\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,26 +34,26 @@ public void testListEnvironmentsWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccessListEnvironmentsSuccessResponse response = manager.access()
- .listEnvironmentsWithResponse("pdkvg", "abuiy",
- new ListAccessRequestModel()
- .withSearchFilters(mapOf("n", "uzphdugnei", "jiuqhibtozi", "gox", "edmurrxxge", "qw")),
+ .listEnvironmentsWithResponse("haim", "oir",
+ new ListAccessRequestModel().withSearchFilters(mapOf("mfsvbpav", "oshbragapyy", "kuma",
+ "opfppdbwnupgah", "hqepvufhbzehewh", "jcaacfdmmcpugm", "eaclgschorimk", "qhnlbqnbld")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("ktvqylkmqpzoy", response.kind());
- Assertions.assertEquals("bcg", response.metadata().first());
- Assertions.assertEquals("cloxo", response.metadata().last());
- Assertions.assertEquals("qinjipnwjf", response.metadata().prev());
- Assertions.assertEquals("qlafcbahhpzpofoi", response.metadata().next());
- Assertions.assertEquals(86457454, response.metadata().totalSize());
- Assertions.assertEquals("lkmkkholvdndvi", response.data().get(0).kind());
- Assertions.assertEquals("ogphuartvtiu", response.data().get(0).id());
- Assertions.assertEquals("fchnmnah", response.data().get(0).metadata().self());
- Assertions.assertEquals("xhk", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("qirwrweoox", response.data().get(0).metadata().createdAt());
- Assertions.assertEquals("i", response.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("xwrsnew", response.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("zqvbubqm", response.data().get(0).displayName());
+ Assertions.assertEquals("r", response.kind());
+ Assertions.assertEquals("ucsofldpuviyf", response.metadata().first());
+ Assertions.assertEquals("abeolhbhlvbm", response.metadata().last());
+ Assertions.assertEquals("qi", response.metadata().prev());
+ Assertions.assertEquals("xtkcudfbsfar", response.metadata().next());
+ Assertions.assertEquals(1013426268, response.metadata().totalSize());
+ Assertions.assertEquals("kjxnqpvwgfstmhq", response.data().get(0).kind());
+ Assertions.assertEquals("izmdksa", response.data().get(0).id());
+ Assertions.assertEquals("cluqvo", response.data().get(0).metadata().self());
+ Assertions.assertEquals("ycjimryvwgcwwpbm", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("w", response.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("ydsx", response.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("fo", response.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("cbvopwndyqleallk", response.data().get(0).displayName());
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSuccessResponseInnerTests.java
index 594f2fb7a20e..5fe8fa4bafa6 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsSuccessResponseInnerTests.java
@@ -12,25 +12,25 @@ public final class AccessListInvitationsSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessListInvitationsSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"bldtlww\",\"metadata\":{\"first\":\"dmtnc\",\"last\":\"kotl\",\"prev\":\"d\",\"next\":\"gsyocogj\",\"total_size\":1628620903},\"data\":[{\"kind\":\"nhad\",\"id\":\"crkvcikhnv\",\"metadata\":{\"self\":\"qgxqquezikyw\",\"resource_name\":\"xkalla\",\"created_at\":\"elwuipi\",\"updated_at\":\"jzkzi\",\"deleted_at\":\"vvcnayr\"},\"email\":\"rnxxmueed\",\"auth_type\":\"rdvstkwqqtch\",\"status\":\"lmfmtdaay\",\"accepted_at\":\"v\",\"expires_at\":\"gpiohgwxrtfudxe\"},{\"kind\":\"gyqagvrvmnpkuk\",\"id\":\"i\",\"metadata\":{\"self\":\"lxgwimfnjhf\",\"resource_name\":\"wmszkk\",\"created_at\":\"qreyfkzi\",\"updated_at\":\"jawneaiv\",\"deleted_at\":\"czelpcirel\"},\"email\":\"eae\",\"auth_type\":\"abfatkl\",\"status\":\"xbjhwuaanozjosph\",\"accepted_at\":\"ulpjr\",\"expires_at\":\"ag\"},{\"kind\":\"vimjwos\",\"id\":\"xitc\",\"metadata\":{\"self\":\"cktqumiekkezzi\",\"resource_name\":\"ly\",\"created_at\":\"hdgqggeb\",\"updated_at\":\"nyga\",\"deleted_at\":\"idb\"},\"email\":\"atpxl\",\"auth_type\":\"xcyjmoadsuvarmy\",\"status\":\"mjsjqb\",\"accepted_at\":\"hyxxrwlycoduhpk\",\"expires_at\":\"gymare\"},{\"kind\":\"ajxq\",\"id\":\"jhkycub\",\"metadata\":{\"self\":\"gssofwq\",\"resource_name\":\"qal\",\"created_at\":\"mnjijpxacqqudf\",\"updated_at\":\"yxbaaabjyvayf\",\"deleted_at\":\"m\"},\"email\":\"rtuzqogs\",\"auth_type\":\"nevfdnw\",\"status\":\"mewzsyyc\",\"accepted_at\":\"zsoibjudpfrxtr\",\"expires_at\":\"zvaytdwkqbr\"}]}")
+ "{\"kind\":\"a\",\"metadata\":{\"first\":\"r\",\"last\":\"dsnfdsdoakgtdl\",\"prev\":\"kzevdlhewpusds\",\"next\":\"wvogvbbejdc\",\"total_size\":1648983089},\"data\":[{\"kind\":\"akufgmjz\",\"id\":\"rdgrtw\",\"metadata\":{\"self\":\"u\",\"resource_name\":\"kopbminrf\",\"created_at\":\"oyuhhziui\",\"updated_at\":\"ozbhdmsmlmzq\",\"deleted_at\":\"ft\"},\"email\":\"ae\",\"auth_type\":\"iahxicsl\",\"status\":\"oqzpiyylha\",\"accepted_at\":\"swhccsphk\",\"expires_at\":\"vwitqscyw\"}]}")
.toObject(AccessListInvitationsSuccessResponseInner.class);
- Assertions.assertEquals("bldtlww", model.kind());
- Assertions.assertEquals("dmtnc", model.metadata().first());
- Assertions.assertEquals("kotl", model.metadata().last());
- Assertions.assertEquals("d", model.metadata().prev());
- Assertions.assertEquals("gsyocogj", model.metadata().next());
- Assertions.assertEquals(1628620903, model.metadata().totalSize());
- Assertions.assertEquals("nhad", model.data().get(0).kind());
- Assertions.assertEquals("crkvcikhnv", model.data().get(0).id());
- Assertions.assertEquals("qgxqquezikyw", model.data().get(0).metadata().self());
- Assertions.assertEquals("xkalla", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("elwuipi", model.data().get(0).metadata().createdAt());
- Assertions.assertEquals("jzkzi", model.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("vvcnayr", model.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("rnxxmueed", model.data().get(0).email());
- Assertions.assertEquals("rdvstkwqqtch", model.data().get(0).authType());
- Assertions.assertEquals("lmfmtdaay", model.data().get(0).status());
- Assertions.assertEquals("v", model.data().get(0).acceptedAt());
- Assertions.assertEquals("gpiohgwxrtfudxe", model.data().get(0).expiresAt());
+ Assertions.assertEquals("a", model.kind());
+ Assertions.assertEquals("r", model.metadata().first());
+ Assertions.assertEquals("dsnfdsdoakgtdl", model.metadata().last());
+ Assertions.assertEquals("kzevdlhewpusds", model.metadata().prev());
+ Assertions.assertEquals("wvogvbbejdc", model.metadata().next());
+ Assertions.assertEquals(1648983089, model.metadata().totalSize());
+ Assertions.assertEquals("akufgmjz", model.data().get(0).kind());
+ Assertions.assertEquals("rdgrtw", model.data().get(0).id());
+ Assertions.assertEquals("u", model.data().get(0).metadata().self());
+ Assertions.assertEquals("kopbminrf", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("oyuhhziui", model.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("ozbhdmsmlmzq", model.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("ft", model.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("ae", model.data().get(0).email());
+ Assertions.assertEquals("iahxicsl", model.data().get(0).authType());
+ Assertions.assertEquals("oqzpiyylha", model.data().get(0).status());
+ Assertions.assertEquals("swhccsphk", model.data().get(0).acceptedAt());
+ Assertions.assertEquals("vwitqscyw", model.data().get(0).expiresAt());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsWithResponseMockTests.java
index e7472c2f2ea8..4b15f29e2c9b 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListInvitationsWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListInvitationsWithResponseMockTests {
@Test
public void testListInvitationsWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"tctbrxkjzwrgxffm\",\"metadata\":{\"first\":\"wfbkgozxwo\",\"last\":\"bydpizqaclnapxb\",\"prev\":\"gn\",\"next\":\"j\",\"total_size\":1222669398},\"data\":[{\"kind\":\"cttuxuu\",\"id\":\"lflqoiqu\",\"metadata\":{\"self\":\"hmrnjhvsuj\",\"resource_name\":\"czytqjtwhauunfpr\",\"created_at\":\"letlx\",\"updated_at\":\"rpddouifamo\",\"deleted_at\":\"z\"},\"email\":\"nknlqwzdvpi\",\"auth_type\":\"xqszdtmaajquh\",\"status\":\"ylr\",\"accepted_at\":\"m\",\"expires_at\":\"g\"},{\"kind\":\"mzyospspshck\",\"id\":\"yjpmspbpssdfppyo\",\"metadata\":{\"self\":\"eyujtvczkcnyxrx\",\"resource_name\":\"njdxvglnkvxl\",\"created_at\":\"aglqivbgkcvkh\",\"updated_at\":\"vuqd\",\"deleted_at\":\"voniypfp\"},\"email\":\"cpzgpxtiv\",\"auth_type\":\"knidib\",\"status\":\"jxgpnrhgovfg\",\"accepted_at\":\"kqmhhaowjr\",\"expires_at\":\"vuporqzdfuydzv\"}]}";
+ = "{\"kind\":\"sjgqrsxyp\",\"metadata\":{\"first\":\"u\",\"last\":\"nchrszizoyu\",\"prev\":\"yetnd\",\"next\":\"fqyggagflnlgmtr\",\"total_size\":823991976},\"data\":[{\"kind\":\"ucftbyrp\",\"id\":\"ohkpigqfu\",\"metadata\":{\"self\":\"kzmkwklsnoxaxmqe\",\"resource_name\":\"lhhjnh\",\"created_at\":\"ydyynfsvkh\",\"updated_at\":\"vqtanarfdlpuk\",\"deleted_at\":\"yrneizjcpeo\"},\"email\":\"hnmgbroux\",\"auth_type\":\"bhfhpfpazjzoy\",\"status\":\"xhpdulontacnpqwt\",\"accepted_at\":\"tuevrh\",\"expires_at\":\"jyoogwxh\"},{\"kind\":\"duugwbsre\",\"id\":\"fqkfuarenl\",\"metadata\":{\"self\":\"tklnvnafvvkyfed\",\"resource_name\":\"jboslcqxypok\",\"created_at\":\"minqcym\",\"updated_at\":\"ngnbdxxew\",\"deleted_at\":\"invudbch\"},\"email\":\"dtvqe\",\"auth_type\":\"qct\",\"status\":\"xdtddmflhuytxzv\",\"accepted_at\":\"napxbannovv\",\"expires_at\":\"czytprwn\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,30 +34,29 @@ public void testListInvitationsWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccessListInvitationsSuccessResponse response = manager.access()
- .listInvitationsWithResponse("wfl", "qmp",
- new ListAccessRequestModel()
- .withSearchFilters(mapOf("saasiixtmkzj", "uwnpqxpxiwfcng", "irhgfgrwsdp", "kv", "zvzbglbyv", "ra")),
+ .listInvitationsWithResponse("jqi", "czvvit",
+ new ListAccessRequestModel().withSearchFilters(mapOf("oxhlw", "xmfcsserxhtv")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("tctbrxkjzwrgxffm", response.kind());
- Assertions.assertEquals("wfbkgozxwo", response.metadata().first());
- Assertions.assertEquals("bydpizqaclnapxb", response.metadata().last());
- Assertions.assertEquals("gn", response.metadata().prev());
- Assertions.assertEquals("j", response.metadata().next());
- Assertions.assertEquals(1222669398, response.metadata().totalSize());
- Assertions.assertEquals("cttuxuu", response.data().get(0).kind());
- Assertions.assertEquals("lflqoiqu", response.data().get(0).id());
- Assertions.assertEquals("hmrnjhvsuj", response.data().get(0).metadata().self());
- Assertions.assertEquals("czytqjtwhauunfpr", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("letlx", response.data().get(0).metadata().createdAt());
- Assertions.assertEquals("rpddouifamo", response.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("z", response.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("nknlqwzdvpi", response.data().get(0).email());
- Assertions.assertEquals("xqszdtmaajquh", response.data().get(0).authType());
- Assertions.assertEquals("ylr", response.data().get(0).status());
- Assertions.assertEquals("m", response.data().get(0).acceptedAt());
- Assertions.assertEquals("g", response.data().get(0).expiresAt());
+ Assertions.assertEquals("sjgqrsxyp", response.kind());
+ Assertions.assertEquals("u", response.metadata().first());
+ Assertions.assertEquals("nchrszizoyu", response.metadata().last());
+ Assertions.assertEquals("yetnd", response.metadata().prev());
+ Assertions.assertEquals("fqyggagflnlgmtr", response.metadata().next());
+ Assertions.assertEquals(823991976, response.metadata().totalSize());
+ Assertions.assertEquals("ucftbyrp", response.data().get(0).kind());
+ Assertions.assertEquals("ohkpigqfu", response.data().get(0).id());
+ Assertions.assertEquals("kzmkwklsnoxaxmqe", response.data().get(0).metadata().self());
+ Assertions.assertEquals("lhhjnh", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("ydyynfsvkh", response.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("vqtanarfdlpuk", response.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("yrneizjcpeo", response.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("hnmgbroux", response.data().get(0).email());
+ Assertions.assertEquals("bhfhpfpazjzoy", response.data().get(0).authType());
+ Assertions.assertEquals("xhpdulontacnpqwt", response.data().get(0).status());
+ Assertions.assertEquals("tuevrh", response.data().get(0).acceptedAt());
+ Assertions.assertEquals("jyoogwxh", response.data().get(0).expiresAt());
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListWithResponseMockTests.java
index 2c841dac51e1..a73346351557 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingNameListWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListRoleBindingNameListWithResponseMockTests {
@Test
public void testListRoleBindingNameListWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"giblkujrllf\",\"metadata\":{\"first\":\"idjpuuyju\",\"last\":\"jikzoeovvtzej\",\"prev\":\"jklntikyj\",\"next\":\"k\",\"total_size\":1015093902},\"data\":[\"lxrzvhqjwtr\"]}";
+ = "{\"kind\":\"xhnpo\",\"metadata\":{\"first\":\"wcabvnuileeya\",\"last\":\"lpaugmrm\",\"prev\":\"lrxw\",\"next\":\"aukhfkvcisiz\",\"total_size\":246607949},\"data\":[\"sx\",\"wuived\",\"cgyee\"]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,19 +34,18 @@ public void testListRoleBindingNameListWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccessRoleBindingNameListSuccessResponse response = manager.access()
- .listRoleBindingNameListWithResponse("pnfpubntnbat", "viqsowsaaelcattc",
- new ListAccessRequestModel().withSearchFilters(mapOf("ggcvk", "plrvkmjcwmjvlg", "izrzb", "y",
- "ztlvtmvagbwidqlv", "psfxsf", "rvjfnmjmvlw", "ukoveofi")),
+ .listRoleBindingNameListWithResponse("fqlggw", "iwzcxmjpbyeph",
+ new ListAccessRequestModel().withSearchFilters(mapOf("yfqi", "vljvrc")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("giblkujrllf", response.kind());
- Assertions.assertEquals("idjpuuyju", response.metadata().first());
- Assertions.assertEquals("jikzoeovvtzej", response.metadata().last());
- Assertions.assertEquals("jklntikyj", response.metadata().prev());
- Assertions.assertEquals("k", response.metadata().next());
- Assertions.assertEquals(1015093902, response.metadata().totalSize());
- Assertions.assertEquals("lxrzvhqjwtr", response.data().get(0));
+ Assertions.assertEquals("xhnpo", response.kind());
+ Assertions.assertEquals("wcabvnuileeya", response.metadata().first());
+ Assertions.assertEquals("lpaugmrm", response.metadata().last());
+ Assertions.assertEquals("lrxw", response.metadata().prev());
+ Assertions.assertEquals("aukhfkvcisiz", response.metadata().next());
+ Assertions.assertEquals(246607949, response.metadata().totalSize());
+ Assertions.assertEquals("sx", response.data().get(0));
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSuccessResponseInnerTests.java
index 50c70d28b4a2..1cbd7da2b4c8 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsSuccessResponseInnerTests.java
@@ -12,23 +12,23 @@ public final class AccessListRoleBindingsSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessListRoleBindingsSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"hxjbdhqxvc\",\"metadata\":{\"first\":\"rpdsof\",\"last\":\"hrnsvbu\",\"prev\":\"dvzyybycnun\",\"next\":\"srtkfa\",\"total_size\":1955812770},\"data\":[{\"kind\":\"ikyzirtxdy\",\"id\":\"zejntps\",\"metadata\":{\"self\":\"ioilqukrydxtq\",\"resource_name\":\"eoxorggufhyao\",\"created_at\":\"bghhavgrvkf\",\"updated_at\":\"vjzhpjbib\",\"deleted_at\":\"mfxumvfcluyovw\"},\"principal\":\"bkfezzxscyhwzdgi\",\"role_name\":\"jbzbomvzzbtdcq\",\"crn_pattern\":\"niyujv\"}]}")
+ "{\"kind\":\"tpipiwyczuhx\",\"metadata\":{\"first\":\"qjlihhyuspska\",\"last\":\"vlmfwdgzxulucv\",\"prev\":\"mrsreuzvxurisjnh\",\"next\":\"txifqj\",\"total_size\":1170712777},\"data\":[{\"kind\":\"ublwpcesutrg\",\"id\":\"pauutpw\",\"metadata\":{\"self\":\"ih\",\"resource_name\":\"qg\",\"created_at\":\"pnfqntcyp\",\"updated_at\":\"jv\",\"deleted_at\":\"imwkslircizj\"},\"principal\":\"ydfce\",\"role_name\":\"vlhv\",\"crn_pattern\":\"dyftumrtwna\"},{\"kind\":\"slbi\",\"id\":\"ojgcyzt\",\"metadata\":{\"self\":\"z\",\"resource_name\":\"aeqphchqnr\",\"created_at\":\"pxehuwrykqga\",\"updated_at\":\"mvikl\",\"deleted_at\":\"dvk\"},\"principal\":\"ejd\",\"role_name\":\"xcv\",\"crn_pattern\":\"rhnj\"},{\"kind\":\"olvtnovqfzge\",\"id\":\"dftuljltduce\",\"metadata\":{\"self\":\"mczuo\",\"resource_name\":\"jw\",\"created_at\":\"wqiok\",\"updated_at\":\"sx\",\"deleted_at\":\"jmsvpkjp\"},\"principal\":\"kwcf\",\"role_name\":\"ljyxgtczhe\",\"crn_pattern\":\"bsdshmkxmaehvbbx\"},{\"kind\":\"iplt\",\"id\":\"htba\",\"metadata\":{\"self\":\"xywr\",\"resource_name\":\"pyklyhpluodpvru\",\"created_at\":\"lgzi\",\"updated_at\":\"hostgktstvdxecl\",\"deleted_at\":\"dqbcvhzlhplod\"},\"principal\":\"dlwwqfbumlkxt\",\"role_name\":\"jfsmlmbtxhwgfwsr\",\"crn_pattern\":\"wcoezbrhub\"}]}")
.toObject(AccessListRoleBindingsSuccessResponseInner.class);
- Assertions.assertEquals("hxjbdhqxvc", model.kind());
- Assertions.assertEquals("rpdsof", model.metadata().first());
- Assertions.assertEquals("hrnsvbu", model.metadata().last());
- Assertions.assertEquals("dvzyybycnun", model.metadata().prev());
- Assertions.assertEquals("srtkfa", model.metadata().next());
- Assertions.assertEquals(1955812770, model.metadata().totalSize());
- Assertions.assertEquals("ikyzirtxdy", model.data().get(0).kind());
- Assertions.assertEquals("zejntps", model.data().get(0).id());
- Assertions.assertEquals("ioilqukrydxtq", model.data().get(0).metadata().self());
- Assertions.assertEquals("eoxorggufhyao", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("bghhavgrvkf", model.data().get(0).metadata().createdAt());
- Assertions.assertEquals("vjzhpjbib", model.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("mfxumvfcluyovw", model.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("bkfezzxscyhwzdgi", model.data().get(0).principal());
- Assertions.assertEquals("jbzbomvzzbtdcq", model.data().get(0).roleName());
- Assertions.assertEquals("niyujv", model.data().get(0).crnPattern());
+ Assertions.assertEquals("tpipiwyczuhx", model.kind());
+ Assertions.assertEquals("qjlihhyuspska", model.metadata().first());
+ Assertions.assertEquals("vlmfwdgzxulucv", model.metadata().last());
+ Assertions.assertEquals("mrsreuzvxurisjnh", model.metadata().prev());
+ Assertions.assertEquals("txifqj", model.metadata().next());
+ Assertions.assertEquals(1170712777, model.metadata().totalSize());
+ Assertions.assertEquals("ublwpcesutrg", model.data().get(0).kind());
+ Assertions.assertEquals("pauutpw", model.data().get(0).id());
+ Assertions.assertEquals("ih", model.data().get(0).metadata().self());
+ Assertions.assertEquals("qg", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("pnfqntcyp", model.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("jv", model.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("imwkslircizj", model.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("ydfce", model.data().get(0).principal());
+ Assertions.assertEquals("vlhv", model.data().get(0).roleName());
+ Assertions.assertEquals("dyftumrtwna", model.data().get(0).crnPattern());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsWithResponseMockTests.java
index 6aa288b33414..ac7fea41b37f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListRoleBindingsWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListRoleBindingsWithResponseMockTests {
@Test
public void testListRoleBindingsWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"s\",\"metadata\":{\"first\":\"cudfbsfarfsiowl\",\"last\":\"xnq\",\"prev\":\"wgfstmhqykizm\",\"next\":\"saoafcluqvox\",\"total_size\":1953914585},\"data\":[{\"kind\":\"ryvwgcwwpbmzg\",\"id\":\"sydsxwefohe\",\"metadata\":{\"self\":\"opwndyqleallk\",\"resource_name\":\"tkhlowkxxpvbr\",\"created_at\":\"jmzsyzfh\",\"updated_at\":\"lhikcyychunsj\",\"deleted_at\":\"jrtwsz\"},\"principal\":\"vuicp\",\"role_name\":\"trrmhwrb\",\"crn_pattern\":\"pyf\"}]}";
+ = "{\"kind\":\"droznn\",\"metadata\":{\"first\":\"lktgjc\",\"last\":\"guxhem\",\"prev\":\"ywaeeczgf\",\"next\":\"kklelssxblycs\",\"total_size\":2024574994},\"data\":[{\"kind\":\"rlsmdesqplpvmjc\",\"id\":\"ewbidyvteowxv\",\"metadata\":{\"self\":\"udeugfsxz\",\"resource_name\":\"paxwkufyk\",\"created_at\":\"uhxep\",\"updated_at\":\"utznabaobns\",\"deleted_at\":\"jdjltymkmvgui\"},\"principal\":\"wartspphkixkykxd\",\"role_name\":\"j\",\"crn_pattern\":\"mmuc\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,28 +34,27 @@ public void testListRoleBindingsWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccessListRoleBindingsSuccessResponse response = manager.access()
- .listRoleBindingsWithResponse("caac", "dmmcpugmehqep",
- new ListAccessRequestModel().withSearchFilters(mapOf("hnl", "hbzehewho", "clgsc", "qnbldxe",
- "rsrrmoucsofldp", "orim", "mxuq", "viyfcaabeolhbhlv")),
+ .listRoleBindingsWithResponse("rnfxtgddp", "th",
+ new ListAccessRequestModel().withSearchFilters(mapOf("nkcoeqswankltyt", "mnaoy")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("s", response.kind());
- Assertions.assertEquals("cudfbsfarfsiowl", response.metadata().first());
- Assertions.assertEquals("xnq", response.metadata().last());
- Assertions.assertEquals("wgfstmhqykizm", response.metadata().prev());
- Assertions.assertEquals("saoafcluqvox", response.metadata().next());
- Assertions.assertEquals(1953914585, response.metadata().totalSize());
- Assertions.assertEquals("ryvwgcwwpbmzg", response.data().get(0).kind());
- Assertions.assertEquals("sydsxwefohe", response.data().get(0).id());
- Assertions.assertEquals("opwndyqleallk", response.data().get(0).metadata().self());
- Assertions.assertEquals("tkhlowkxxpvbr", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("jmzsyzfh", response.data().get(0).metadata().createdAt());
- Assertions.assertEquals("lhikcyychunsj", response.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("jrtwsz", response.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("vuicp", response.data().get(0).principal());
- Assertions.assertEquals("trrmhwrb", response.data().get(0).roleName());
- Assertions.assertEquals("pyf", response.data().get(0).crnPattern());
+ Assertions.assertEquals("droznn", response.kind());
+ Assertions.assertEquals("lktgjc", response.metadata().first());
+ Assertions.assertEquals("guxhem", response.metadata().last());
+ Assertions.assertEquals("ywaeeczgf", response.metadata().prev());
+ Assertions.assertEquals("kklelssxblycs", response.metadata().next());
+ Assertions.assertEquals(2024574994, response.metadata().totalSize());
+ Assertions.assertEquals("rlsmdesqplpvmjc", response.data().get(0).kind());
+ Assertions.assertEquals("ewbidyvteowxv", response.data().get(0).id());
+ Assertions.assertEquals("udeugfsxz", response.data().get(0).metadata().self());
+ Assertions.assertEquals("paxwkufyk", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("uhxep", response.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("utznabaobns", response.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("jdjltymkmvgui", response.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("wartspphkixkykxd", response.data().get(0).principal());
+ Assertions.assertEquals("j", response.data().get(0).roleName());
+ Assertions.assertEquals("mmuc", response.data().get(0).crnPattern());
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSuccessResponseInnerTests.java
index 2ab6f364a2a8..6bbef9be7409 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsSuccessResponseInnerTests.java
@@ -12,22 +12,22 @@ public final class AccessListServiceAccountsSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessListServiceAccountsSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"vypomgkopkwho\",\"metadata\":{\"first\":\"ajqgxy\",\"last\":\"ocmbqfqvmkcxoza\",\"prev\":\"helxprglya\",\"next\":\"dckcbc\",\"total_size\":1827810592},\"data\":[{\"kind\":\"gciqibrh\",\"id\":\"xsdqrhzoymibmrqy\",\"metadata\":{\"self\":\"hwflu\",\"resource_name\":\"dtmhrkwofyyvoqa\",\"created_at\":\"iexpbtgiwbwo\",\"updated_at\":\"washr\",\"deleted_at\":\"tkcnqxwb\"},\"display_name\":\"kulpiujwaasi\",\"description\":\"i\"},{\"kind\":\"byuqerpqlp\",\"id\":\"cciuqgbdbutau\",\"metadata\":{\"self\":\"tkuwhhmhykojo\",\"resource_name\":\"fnndl\",\"created_at\":\"chkoymkcdyh\",\"updated_at\":\"kkpwdreqnovvq\",\"deleted_at\":\"vljxywsu\"},\"display_name\":\"yrs\",\"description\":\"sytgadgvraea\"},{\"kind\":\"e\",\"id\":\"zar\",\"metadata\":{\"self\":\"q\",\"resource_name\":\"ijfqkacewiipfp\",\"created_at\":\"ji\",\"updated_at\":\"wifto\",\"deleted_at\":\"kvpuvksgplsaknyn\"},\"display_name\":\"ynl\",\"description\":\"huopxodlqiynto\"}]}")
+ "{\"kind\":\"gdknnqv\",\"metadata\":{\"first\":\"nqntorudsgsahm\",\"last\":\"c\",\"prev\":\"auwjuetaebu\",\"next\":\"vdmovsmzlxwabm\",\"total_size\":1461761941},\"data\":[{\"kind\":\"frvtpuqu\",\"id\":\"qlgkfbtn\",\"metadata\":{\"self\":\"ongbjcnt\",\"resource_name\":\"i\",\"created_at\":\"jed\",\"updated_at\":\"wwa\",\"deleted_at\":\"kojvd\"},\"display_name\":\"zfoqouicybxar\",\"description\":\"szufoxciqopidoa\"}]}")
.toObject(AccessListServiceAccountsSuccessResponseInner.class);
- Assertions.assertEquals("vypomgkopkwho", model.kind());
- Assertions.assertEquals("ajqgxy", model.metadata().first());
- Assertions.assertEquals("ocmbqfqvmkcxoza", model.metadata().last());
- Assertions.assertEquals("helxprglya", model.metadata().prev());
- Assertions.assertEquals("dckcbc", model.metadata().next());
- Assertions.assertEquals(1827810592, model.metadata().totalSize());
- Assertions.assertEquals("gciqibrh", model.data().get(0).kind());
- Assertions.assertEquals("xsdqrhzoymibmrqy", model.data().get(0).id());
- Assertions.assertEquals("hwflu", model.data().get(0).metadata().self());
- Assertions.assertEquals("dtmhrkwofyyvoqa", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("iexpbtgiwbwo", model.data().get(0).metadata().createdAt());
- Assertions.assertEquals("washr", model.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("tkcnqxwb", model.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("kulpiujwaasi", model.data().get(0).displayName());
- Assertions.assertEquals("i", model.data().get(0).description());
+ Assertions.assertEquals("gdknnqv", model.kind());
+ Assertions.assertEquals("nqntorudsgsahm", model.metadata().first());
+ Assertions.assertEquals("c", model.metadata().last());
+ Assertions.assertEquals("auwjuetaebu", model.metadata().prev());
+ Assertions.assertEquals("vdmovsmzlxwabm", model.metadata().next());
+ Assertions.assertEquals(1461761941, model.metadata().totalSize());
+ Assertions.assertEquals("frvtpuqu", model.data().get(0).kind());
+ Assertions.assertEquals("qlgkfbtn", model.data().get(0).id());
+ Assertions.assertEquals("ongbjcnt", model.data().get(0).metadata().self());
+ Assertions.assertEquals("i", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("jed", model.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("wwa", model.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("kojvd", model.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("zfoqouicybxar", model.data().get(0).displayName());
+ Assertions.assertEquals("szufoxciqopidoa", model.data().get(0).description());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsWithResponseMockTests.java
index 34d36922d259..fe1d24b71a63 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListServiceAccountsWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListServiceAccountsWithResponseMockTests {
@Test
public void testListServiceAccountsWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"bsoqeqala\",\"metadata\":{\"first\":\"agunbtgfebw\",\"last\":\"bmhyreeudz\",\"prev\":\"vbpdqmjxlyyzglgo\",\"next\":\"tlmj\",\"total_size\":1206140205},\"data\":[{\"kind\":\"tob\",\"id\":\"kjeytunl\",\"metadata\":{\"self\":\"kwr\",\"resource_name\":\"nkqbhsyrq\",\"created_at\":\"jqhden\",\"updated_at\":\"ulkpakd\",\"deleted_at\":\"fmjnnawtqa\"},\"display_name\":\"xuckpggqoweyir\",\"description\":\"lisn\"}]}";
+ = "{\"kind\":\"wrtmjfjmy\",\"metadata\":{\"first\":\"lzhcoxovnekh\",\"last\":\"lusfnrdtjxtxrdcq\",\"prev\":\"vidttgepuslvyjt\",\"next\":\"uwkasiz\",\"total_size\":1521127384},\"data\":[{\"kind\":\"ghtuqfecjxey\",\"id\":\"uhxu\",\"metadata\":{\"self\":\"uewmrswnjlxuzrhw\",\"resource_name\":\"sxjb\",\"created_at\":\"ehgpdohzjqatu\",\"updated_at\":\"igebxncnwfepb\",\"deleted_at\":\"gfmx\"},\"display_name\":\"cgbjbgdlfgt\",\"description\":\"snaquf\"},{\"kind\":\"bctqhamzjrwd\",\"id\":\"zeqyjleziun\",\"metadata\":{\"self\":\"fza\",\"resource_name\":\"kwcegyamlbn\",\"created_at\":\"qa\",\"updated_at\":\"jvpilguooqja\",\"deleted_at\":\"d\"},\"display_name\":\"gueiookjbsahrtdt\",\"description\":\"elqacslmot\"},{\"kind\":\"bnfxofvc\",\"id\":\"gdirazf\",\"metadata\":{\"self\":\"jwabmd\",\"resource_name\":\"tmvcop\",\"created_at\":\"c\",\"updated_at\":\"urbuhhlkyqltq\",\"deleted_at\":\"ogtu\"},\"display_name\":\"ffdjktsysidfvclg\",\"description\":\"n\"},{\"kind\":\"ijtk\",\"id\":\"sqo\",\"metadata\":{\"self\":\"ikayiansharuj\",\"resource_name\":\"iqxf\",\"created_at\":\"j\",\"updated_at\":\"tvwkpqhjpenu\",\"deleted_at\":\"bqeqqekewvnqvcd\"},\"display_name\":\"uaucmf\",\"description\":\"wnlaxpu\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,27 +34,26 @@ public void testListServiceAccountsWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccessListServiceAccountsSuccessResponse response = manager.access()
- .listServiceAccountsWithResponse("ky", "cxcjxgry",
- new ListAccessRequestModel().withSearchFilters(mapOf("noxuztrksx", "pcycilrmcaykg", "jtwkjaos",
- "pndfcpfnznt", "smgbzahgxqdl", "xuzvoamktcqi", "rltzkatbhjmz", "rtltla")),
+ .listServiceAccountsWithResponse("p", "ons",
+ new ListAccessRequestModel().withSearchFilters(mapOf("jinnix", "wpng")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("bsoqeqala", response.kind());
- Assertions.assertEquals("agunbtgfebw", response.metadata().first());
- Assertions.assertEquals("bmhyreeudz", response.metadata().last());
- Assertions.assertEquals("vbpdqmjxlyyzglgo", response.metadata().prev());
- Assertions.assertEquals("tlmj", response.metadata().next());
- Assertions.assertEquals(1206140205, response.metadata().totalSize());
- Assertions.assertEquals("tob", response.data().get(0).kind());
- Assertions.assertEquals("kjeytunl", response.data().get(0).id());
- Assertions.assertEquals("kwr", response.data().get(0).metadata().self());
- Assertions.assertEquals("nkqbhsyrq", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("jqhden", response.data().get(0).metadata().createdAt());
- Assertions.assertEquals("ulkpakd", response.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("fmjnnawtqa", response.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("xuckpggqoweyir", response.data().get(0).displayName());
- Assertions.assertEquals("lisn", response.data().get(0).description());
+ Assertions.assertEquals("wrtmjfjmy", response.kind());
+ Assertions.assertEquals("lzhcoxovnekh", response.metadata().first());
+ Assertions.assertEquals("lusfnrdtjxtxrdcq", response.metadata().last());
+ Assertions.assertEquals("vidttgepuslvyjt", response.metadata().prev());
+ Assertions.assertEquals("uwkasiz", response.metadata().next());
+ Assertions.assertEquals(1521127384, response.metadata().totalSize());
+ Assertions.assertEquals("ghtuqfecjxey", response.data().get(0).kind());
+ Assertions.assertEquals("uhxu", response.data().get(0).id());
+ Assertions.assertEquals("uewmrswnjlxuzrhw", response.data().get(0).metadata().self());
+ Assertions.assertEquals("sxjb", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("ehgpdohzjqatu", response.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("igebxncnwfepb", response.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("gfmx", response.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("cgbjbgdlfgt", response.data().get(0).displayName());
+ Assertions.assertEquals("snaquf", response.data().get(0).description());
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSuccessResponseInnerTests.java
index dc3d77d839b5..e4bff832d44c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersSuccessResponseInnerTests.java
@@ -12,23 +12,23 @@ public final class AccessListUsersSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessListUsersSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"besldnkwwtppjflc\",\"metadata\":{\"first\":\"aokonzmnsik\",\"last\":\"kqze\",\"prev\":\"kdltfzxmhhvhg\",\"next\":\"eodkwobda\",\"total_size\":933543231},\"data\":[{\"kind\":\"dxbx\",\"id\":\"kbogqxndlkzgx\",\"metadata\":{\"self\":\"iplbpodxunkbebxm\",\"resource_name\":\"yyntwl\",\"created_at\":\"qtkoievs\",\"updated_at\":\"tgqr\",\"deleted_at\":\"tmuwlauwzi\"},\"email\":\"bm\",\"full_name\":\"cjefuzmu\",\"auth_type\":\"bttdumorppxe\"},{\"kind\":\"nzbtbhj\",\"id\":\"lkfg\",\"metadata\":{\"self\":\"neuelfphsdyhtoz\",\"resource_name\":\"kd\",\"created_at\":\"wq\",\"updated_at\":\"v\",\"deleted_at\":\"xclvit\"},\"email\":\"qzonosggbhcohf\",\"full_name\":\"sjnkal\",\"auth_type\":\"tiiswacffg\"}]}")
+ "{\"kind\":\"hp\",\"metadata\":{\"first\":\"gymare\",\"last\":\"ajxq\",\"prev\":\"jhkycub\",\"next\":\"dgssofwqmzqal\",\"total_size\":1473869810},\"data\":[{\"kind\":\"jpxac\",\"id\":\"udfnbyxba\",\"metadata\":{\"self\":\"jyvayffimrzrtuz\",\"resource_name\":\"gsexne\",\"created_at\":\"dnw\",\"updated_at\":\"mewzsyyc\",\"deleted_at\":\"zsoibjudpfrxtr\"},\"email\":\"zvaytdwkqbr\",\"full_name\":\"bpaxhexiilivpdt\",\"auth_type\":\"r\"},{\"kind\":\"d\",\"id\":\"axoruzfgsquy\",\"metadata\":{\"self\":\"xxle\",\"resource_name\":\"ramxjezwlwnw\",\"created_at\":\"qlcvydy\",\"updated_at\":\"tdooaoj\",\"deleted_at\":\"iodkooebwnujhem\"},\"email\":\"bvdkcrodtjin\",\"full_name\":\"jlfltkacjvefkdlf\",\"auth_type\":\"kggkfpa\"}]}")
.toObject(AccessListUsersSuccessResponseInner.class);
- Assertions.assertEquals("besldnkwwtppjflc", model.kind());
- Assertions.assertEquals("aokonzmnsik", model.metadata().first());
- Assertions.assertEquals("kqze", model.metadata().last());
- Assertions.assertEquals("kdltfzxmhhvhg", model.metadata().prev());
- Assertions.assertEquals("eodkwobda", model.metadata().next());
- Assertions.assertEquals(933543231, model.metadata().totalSize());
- Assertions.assertEquals("dxbx", model.data().get(0).kind());
- Assertions.assertEquals("kbogqxndlkzgx", model.data().get(0).id());
- Assertions.assertEquals("iplbpodxunkbebxm", model.data().get(0).metadata().self());
- Assertions.assertEquals("yyntwl", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("qtkoievs", model.data().get(0).metadata().createdAt());
- Assertions.assertEquals("tgqr", model.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("tmuwlauwzi", model.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("bm", model.data().get(0).email());
- Assertions.assertEquals("cjefuzmu", model.data().get(0).fullName());
- Assertions.assertEquals("bttdumorppxe", model.data().get(0).authType());
+ Assertions.assertEquals("hp", model.kind());
+ Assertions.assertEquals("gymare", model.metadata().first());
+ Assertions.assertEquals("ajxq", model.metadata().last());
+ Assertions.assertEquals("jhkycub", model.metadata().prev());
+ Assertions.assertEquals("dgssofwqmzqal", model.metadata().next());
+ Assertions.assertEquals(1473869810, model.metadata().totalSize());
+ Assertions.assertEquals("jpxac", model.data().get(0).kind());
+ Assertions.assertEquals("udfnbyxba", model.data().get(0).id());
+ Assertions.assertEquals("jyvayffimrzrtuz", model.data().get(0).metadata().self());
+ Assertions.assertEquals("gsexne", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("dnw", model.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("mewzsyyc", model.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("zsoibjudpfrxtr", model.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("zvaytdwkqbr", model.data().get(0).email());
+ Assertions.assertEquals("bpaxhexiilivpdt", model.data().get(0).fullName());
+ Assertions.assertEquals("r", model.data().get(0).authType());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersWithResponseMockTests.java
index 3026e6195ee4..1f2e187da862 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessListUsersWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccessListUsersWithResponseMockTests {
@Test
public void testListUsersWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"qzvnersbycucr\",\"metadata\":{\"first\":\"mikzeb\",\"last\":\"bsmswziqgf\",\"prev\":\"okzrus\",\"next\":\"vhczznvfby\",\"total_size\":1906628483},\"data\":[{\"kind\":\"wix\",\"id\":\"umwmxqhnd\",\"metadata\":{\"self\":\"amldseh\",\"resource_name\":\"hdjhhflz\",\"created_at\":\"xcoxpelnjet\",\"updated_at\":\"ltsxoatf\",\"deleted_at\":\"zpnpbswv\"},\"email\":\"loccsrmozihm\",\"full_name\":\"g\",\"auth_type\":\"txx\"}]}";
+ = "{\"kind\":\"fr\",\"metadata\":{\"first\":\"usx\",\"last\":\"zlwvsgmwohqfz\",\"prev\":\"vux\",\"next\":\"kjsvthnwpzteko\",\"total_size\":849660577},\"data\":[{\"kind\":\"attgplu\",\"id\":\"otangcfhnykzc\",\"metadata\":{\"self\":\"wvxwlmzqwmvt\",\"resource_name\":\"jmxmcuqud\",\"created_at\":\"vclx\",\"updated_at\":\"pdkvg\",\"deleted_at\":\"buiyji\"},\"email\":\"zphdugneiknp\",\"full_name\":\"xgjiuqh\",\"auth_type\":\"tozipqwj\"},{\"kind\":\"mur\",\"id\":\"x\",\"metadata\":{\"self\":\"pkt\",\"resource_name\":\"ylkmqp\",\"created_at\":\"yhlfb\",\"updated_at\":\"wgcloxoebqinji\",\"deleted_at\":\"wjfuj\"},\"email\":\"afcba\",\"full_name\":\"pzpofoiyjw\",\"auth_type\":\"ilkmk\"},{\"kind\":\"olvdnd\",\"id\":\"auo\",\"metadata\":{\"self\":\"uartvti\",\"resource_name\":\"yefchnm\",\"created_at\":\"hmnxhkxjqi\",\"updated_at\":\"rweooxffifhx\",\"deleted_at\":\"snewmozqvbub\"},\"email\":\"amhsycxhxzgazt\",\"full_name\":\"boi\",\"auth_type\":\"mfqhppubowse\"},{\"kind\":\"fgkmtdhern\",\"id\":\"tcjuahokqto\",\"metadata\":{\"self\":\"uxofshfphwpnulai\",\"resource_name\":\"zejywhslw\",\"created_at\":\"jpllndnpdwrpq\",\"updated_at\":\"gfugsnnfhyet\",\"deleted_at\":\"ypococtfjgtixr\"},\"email\":\"zuyt\",\"full_name\":\"mlmuowol\",\"auth_type\":\"uir\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,28 +34,28 @@ public void testListUsersWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccessListUsersSuccessResponse response = manager.access()
- .listUsersWithResponse("rtixokff", "yinljqe",
+ .listUsersWithResponse("xqpswok", "vkhlggdhbemz",
new ListAccessRequestModel().withSearchFilters(
- mapOf("monstshiyxgve", "hi", "wcobie", "fclduccbirdsv", "gshejjtbxqmulux", "stmninwjizcilng")),
+ mapOf("wiwtglxxhl", "sz", "gjsxv", "fpgpicrmnzhrgm", "qgvriibakcla", "qcbfrmbodths")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("qzvnersbycucr", response.kind());
- Assertions.assertEquals("mikzeb", response.metadata().first());
- Assertions.assertEquals("bsmswziqgf", response.metadata().last());
- Assertions.assertEquals("okzrus", response.metadata().prev());
- Assertions.assertEquals("vhczznvfby", response.metadata().next());
- Assertions.assertEquals(1906628483, response.metadata().totalSize());
- Assertions.assertEquals("wix", response.data().get(0).kind());
- Assertions.assertEquals("umwmxqhnd", response.data().get(0).id());
- Assertions.assertEquals("amldseh", response.data().get(0).metadata().self());
- Assertions.assertEquals("hdjhhflz", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("xcoxpelnjet", response.data().get(0).metadata().createdAt());
- Assertions.assertEquals("ltsxoatf", response.data().get(0).metadata().updatedAt());
- Assertions.assertEquals("zpnpbswv", response.data().get(0).metadata().deletedAt());
- Assertions.assertEquals("loccsrmozihm", response.data().get(0).email());
- Assertions.assertEquals("g", response.data().get(0).fullName());
- Assertions.assertEquals("txx", response.data().get(0).authType());
+ Assertions.assertEquals("fr", response.kind());
+ Assertions.assertEquals("usx", response.metadata().first());
+ Assertions.assertEquals("zlwvsgmwohqfz", response.metadata().last());
+ Assertions.assertEquals("vux", response.metadata().prev());
+ Assertions.assertEquals("kjsvthnwpzteko", response.metadata().next());
+ Assertions.assertEquals(849660577, response.metadata().totalSize());
+ Assertions.assertEquals("attgplu", response.data().get(0).kind());
+ Assertions.assertEquals("otangcfhnykzc", response.data().get(0).id());
+ Assertions.assertEquals("wvxwlmzqwmvt", response.data().get(0).metadata().self());
+ Assertions.assertEquals("jmxmcuqud", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("vclx", response.data().get(0).metadata().createdAt());
+ Assertions.assertEquals("pdkvg", response.data().get(0).metadata().updatedAt());
+ Assertions.assertEquals("buiyji", response.data().get(0).metadata().deletedAt());
+ Assertions.assertEquals("zphdugneiknp", response.data().get(0).email());
+ Assertions.assertEquals("xgjiuqh", response.data().get(0).fullName());
+ Assertions.assertEquals("tozipqwj", response.data().get(0).authType());
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessRoleBindingNameListSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessRoleBindingNameListSuccessResponseInnerTests.java
index bfbf84aa5d28..15ce20097d08 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessRoleBindingNameListSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/AccessRoleBindingNameListSuccessResponseInnerTests.java
@@ -12,14 +12,14 @@ public final class AccessRoleBindingNameListSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccessRoleBindingNameListSuccessResponseInner model = BinaryData.fromString(
- "{\"kind\":\"utpwoqhihejqgw\",\"metadata\":{\"first\":\"fqntcyp\",\"last\":\"jv\",\"prev\":\"imwkslircizj\",\"next\":\"ydfce\",\"total_size\":818626124},\"data\":[\"vygdyft\",\"mrtwna\",\"jslb\"]}")
+ "{\"kind\":\"oe\",\"metadata\":{\"first\":\"ewzcjznmwcp\",\"last\":\"uaadraufactkahzo\",\"prev\":\"jjziuxxpsh\",\"next\":\"e\",\"total_size\":693666625},\"data\":[\"slqubkwdl\"]}")
.toObject(AccessRoleBindingNameListSuccessResponseInner.class);
- Assertions.assertEquals("utpwoqhihejqgw", model.kind());
- Assertions.assertEquals("fqntcyp", model.metadata().first());
- Assertions.assertEquals("jv", model.metadata().last());
- Assertions.assertEquals("imwkslircizj", model.metadata().prev());
- Assertions.assertEquals("ydfce", model.metadata().next());
- Assertions.assertEquals(818626124, model.metadata().totalSize());
- Assertions.assertEquals("vygdyft", model.data().get(0));
+ Assertions.assertEquals("oe", model.kind());
+ Assertions.assertEquals("ewzcjznmwcp", model.metadata().first());
+ Assertions.assertEquals("uaadraufactkahzo", model.metadata().last());
+ Assertions.assertEquals("jjziuxxpsh", model.metadata().prev());
+ Assertions.assertEquals("e", model.metadata().next());
+ Assertions.assertEquals(693666625, model.metadata().totalSize());
+ Assertions.assertEquals("slqubkwdl", model.data().get(0));
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ActivateSaaSParameterRequestTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ActivateSaaSParameterRequestTests.java
new file mode 100644
index 000000000000..f2d85989586d
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ActivateSaaSParameterRequestTests.java
@@ -0,0 +1,29 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
+import org.junit.jupiter.api.Assertions;
+
+public final class ActivateSaaSParameterRequestTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ActivateSaaSParameterRequest model
+ = BinaryData.fromString("{\"saasGuid\":\"zdobpxjmflbvvnch\",\"publisherId\":\"cciw\"}")
+ .toObject(ActivateSaaSParameterRequest.class);
+ Assertions.assertEquals("zdobpxjmflbvvnch", model.saasGuid());
+ Assertions.assertEquals("cciw", model.publisherId());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ActivateSaaSParameterRequest model
+ = new ActivateSaaSParameterRequest().withSaasGuid("zdobpxjmflbvvnch").withPublisherId("cciw");
+ model = BinaryData.fromObject(model).toObject(ActivateSaaSParameterRequest.class);
+ Assertions.assertEquals("zdobpxjmflbvvnch", model.saasGuid());
+ Assertions.assertEquals("cciw", model.publisherId());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyOwnerEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyOwnerEntityTests.java
index bc37b62c7022..e6fc478af65d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyOwnerEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyOwnerEntityTests.java
@@ -12,12 +12,11 @@ public final class ApiKeyOwnerEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ApiKeyOwnerEntity model = BinaryData
- .fromString(
- "{\"id\":\"cr\",\"related\":\"fdfdosygexpa\",\"resourceName\":\"akhmsbzjhcrz\",\"kind\":\"dphlxaolt\"}")
+ .fromString("{\"id\":\"wbxgjvt\",\"related\":\"p\",\"resourceName\":\"szdnr\",\"kind\":\"qguhmuo\"}")
.toObject(ApiKeyOwnerEntity.class);
- Assertions.assertEquals("cr", model.id());
- Assertions.assertEquals("fdfdosygexpa", model.related());
- Assertions.assertEquals("akhmsbzjhcrz", model.resourceName());
- Assertions.assertEquals("dphlxaolt", model.kind());
+ Assertions.assertEquals("wbxgjvt", model.id());
+ Assertions.assertEquals("p", model.related());
+ Assertions.assertEquals("szdnr", model.resourceName());
+ Assertions.assertEquals("qguhmuo", model.kind());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyResourceEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyResourceEntityTests.java
index 15518801146a..bc4f41325444 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyResourceEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ApiKeyResourceEntityTests.java
@@ -12,12 +12,12 @@ public final class ApiKeyResourceEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ApiKeyResourceEntity model = BinaryData.fromString(
- "{\"id\":\"wmfdatscmdvpjhul\",\"environment\":\"uvm\",\"related\":\"ozkrwfndiodjpslw\",\"resourceName\":\"dpvwryoqpsoaccta\",\"kind\":\"kljla\"}")
+ "{\"id\":\"s\",\"environment\":\"gbquxigj\",\"related\":\"gzjaoyfhrtxilne\",\"resourceName\":\"ujysvle\",\"kind\":\"vfqawrlyxwjkcpr\"}")
.toObject(ApiKeyResourceEntity.class);
- Assertions.assertEquals("wmfdatscmdvpjhul", model.id());
- Assertions.assertEquals("uvm", model.environment());
- Assertions.assertEquals("ozkrwfndiodjpslw", model.related());
- Assertions.assertEquals("dpvwryoqpsoaccta", model.resourceName());
- Assertions.assertEquals("kljla", model.kind());
+ Assertions.assertEquals("s", model.id());
+ Assertions.assertEquals("gbquxigj", model.environment());
+ Assertions.assertEquals("gzjaoyfhrtxilne", model.related());
+ Assertions.assertEquals("ujysvle", model.resourceName());
+ Assertions.assertEquals("vfqawrlyxwjkcpr", model.kind());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterByokEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterByokEntityTests.java
index 781159f60ca6..fb02c177f89f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterByokEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterByokEntityTests.java
@@ -11,11 +11,11 @@
public final class ClusterByokEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ClusterByokEntity model = BinaryData
- .fromString("{\"id\":\"hftwesgog\",\"related\":\"honnxkrlgnyhmos\",\"resource_name\":\"kkgthr\"}")
- .toObject(ClusterByokEntity.class);
- Assertions.assertEquals("hftwesgog", model.id());
- Assertions.assertEquals("honnxkrlgnyhmos", model.related());
- Assertions.assertEquals("kkgthr", model.resourceName());
+ ClusterByokEntity model
+ = BinaryData.fromString("{\"id\":\"gaojf\",\"related\":\"nc\",\"resource_name\":\"mrfhirctymox\"}")
+ .toObject(ClusterByokEntity.class);
+ Assertions.assertEquals("gaojf", model.id());
+ Assertions.assertEquals("nc", model.related());
+ Assertions.assertEquals("mrfhirctymox", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterConfigEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterConfigEntityTests.java
index cc00c930a512..7cf5681d13b5 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterConfigEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterConfigEntityTests.java
@@ -11,14 +11,15 @@
public final class ClusterConfigEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ClusterConfigEntity model = BinaryData.fromString("{\"kind\":\"hzxct\"}").toObject(ClusterConfigEntity.class);
- Assertions.assertEquals("hzxct", model.kind());
+ ClusterConfigEntity model
+ = BinaryData.fromString("{\"kind\":\"cffgdkzzewk\"}").toObject(ClusterConfigEntity.class);
+ Assertions.assertEquals("cffgdkzzewk", model.kind());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- ClusterConfigEntity model = new ClusterConfigEntity().withKind("hzxct");
+ ClusterConfigEntity model = new ClusterConfigEntity().withKind("cffgdkzzewk");
model = BinaryData.fromObject(model).toObject(ClusterConfigEntity.class);
- Assertions.assertEquals("hzxct", model.kind());
+ Assertions.assertEquals("cffgdkzzewk", model.kind());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterEnvironmentEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterEnvironmentEntityTests.java
index 4f2b0ebce4a7..1777bc4516dc 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterEnvironmentEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterEnvironmentEntityTests.java
@@ -11,13 +11,12 @@
public final class ClusterEnvironmentEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ClusterEnvironmentEntity model = BinaryData
- .fromString(
- "{\"id\":\"qknp\",\"environment\":\"gnepttwqmsni\",\"related\":\"cdm\",\"resource_name\":\"r\"}")
+ ClusterEnvironmentEntity model = BinaryData.fromString(
+ "{\"id\":\"vgrvkffo\",\"environment\":\"zh\",\"related\":\"bibgjmfxumv\",\"resource_name\":\"luyovwxnbkfezzx\"}")
.toObject(ClusterEnvironmentEntity.class);
- Assertions.assertEquals("qknp", model.id());
- Assertions.assertEquals("gnepttwqmsni", model.environment());
- Assertions.assertEquals("cdm", model.related());
- Assertions.assertEquals("r", model.resourceName());
+ Assertions.assertEquals("vgrvkffo", model.id());
+ Assertions.assertEquals("zh", model.environment());
+ Assertions.assertEquals("bibgjmfxumv", model.related());
+ Assertions.assertEquals("luyovwxnbkfezzx", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterNetworkEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterNetworkEntityTests.java
index d81aa11e20ad..5d0ecc824760 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterNetworkEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterNetworkEntityTests.java
@@ -11,13 +11,12 @@
public final class ClusterNetworkEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ClusterNetworkEntity model = BinaryData
- .fromString(
- "{\"id\":\"lpijnkrxfrd\",\"environment\":\"c\",\"related\":\"tizzronasxif\",\"resource_name\":\"zq\"}")
+ ClusterNetworkEntity model = BinaryData.fromString(
+ "{\"id\":\"yhwzdgiruj\",\"environment\":\"bomvzzbtdcqv\",\"related\":\"iyujviylwdshfs\",\"resource_name\":\"rbgyefry\"}")
.toObject(ClusterNetworkEntity.class);
- Assertions.assertEquals("lpijnkrxfrd", model.id());
- Assertions.assertEquals("c", model.environment());
- Assertions.assertEquals("tizzronasxif", model.related());
- Assertions.assertEquals("zq", model.resourceName());
+ Assertions.assertEquals("yhwzdgiruj", model.id());
+ Assertions.assertEquals("bomvzzbtdcqv", model.environment());
+ Assertions.assertEquals("iyujviylwdshfs", model.related());
+ Assertions.assertEquals("rbgyefry", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterPropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterPropertiesTests.java
index 743d76d1f1ee..f0337a038c49 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterPropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterPropertiesTests.java
@@ -19,95 +19,94 @@ public final class ClusterPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ClusterProperties model = BinaryData.fromString(
- "{\"metadata\":{\"self\":\"l\",\"resourceName\":\"btdhxujznbm\",\"createdTimestamp\":\"wuwprzqlv\",\"updatedTimestamp\":\"alupjm\",\"deletedTimestamp\":\"fxobbcsws\"},\"spec\":{\"name\":\"riplrbpbewtg\",\"availability\":\"gblcgwxzvlvq\",\"cloud\":\"kbegibt\",\"zone\":\"xiebwwaloayqcg\",\"package\":\"ADVANCED\",\"region\":\"j\",\"kafkaBootstrapEndpoint\":\"gwyzm\",\"httpEndpoint\":\"xongmtsavjcbpwxq\",\"apiEndpoint\":\"rknftguvriuhprwm\",\"config\":{\"kind\":\"xqtayriwwro\"},\"environment\":{\"id\":\"exrmcqibycnojvk\",\"environment\":\"e\",\"related\":\"sgzvahapjyzhpv\",\"resourceName\":\"zcjrvxdjzlmwlx\"},\"network\":{\"id\":\"gfhzovawjvzunlut\",\"environment\":\"n\",\"related\":\"nxipeil\",\"resourceName\":\"zuaejxd\"},\"byok\":{\"id\":\"skzbb\",\"related\":\"zumveekgpwo\",\"resourceName\":\"hkfpbs\"}},\"status\":{\"phase\":\"f\",\"cku\":568244971}}")
+ "{\"metadata\":{\"self\":\"r\",\"resourceName\":\"n\",\"createdTimestamp\":\"ewgdrjervn\",\"updatedTimestamp\":\"nqpeh\",\"deletedTimestamp\":\"doy\"},\"spec\":{\"name\":\"fthnzdn\",\"availability\":\"l\",\"cloud\":\"ayqigynduhav\",\"zone\":\"lkthu\",\"package\":\"ESSENTIALS\",\"region\":\"lbg\",\"kafkaBootstrapEndpoint\":\"duiertgcc\",\"httpEndpoint\":\"vaolpsslqlf\",\"apiEndpoint\":\"dnbbglzps\",\"config\":{\"kind\":\"d\"},\"environment\":{\"id\":\"yhz\",\"environment\":\"ss\",\"related\":\"bzmnvdfznud\",\"resourceName\":\"dvxzbncblylpst\"},\"network\":{\"id\":\"hxsrzdzucersc\",\"environment\":\"t\",\"related\":\"vfiwjmygtdss\",\"resourceName\":\"wtmwerio\"},\"byok\":{\"id\":\"yqsemwa\",\"related\":\"ets\",\"resourceName\":\"szhedplvw\"}},\"status\":{\"phase\":\"bmwmbesldnkw\",\"cku\":353281330}}")
.toObject(ClusterProperties.class);
- Assertions.assertEquals("l", model.metadata().self());
- Assertions.assertEquals("btdhxujznbm", model.metadata().resourceName());
- Assertions.assertEquals("wuwprzqlv", model.metadata().createdTimestamp());
- Assertions.assertEquals("alupjm", model.metadata().updatedTimestamp());
- Assertions.assertEquals("fxobbcsws", model.metadata().deletedTimestamp());
- Assertions.assertEquals("riplrbpbewtg", model.spec().name());
- Assertions.assertEquals("gblcgwxzvlvq", model.spec().availability());
- Assertions.assertEquals("kbegibt", model.spec().cloud());
- Assertions.assertEquals("xiebwwaloayqcg", model.spec().zone());
- Assertions.assertEquals(Package.ADVANCED, model.spec().packageProperty());
- Assertions.assertEquals("j", model.spec().region());
- Assertions.assertEquals("gwyzm", model.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("xongmtsavjcbpwxq", model.spec().httpEndpoint());
- Assertions.assertEquals("rknftguvriuhprwm", model.spec().apiEndpoint());
- Assertions.assertEquals("xqtayriwwro", model.spec().config().kind());
- Assertions.assertEquals("exrmcqibycnojvk", model.spec().environment().id());
- Assertions.assertEquals("e", model.spec().environment().environment());
- Assertions.assertEquals("sgzvahapjyzhpv", model.spec().environment().related());
- Assertions.assertEquals("zcjrvxdjzlmwlx", model.spec().environment().resourceName());
- Assertions.assertEquals("gfhzovawjvzunlut", model.spec().network().id());
- Assertions.assertEquals("n", model.spec().network().environment());
- Assertions.assertEquals("nxipeil", model.spec().network().related());
- Assertions.assertEquals("zuaejxd", model.spec().network().resourceName());
- Assertions.assertEquals("skzbb", model.spec().byok().id());
- Assertions.assertEquals("zumveekgpwo", model.spec().byok().related());
- Assertions.assertEquals("hkfpbs", model.spec().byok().resourceName());
- Assertions.assertEquals("f", model.status().phase());
- Assertions.assertEquals(568244971, model.status().cku());
+ Assertions.assertEquals("r", model.metadata().self());
+ Assertions.assertEquals("n", model.metadata().resourceName());
+ Assertions.assertEquals("ewgdrjervn", model.metadata().createdTimestamp());
+ Assertions.assertEquals("nqpeh", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("doy", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("fthnzdn", model.spec().name());
+ Assertions.assertEquals("l", model.spec().availability());
+ Assertions.assertEquals("ayqigynduhav", model.spec().cloud());
+ Assertions.assertEquals("lkthu", model.spec().zone());
+ Assertions.assertEquals(Package.ESSENTIALS, model.spec().packageProperty());
+ Assertions.assertEquals("lbg", model.spec().region());
+ Assertions.assertEquals("duiertgcc", model.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("vaolpsslqlf", model.spec().httpEndpoint());
+ Assertions.assertEquals("dnbbglzps", model.spec().apiEndpoint());
+ Assertions.assertEquals("d", model.spec().config().kind());
+ Assertions.assertEquals("yhz", model.spec().environment().id());
+ Assertions.assertEquals("ss", model.spec().environment().environment());
+ Assertions.assertEquals("bzmnvdfznud", model.spec().environment().related());
+ Assertions.assertEquals("dvxzbncblylpst", model.spec().environment().resourceName());
+ Assertions.assertEquals("hxsrzdzucersc", model.spec().network().id());
+ Assertions.assertEquals("t", model.spec().network().environment());
+ Assertions.assertEquals("vfiwjmygtdss", model.spec().network().related());
+ Assertions.assertEquals("wtmwerio", model.spec().network().resourceName());
+ Assertions.assertEquals("yqsemwa", model.spec().byok().id());
+ Assertions.assertEquals("ets", model.spec().byok().related());
+ Assertions.assertEquals("szhedplvw", model.spec().byok().resourceName());
+ Assertions.assertEquals("bmwmbesldnkw", model.status().phase());
+ Assertions.assertEquals(353281330, model.status().cku());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
ClusterProperties model = new ClusterProperties()
- .withMetadata(new SCMetadataEntity().withSelf("l")
- .withResourceName("btdhxujznbm")
- .withCreatedTimestamp("wuwprzqlv")
- .withUpdatedTimestamp("alupjm")
- .withDeletedTimestamp("fxobbcsws"))
- .withSpec(new SCClusterSpecEntity().withName("riplrbpbewtg")
- .withAvailability("gblcgwxzvlvq")
- .withCloud("kbegibt")
- .withZone("xiebwwaloayqcg")
- .withPackageProperty(Package.ADVANCED)
- .withRegion("j")
- .withKafkaBootstrapEndpoint("gwyzm")
- .withHttpEndpoint("xongmtsavjcbpwxq")
- .withApiEndpoint("rknftguvriuhprwm")
- .withConfig(new ClusterConfigEntity().withKind("xqtayriwwro"))
- .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("exrmcqibycnojvk")
- .withEnvironment("e")
- .withRelated("sgzvahapjyzhpv")
- .withResourceName("zcjrvxdjzlmwlx"))
- .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("gfhzovawjvzunlut")
- .withEnvironment("n")
- .withRelated("nxipeil")
- .withResourceName("zuaejxd"))
- .withByok(
- new SCClusterByokEntity().withId("skzbb").withRelated("zumveekgpwo").withResourceName("hkfpbs")))
- .withStatus(new ClusterStatusEntity().withPhase("f").withCku(568244971));
+ .withMetadata(new SCMetadataEntity().withSelf("r")
+ .withResourceName("n")
+ .withCreatedTimestamp("ewgdrjervn")
+ .withUpdatedTimestamp("nqpeh")
+ .withDeletedTimestamp("doy"))
+ .withSpec(new SCClusterSpecEntity().withName("fthnzdn")
+ .withAvailability("l")
+ .withCloud("ayqigynduhav")
+ .withZone("lkthu")
+ .withPackageProperty(Package.ESSENTIALS)
+ .withRegion("lbg")
+ .withKafkaBootstrapEndpoint("duiertgcc")
+ .withHttpEndpoint("vaolpsslqlf")
+ .withApiEndpoint("dnbbglzps")
+ .withConfig(new ClusterConfigEntity().withKind("d"))
+ .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("yhz")
+ .withEnvironment("ss")
+ .withRelated("bzmnvdfznud")
+ .withResourceName("dvxzbncblylpst"))
+ .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("hxsrzdzucersc")
+ .withEnvironment("t")
+ .withRelated("vfiwjmygtdss")
+ .withResourceName("wtmwerio"))
+ .withByok(new SCClusterByokEntity().withId("yqsemwa").withRelated("ets").withResourceName("szhedplvw")))
+ .withStatus(new ClusterStatusEntity().withPhase("bmwmbesldnkw").withCku(353281330));
model = BinaryData.fromObject(model).toObject(ClusterProperties.class);
- Assertions.assertEquals("l", model.metadata().self());
- Assertions.assertEquals("btdhxujznbm", model.metadata().resourceName());
- Assertions.assertEquals("wuwprzqlv", model.metadata().createdTimestamp());
- Assertions.assertEquals("alupjm", model.metadata().updatedTimestamp());
- Assertions.assertEquals("fxobbcsws", model.metadata().deletedTimestamp());
- Assertions.assertEquals("riplrbpbewtg", model.spec().name());
- Assertions.assertEquals("gblcgwxzvlvq", model.spec().availability());
- Assertions.assertEquals("kbegibt", model.spec().cloud());
- Assertions.assertEquals("xiebwwaloayqcg", model.spec().zone());
- Assertions.assertEquals(Package.ADVANCED, model.spec().packageProperty());
- Assertions.assertEquals("j", model.spec().region());
- Assertions.assertEquals("gwyzm", model.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("xongmtsavjcbpwxq", model.spec().httpEndpoint());
- Assertions.assertEquals("rknftguvriuhprwm", model.spec().apiEndpoint());
- Assertions.assertEquals("xqtayriwwro", model.spec().config().kind());
- Assertions.assertEquals("exrmcqibycnojvk", model.spec().environment().id());
- Assertions.assertEquals("e", model.spec().environment().environment());
- Assertions.assertEquals("sgzvahapjyzhpv", model.spec().environment().related());
- Assertions.assertEquals("zcjrvxdjzlmwlx", model.spec().environment().resourceName());
- Assertions.assertEquals("gfhzovawjvzunlut", model.spec().network().id());
- Assertions.assertEquals("n", model.spec().network().environment());
- Assertions.assertEquals("nxipeil", model.spec().network().related());
- Assertions.assertEquals("zuaejxd", model.spec().network().resourceName());
- Assertions.assertEquals("skzbb", model.spec().byok().id());
- Assertions.assertEquals("zumveekgpwo", model.spec().byok().related());
- Assertions.assertEquals("hkfpbs", model.spec().byok().resourceName());
- Assertions.assertEquals("f", model.status().phase());
- Assertions.assertEquals(568244971, model.status().cku());
+ Assertions.assertEquals("r", model.metadata().self());
+ Assertions.assertEquals("n", model.metadata().resourceName());
+ Assertions.assertEquals("ewgdrjervn", model.metadata().createdTimestamp());
+ Assertions.assertEquals("nqpeh", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("doy", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("fthnzdn", model.spec().name());
+ Assertions.assertEquals("l", model.spec().availability());
+ Assertions.assertEquals("ayqigynduhav", model.spec().cloud());
+ Assertions.assertEquals("lkthu", model.spec().zone());
+ Assertions.assertEquals(Package.ESSENTIALS, model.spec().packageProperty());
+ Assertions.assertEquals("lbg", model.spec().region());
+ Assertions.assertEquals("duiertgcc", model.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("vaolpsslqlf", model.spec().httpEndpoint());
+ Assertions.assertEquals("dnbbglzps", model.spec().apiEndpoint());
+ Assertions.assertEquals("d", model.spec().config().kind());
+ Assertions.assertEquals("yhz", model.spec().environment().id());
+ Assertions.assertEquals("ss", model.spec().environment().environment());
+ Assertions.assertEquals("bzmnvdfznud", model.spec().environment().related());
+ Assertions.assertEquals("dvxzbncblylpst", model.spec().environment().resourceName());
+ Assertions.assertEquals("hxsrzdzucersc", model.spec().network().id());
+ Assertions.assertEquals("t", model.spec().network().environment());
+ Assertions.assertEquals("vfiwjmygtdss", model.spec().network().related());
+ Assertions.assertEquals("wtmwerio", model.spec().network().resourceName());
+ Assertions.assertEquals("yqsemwa", model.spec().byok().id());
+ Assertions.assertEquals("ets", model.spec().byok().related());
+ Assertions.assertEquals("szhedplvw", model.spec().byok().resourceName());
+ Assertions.assertEquals("bmwmbesldnkw", model.status().phase());
+ Assertions.assertEquals(353281330, model.status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterRecordTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterRecordTests.java
index 45f2cb8d816b..83cca9144241 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterRecordTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterRecordTests.java
@@ -12,37 +12,37 @@ public final class ClusterRecordTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ClusterRecord model = BinaryData.fromString(
- "{\"kind\":\"bfggjioolvr\",\"id\":\"kvtkkg\",\"metadata\":{\"self\":\"wjygvjayvblmhvk\",\"resource_name\":\"hbxvvyhgsopbyrqu\",\"created_at\":\"g\",\"updated_at\":\"vwz\",\"deleted_at\":\"nhlmctlpdng\"},\"display_name\":\"vgbmhr\",\"spec\":{\"display_name\":\"wmyijejveg\",\"availability\":\"bpnaixexccbdre\",\"cloud\":\"hcexdrrvqa\",\"zone\":\"kghtpwijnh\",\"region\":\"svfycxzbfv\",\"kafka_bootstrap_endpoint\":\"wvrvmtg\",\"http_endpoint\":\"ppyostronzmyhgf\",\"api_endpoint\":\"nsxkmcwaekrrjr\",\"config\":{\"kind\":\"xt\"},\"environment\":{\"id\":\"mhjglikkxwslolb\",\"environment\":\"vuzlm\",\"related\":\"elfk\",\"resource_name\":\"plcrpwjxeznoig\"},\"network\":{\"id\":\"jwmwkpnbs\",\"environment\":\"ejjoqkagfhsxtta\",\"related\":\"zxnfaaz\",\"resource_name\":\"dtnkdmkq\"},\"byok\":{\"id\":\"wuenvr\",\"related\":\"yo\",\"resource_name\":\"ibreb\"}},\"status\":{\"phase\":\"ysjkixqtnqttez\",\"cku\":1433927240}}")
+ "{\"kind\":\"lbqpvuzlmvfelf\",\"id\":\"gplcrpwjxeznoigb\",\"metadata\":{\"self\":\"w\",\"resource_name\":\"kpnb\",\"created_at\":\"zejjoqk\",\"updated_at\":\"fhsxttaugz\",\"deleted_at\":\"faazpxdtnkdmkqjj\"},\"display_name\":\"uenvrkp\",\"spec\":{\"display_name\":\"aibrebqaaysjkixq\",\"availability\":\"qttezlwfffiakpjp\",\"cloud\":\"m\",\"zone\":\"d\",\"region\":\"mmji\",\"kafka_bootstrap_endpoint\":\"eozphv\",\"http_endpoint\":\"uyqncygupkvipmd\",\"api_endpoint\":\"wx\",\"config\":{\"kind\":\"evzhfsto\"},\"environment\":{\"id\":\"ojujbyp\",\"environment\":\"mc\",\"related\":\"hixbjxyfwnyl\",\"resource_name\":\"ool\"},\"network\":{\"id\":\"p\",\"environment\":\"w\",\"related\":\"bnujrywvtylbf\",\"resource_name\":\"curdoiwiitht\"},\"byok\":{\"id\":\"b\",\"related\":\"bihwqknfdnt\",\"resource_name\":\"chrdgoihxumwcto\"}},\"status\":{\"phase\":\"jl\",\"cku\":382280149}}")
.toObject(ClusterRecord.class);
- Assertions.assertEquals("bfggjioolvr", model.kind());
- Assertions.assertEquals("kvtkkg", model.id());
- Assertions.assertEquals("wjygvjayvblmhvk", model.metadata().self());
- Assertions.assertEquals("hbxvvyhgsopbyrqu", model.metadata().resourceName());
- Assertions.assertEquals("g", model.metadata().createdAt());
- Assertions.assertEquals("vwz", model.metadata().updatedAt());
- Assertions.assertEquals("nhlmctlpdng", model.metadata().deletedAt());
- Assertions.assertEquals("vgbmhr", model.displayName());
- Assertions.assertEquals("wmyijejveg", model.spec().displayName());
- Assertions.assertEquals("bpnaixexccbdre", model.spec().availability());
- Assertions.assertEquals("hcexdrrvqa", model.spec().cloud());
- Assertions.assertEquals("kghtpwijnh", model.spec().zone());
- Assertions.assertEquals("svfycxzbfv", model.spec().region());
- Assertions.assertEquals("wvrvmtg", model.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("ppyostronzmyhgf", model.spec().httpEndpoint());
- Assertions.assertEquals("nsxkmcwaekrrjr", model.spec().apiEndpoint());
- Assertions.assertEquals("xt", model.spec().config().kind());
- Assertions.assertEquals("mhjglikkxwslolb", model.spec().environment().id());
- Assertions.assertEquals("vuzlm", model.spec().environment().environment());
- Assertions.assertEquals("elfk", model.spec().environment().related());
- Assertions.assertEquals("plcrpwjxeznoig", model.spec().environment().resourceName());
- Assertions.assertEquals("jwmwkpnbs", model.spec().network().id());
- Assertions.assertEquals("ejjoqkagfhsxtta", model.spec().network().environment());
- Assertions.assertEquals("zxnfaaz", model.spec().network().related());
- Assertions.assertEquals("dtnkdmkq", model.spec().network().resourceName());
- Assertions.assertEquals("wuenvr", model.spec().byok().id());
- Assertions.assertEquals("yo", model.spec().byok().related());
- Assertions.assertEquals("ibreb", model.spec().byok().resourceName());
- Assertions.assertEquals("ysjkixqtnqttez", model.status().phase());
- Assertions.assertEquals(1433927240, model.status().cku());
+ Assertions.assertEquals("lbqpvuzlmvfelf", model.kind());
+ Assertions.assertEquals("gplcrpwjxeznoigb", model.id());
+ Assertions.assertEquals("w", model.metadata().self());
+ Assertions.assertEquals("kpnb", model.metadata().resourceName());
+ Assertions.assertEquals("zejjoqk", model.metadata().createdAt());
+ Assertions.assertEquals("fhsxttaugz", model.metadata().updatedAt());
+ Assertions.assertEquals("faazpxdtnkdmkqjj", model.metadata().deletedAt());
+ Assertions.assertEquals("uenvrkp", model.displayName());
+ Assertions.assertEquals("aibrebqaaysjkixq", model.spec().displayName());
+ Assertions.assertEquals("qttezlwfffiakpjp", model.spec().availability());
+ Assertions.assertEquals("m", model.spec().cloud());
+ Assertions.assertEquals("d", model.spec().zone());
+ Assertions.assertEquals("mmji", model.spec().region());
+ Assertions.assertEquals("eozphv", model.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("uyqncygupkvipmd", model.spec().httpEndpoint());
+ Assertions.assertEquals("wx", model.spec().apiEndpoint());
+ Assertions.assertEquals("evzhfsto", model.spec().config().kind());
+ Assertions.assertEquals("ojujbyp", model.spec().environment().id());
+ Assertions.assertEquals("mc", model.spec().environment().environment());
+ Assertions.assertEquals("hixbjxyfwnyl", model.spec().environment().related());
+ Assertions.assertEquals("ool", model.spec().environment().resourceName());
+ Assertions.assertEquals("p", model.spec().network().id());
+ Assertions.assertEquals("w", model.spec().network().environment());
+ Assertions.assertEquals("bnujrywvtylbf", model.spec().network().related());
+ Assertions.assertEquals("curdoiwiitht", model.spec().network().resourceName());
+ Assertions.assertEquals("b", model.spec().byok().id());
+ Assertions.assertEquals("bihwqknfdnt", model.spec().byok().related());
+ Assertions.assertEquals("chrdgoihxumwcto", model.spec().byok().resourceName());
+ Assertions.assertEquals("jl", model.status().phase());
+ Assertions.assertEquals(382280149, model.status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterSpecEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterSpecEntityTests.java
index 25d9d06009b7..fce582924f41 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterSpecEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterSpecEntityTests.java
@@ -12,27 +12,27 @@ public final class ClusterSpecEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ClusterSpecEntity model = BinaryData.fromString(
- "{\"display_name\":\"fiakpjpqqm\",\"availability\":\"d\",\"cloud\":\"mmji\",\"zone\":\"eozphv\",\"region\":\"uyqncygupkvipmd\",\"kafka_bootstrap_endpoint\":\"wx\",\"http_endpoint\":\"pevzhfst\",\"api_endpoint\":\"xhojuj\",\"config\":{\"kind\":\"elmcuvhixbjxyfw\"},\"environment\":{\"id\":\"r\",\"environment\":\"o\",\"related\":\"ttpkiwkkbnujrywv\",\"resource_name\":\"lbfpncurd\"},\"network\":{\"id\":\"iithtywu\",\"environment\":\"cbihwqk\",\"related\":\"dntwjchrdgo\",\"resource_name\":\"xum\"},\"byok\":{\"id\":\"ond\",\"related\":\"luudfdlwggytsb\",\"resource_name\":\"ovvtgseinqfiu\"}}")
+ "{\"display_name\":\"dlwggytsbwtovv\",\"availability\":\"seinqfiuf\",\"cloud\":\"knpirgnepttwq\",\"zone\":\"niffcdmqnroj\",\"region\":\"ijnkrxfrdd\",\"kafka_bootstrap_endpoint\":\"ratiz\",\"http_endpoint\":\"onasxifto\",\"api_endpoint\":\"yzhftwesgogczh\",\"config\":{\"kind\":\"xkr\"},\"environment\":{\"id\":\"yhmossxkkg\",\"environment\":\"rrghxjbdhqxvcxgf\",\"related\":\"dsofbshrns\",\"resource_name\":\"uswdv\"},\"network\":{\"id\":\"bycnunvjsrtkf\",\"environment\":\"nopqgikyzirtx\",\"related\":\"uxzejntpsew\",\"resource_name\":\"oi\"},\"byok\":{\"id\":\"kr\",\"related\":\"xtqmieoxor\",\"resource_name\":\"ufhyaomtbgh\"}}")
.toObject(ClusterSpecEntity.class);
- Assertions.assertEquals("fiakpjpqqm", model.displayName());
- Assertions.assertEquals("d", model.availability());
- Assertions.assertEquals("mmji", model.cloud());
- Assertions.assertEquals("eozphv", model.zone());
- Assertions.assertEquals("uyqncygupkvipmd", model.region());
- Assertions.assertEquals("wx", model.kafkaBootstrapEndpoint());
- Assertions.assertEquals("pevzhfst", model.httpEndpoint());
- Assertions.assertEquals("xhojuj", model.apiEndpoint());
- Assertions.assertEquals("elmcuvhixbjxyfw", model.config().kind());
- Assertions.assertEquals("r", model.environment().id());
- Assertions.assertEquals("o", model.environment().environment());
- Assertions.assertEquals("ttpkiwkkbnujrywv", model.environment().related());
- Assertions.assertEquals("lbfpncurd", model.environment().resourceName());
- Assertions.assertEquals("iithtywu", model.network().id());
- Assertions.assertEquals("cbihwqk", model.network().environment());
- Assertions.assertEquals("dntwjchrdgo", model.network().related());
- Assertions.assertEquals("xum", model.network().resourceName());
- Assertions.assertEquals("ond", model.byok().id());
- Assertions.assertEquals("luudfdlwggytsb", model.byok().related());
- Assertions.assertEquals("ovvtgseinqfiu", model.byok().resourceName());
+ Assertions.assertEquals("dlwggytsbwtovv", model.displayName());
+ Assertions.assertEquals("seinqfiuf", model.availability());
+ Assertions.assertEquals("knpirgnepttwq", model.cloud());
+ Assertions.assertEquals("niffcdmqnroj", model.zone());
+ Assertions.assertEquals("ijnkrxfrdd", model.region());
+ Assertions.assertEquals("ratiz", model.kafkaBootstrapEndpoint());
+ Assertions.assertEquals("onasxifto", model.httpEndpoint());
+ Assertions.assertEquals("yzhftwesgogczh", model.apiEndpoint());
+ Assertions.assertEquals("xkr", model.config().kind());
+ Assertions.assertEquals("yhmossxkkg", model.environment().id());
+ Assertions.assertEquals("rrghxjbdhqxvcxgf", model.environment().environment());
+ Assertions.assertEquals("dsofbshrns", model.environment().related());
+ Assertions.assertEquals("uswdv", model.environment().resourceName());
+ Assertions.assertEquals("bycnunvjsrtkf", model.network().id());
+ Assertions.assertEquals("nopqgikyzirtx", model.network().environment());
+ Assertions.assertEquals("uxzejntpsew", model.network().related());
+ Assertions.assertEquals("oi", model.network().resourceName());
+ Assertions.assertEquals("kr", model.byok().id());
+ Assertions.assertEquals("xtqmieoxor", model.byok().related());
+ Assertions.assertEquals("ufhyaomtbgh", model.byok().resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterStatusEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterStatusEntityTests.java
index 34f912e84d85..1059bfc9c304 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterStatusEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClusterStatusEntityTests.java
@@ -11,17 +11,17 @@
public final class ClusterStatusEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ClusterStatusEntity model
- = BinaryData.fromString("{\"phase\":\"vjfdx\",\"cku\":1144825464}").toObject(ClusterStatusEntity.class);
- Assertions.assertEquals("vjfdx", model.phase());
- Assertions.assertEquals(1144825464, model.cku());
+ ClusterStatusEntity model = BinaryData.fromString("{\"phase\":\"bobzdopcjwvnhd\",\"cku\":3568430}")
+ .toObject(ClusterStatusEntity.class);
+ Assertions.assertEquals("bobzdopcjwvnhd", model.phase());
+ Assertions.assertEquals(3568430, model.cku());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- ClusterStatusEntity model = new ClusterStatusEntity().withPhase("vjfdx").withCku(1144825464);
+ ClusterStatusEntity model = new ClusterStatusEntity().withPhase("bobzdopcjwvnhd").withCku(3568430);
model = BinaryData.fromObject(model).toObject(ClusterStatusEntity.class);
- Assertions.assertEquals("vjfdx", model.phase());
- Assertions.assertEquals(1144825464, model.cku());
+ Assertions.assertEquals("bobzdopcjwvnhd", model.phase());
+ Assertions.assertEquals(3568430, model.cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClustersCreateOrUpdateWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClustersCreateOrUpdateWithResponseMockTests.java
index 05104be609d8..d595cc080b27 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClustersCreateOrUpdateWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ClustersCreateOrUpdateWithResponseMockTests.java
@@ -28,7 +28,7 @@ public final class ClustersCreateOrUpdateWithResponseMockTests {
@Test
public void testCreateOrUpdateWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"blycsxzujksr\",\"properties\":{\"metadata\":{\"self\":\"esqplp\",\"resourceName\":\"jcdoewb\",\"createdTimestamp\":\"yvteowxvgpiudeu\",\"updatedTimestamp\":\"sxze\",\"deletedTimestamp\":\"axwk\"},\"spec\":{\"name\":\"khvuhxepmrutz\",\"availability\":\"baobn\",\"cloud\":\"ujdjltymkmvg\",\"zone\":\"hywartspph\",\"package\":\"ADVANCED\",\"region\":\"ykxdssjpemmuc\",\"kafkaBootstrapEndpoint\":\"hikkflrmy\",\"httpEndpoint\":\"incqlhriswsl\",\"apiEndpoint\":\"iiovgqcgxu\",\"config\":{\"kind\":\"kctotiowlxteq\"},\"environment\":{\"id\":\"jgwdtgukranbl\",\"environment\":\"hqlkccuzgygqwaho\",\"related\":\"lwgniiprglvawu\",\"resourceName\":\"d\"},\"network\":{\"id\":\"pivlsbbjpm\",\"environment\":\"bkmifoxxkub\",\"related\":\"havpmhbrbqgvg\",\"resourceName\":\"pbbttefjoknss\"},\"byok\":{\"id\":\"qedikdfrd\",\"related\":\"qmrjg\",\"resourceName\":\"hfqlgg\"}},\"status\":{\"phase\":\"wzcxmjpbyephmgt\",\"cku\":226193835}},\"id\":\"rc\",\"name\":\"yfqi\",\"type\":\"gxhnpomyqwcabv\"}";
+ = "{\"kind\":\"qzasunwqrjzfrgqh\",\"properties\":{\"metadata\":{\"self\":\"mbuocnjrohmbp\",\"resourceName\":\"yx\",\"createdTimestamp\":\"eblydyv\",\"updatedTimestamp\":\"kmrocxne\",\"deletedTimestamp\":\"sm\"},\"spec\":{\"name\":\"lfpya\",\"availability\":\"cygvoavyunssx\",\"cloud\":\"hi\",\"zone\":\"gjlgvvpase\",\"package\":\"ADVANCED\",\"region\":\"uxantuygdhgaqipi\",\"kafkaBootstrapEndpoint\":\"iwrqofulopmjnl\",\"httpEndpoint\":\"whc\",\"apiEndpoint\":\"pibkephuu\",\"config\":{\"kind\":\"ctatoyintqpbrlcy\"},\"environment\":{\"id\":\"czkgofxyfsrucvcr\",\"environment\":\"cjttbstvjeaqnrm\",\"related\":\"fkoxmlghktuidvr\",\"resourceName\":\"zlpdwwex\"},\"network\":{\"id\":\"vlazipbhpwvqsgny\",\"environment\":\"uzivensrpmeyyvp\",\"related\":\"atlb\",\"resourceName\":\"pzgsk\"},\"byok\":{\"id\":\"hfvolmknb\",\"related\":\"wcdommpvfqaw\",\"resourceName\":\"gbrt\"}},\"status\":{\"phase\":\"aclkiexhajlfnt\",\"cku\":1682611856}},\"id\":\"yuttdiygbpvnwswm\",\"name\":\"xkyctwwgzwx\",\"type\":\"l\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -38,66 +38,64 @@ public void testCreateOrUpdateWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
SCClusterRecord response = manager.clusters()
- .define("wfpfmdgycx")
- .withExistingEnvironment("zhzmtksjci", "digsxcdgl", "plkeuachtomflryt")
- .withKind("skw")
- .withMetadata(new SCMetadataEntity().withSelf("yslu")
- .withResourceName("pshhkvpedwqslsr")
- .withCreatedTimestamp("pq")
- .withUpdatedTimestamp("wskondcbrwimuvqe")
- .withDeletedTimestamp("so"))
- .withSpec(new SCClusterSpecEntity().withName("rleaes")
- .withAvailability("uqtljqobbpih")
- .withCloud("cecybmrqbrjbbmpx")
- .withZone("vykfrexcrse")
+ .define("agnepzwaklsb")
+ .withExistingEnvironment("rblmli", "wxihs", "nxw")
+ .withKind("qqqagwwrxaomzi")
+ .withMetadata(new SCMetadataEntity().withSelf("rczezkhhlt")
+ .withResourceName("adhqoa")
+ .withCreatedTimestamp("qoyueayfbpcmsplb")
+ .withUpdatedTimestamp("rueqthwm")
+ .withDeletedTimestamp("mbscbbx"))
+ .withSpec(new SCClusterSpecEntity().withName("hxiidlopedb")
+ .withAvailability("pyqy")
+ .withCloud("xubmdnafcbqw")
+ .withZone("mjel")
.withPackageProperty(Package.ESSENTIALS)
- .withRegion("s")
- .withKafkaBootstrapEndpoint("udgzhxogjgg")
- .withHttpEndpoint("oujkxibdafh")
- .withApiEndpoint("mdyomkxfbvfbh")
- .withConfig(new ClusterConfigEntity().withKind("rhpw"))
- .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("deimawzov")
- .withEnvironment("kumuikjcjca")
- .withRelated("bwsnsqow")
- .withResourceName("comlikytwvczc"))
- .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("acve")
- .withEnvironment("fdv")
- .withRelated("hbwrnfxtgddpqth")
- .withResourceName("n"))
- .withByok(new SCClusterByokEntity().withId("oya")
- .withRelated("coeqswankltytm")
- .withResourceName("roznnhdrlktgj")))
- .withStatus(new ClusterStatusEntity().withPhase("guxhem").withCku(13572541))
+ .withRegion("igeleohd")
+ .withKafkaBootstrapEndpoint("qvwzkjopwbeonrl")
+ .withHttpEndpoint("zdqyb")
+ .withApiEndpoint("eakxcptsoqfyi")
+ .withConfig(new ClusterConfigEntity().withKind("qc"))
+ .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("ttzrazisgyki")
+ .withEnvironment("mvanbwzo")
+ .withRelated("nrxxbsojklin")
+ .withResourceName("dptysprqs"))
+ .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("xojpslsvjgp")
+ .withEnvironment("ufiqwoyxqvapcohh")
+ .withRelated("cqpqojxcxzrzdc")
+ .withResourceName("zbenribc"))
+ .withByok(new SCClusterByokEntity().withId("tzqdd").withRelated("wflj").withResourceName("namtuatmzw")))
+ .withStatus(new ClusterStatusEntity().withPhase("nc").withCku(1574347255))
.create();
- Assertions.assertEquals("blycsxzujksr", response.kind());
- Assertions.assertEquals("esqplp", response.metadata().self());
- Assertions.assertEquals("jcdoewb", response.metadata().resourceName());
- Assertions.assertEquals("yvteowxvgpiudeu", response.metadata().createdTimestamp());
- Assertions.assertEquals("sxze", response.metadata().updatedTimestamp());
- Assertions.assertEquals("axwk", response.metadata().deletedTimestamp());
- Assertions.assertEquals("khvuhxepmrutz", response.spec().name());
- Assertions.assertEquals("baobn", response.spec().availability());
- Assertions.assertEquals("ujdjltymkmvg", response.spec().cloud());
- Assertions.assertEquals("hywartspph", response.spec().zone());
+ Assertions.assertEquals("qzasunwqrjzfrgqh", response.kind());
+ Assertions.assertEquals("mbuocnjrohmbp", response.metadata().self());
+ Assertions.assertEquals("yx", response.metadata().resourceName());
+ Assertions.assertEquals("eblydyv", response.metadata().createdTimestamp());
+ Assertions.assertEquals("kmrocxne", response.metadata().updatedTimestamp());
+ Assertions.assertEquals("sm", response.metadata().deletedTimestamp());
+ Assertions.assertEquals("lfpya", response.spec().name());
+ Assertions.assertEquals("cygvoavyunssx", response.spec().availability());
+ Assertions.assertEquals("hi", response.spec().cloud());
+ Assertions.assertEquals("gjlgvvpase", response.spec().zone());
Assertions.assertEquals(Package.ADVANCED, response.spec().packageProperty());
- Assertions.assertEquals("ykxdssjpemmuc", response.spec().region());
- Assertions.assertEquals("hikkflrmy", response.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("incqlhriswsl", response.spec().httpEndpoint());
- Assertions.assertEquals("iiovgqcgxu", response.spec().apiEndpoint());
- Assertions.assertEquals("kctotiowlxteq", response.spec().config().kind());
- Assertions.assertEquals("jgwdtgukranbl", response.spec().environment().id());
- Assertions.assertEquals("hqlkccuzgygqwaho", response.spec().environment().environment());
- Assertions.assertEquals("lwgniiprglvawu", response.spec().environment().related());
- Assertions.assertEquals("d", response.spec().environment().resourceName());
- Assertions.assertEquals("pivlsbbjpm", response.spec().network().id());
- Assertions.assertEquals("bkmifoxxkub", response.spec().network().environment());
- Assertions.assertEquals("havpmhbrbqgvg", response.spec().network().related());
- Assertions.assertEquals("pbbttefjoknss", response.spec().network().resourceName());
- Assertions.assertEquals("qedikdfrd", response.spec().byok().id());
- Assertions.assertEquals("qmrjg", response.spec().byok().related());
- Assertions.assertEquals("hfqlgg", response.spec().byok().resourceName());
- Assertions.assertEquals("wzcxmjpbyephmgt", response.status().phase());
- Assertions.assertEquals(226193835, response.status().cku());
+ Assertions.assertEquals("uxantuygdhgaqipi", response.spec().region());
+ Assertions.assertEquals("iwrqofulopmjnl", response.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("whc", response.spec().httpEndpoint());
+ Assertions.assertEquals("pibkephuu", response.spec().apiEndpoint());
+ Assertions.assertEquals("ctatoyintqpbrlcy", response.spec().config().kind());
+ Assertions.assertEquals("czkgofxyfsrucvcr", response.spec().environment().id());
+ Assertions.assertEquals("cjttbstvjeaqnrm", response.spec().environment().environment());
+ Assertions.assertEquals("fkoxmlghktuidvr", response.spec().environment().related());
+ Assertions.assertEquals("zlpdwwex", response.spec().environment().resourceName());
+ Assertions.assertEquals("vlazipbhpwvqsgny", response.spec().network().id());
+ Assertions.assertEquals("uzivensrpmeyyvp", response.spec().network().environment());
+ Assertions.assertEquals("atlb", response.spec().network().related());
+ Assertions.assertEquals("pzgsk", response.spec().network().resourceName());
+ Assertions.assertEquals("hfvolmknb", response.spec().byok().id());
+ Assertions.assertEquals("wcdommpvfqaw", response.spec().byok().related());
+ Assertions.assertEquals("gbrt", response.spec().byok().resourceName());
+ Assertions.assertEquals("aclkiexhajlfnt", response.status().phase());
+ Assertions.assertEquals(1682611856, response.status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementPropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementPropertiesTests.java
index 176618889720..1c988e60c64c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementPropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementPropertiesTests.java
@@ -13,36 +13,36 @@ public final class ConfluentAgreementPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConfluentAgreementProperties model = BinaryData.fromString(
- "{\"publisher\":\"lcplc\",\"product\":\"hihihlhzdsqtzbsr\",\"plan\":\"o\",\"licenseTextLink\":\"jhf\",\"privacyPolicyLink\":\"vecactx\",\"retrieveDatetime\":\"2021-09-10T10:36:28Z\",\"signature\":\"e\",\"accepted\":true}")
+ "{\"publisher\":\"cwkhihi\",\"product\":\"hzdsqtzbsrgnow\",\"plan\":\"hfgmvecactxm\",\"licenseTextLink\":\"teyowclu\",\"privacyPolicyLink\":\"vekqvgqo\",\"retrieveDatetime\":\"2021-10-12T22:41:28Z\",\"signature\":\"zmpjwyiv\",\"accepted\":true}")
.toObject(ConfluentAgreementProperties.class);
- Assertions.assertEquals("lcplc", model.publisher());
- Assertions.assertEquals("hihihlhzdsqtzbsr", model.product());
- Assertions.assertEquals("o", model.plan());
- Assertions.assertEquals("jhf", model.licenseTextLink());
- Assertions.assertEquals("vecactx", model.privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-09-10T10:36:28Z"), model.retrieveDatetime());
- Assertions.assertEquals("e", model.signature());
+ Assertions.assertEquals("cwkhihi", model.publisher());
+ Assertions.assertEquals("hzdsqtzbsrgnow", model.product());
+ Assertions.assertEquals("hfgmvecactxm", model.plan());
+ Assertions.assertEquals("teyowclu", model.licenseTextLink());
+ Assertions.assertEquals("vekqvgqo", model.privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-10-12T22:41:28Z"), model.retrieveDatetime());
+ Assertions.assertEquals("zmpjwyiv", model.signature());
Assertions.assertTrue(model.accepted());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- ConfluentAgreementProperties model = new ConfluentAgreementProperties().withPublisher("lcplc")
- .withProduct("hihihlhzdsqtzbsr")
- .withPlan("o")
- .withLicenseTextLink("jhf")
- .withPrivacyPolicyLink("vecactx")
- .withRetrieveDatetime(OffsetDateTime.parse("2021-09-10T10:36:28Z"))
- .withSignature("e")
+ ConfluentAgreementProperties model = new ConfluentAgreementProperties().withPublisher("cwkhihi")
+ .withProduct("hzdsqtzbsrgnow")
+ .withPlan("hfgmvecactxm")
+ .withLicenseTextLink("teyowclu")
+ .withPrivacyPolicyLink("vekqvgqo")
+ .withRetrieveDatetime(OffsetDateTime.parse("2021-10-12T22:41:28Z"))
+ .withSignature("zmpjwyiv")
.withAccepted(true);
model = BinaryData.fromObject(model).toObject(ConfluentAgreementProperties.class);
- Assertions.assertEquals("lcplc", model.publisher());
- Assertions.assertEquals("hihihlhzdsqtzbsr", model.product());
- Assertions.assertEquals("o", model.plan());
- Assertions.assertEquals("jhf", model.licenseTextLink());
- Assertions.assertEquals("vecactx", model.privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-09-10T10:36:28Z"), model.retrieveDatetime());
- Assertions.assertEquals("e", model.signature());
+ Assertions.assertEquals("cwkhihi", model.publisher());
+ Assertions.assertEquals("hzdsqtzbsrgnow", model.product());
+ Assertions.assertEquals("hfgmvecactxm", model.plan());
+ Assertions.assertEquals("teyowclu", model.licenseTextLink());
+ Assertions.assertEquals("vekqvgqo", model.privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-10-12T22:41:28Z"), model.retrieveDatetime());
+ Assertions.assertEquals("zmpjwyiv", model.signature());
Assertions.assertTrue(model.accepted());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceInnerTests.java
index b7c6bfea705e..684c6f7d63ea 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceInnerTests.java
@@ -13,36 +13,36 @@ public final class ConfluentAgreementResourceInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConfluentAgreementResourceInner model = BinaryData.fromString(
- "{\"id\":\"dbeesmie\",\"name\":\"lrariaawiu\",\"type\":\"ydwqfbylyrf\",\"properties\":{\"publisher\":\"tcojocqwo\",\"product\":\"nzjvusfzldm\",\"plan\":\"uxylfsbtkadpy\",\"licenseTextLink\":\"wn\",\"privacyPolicyLink\":\"gkbugrjqct\",\"retrieveDatetime\":\"2021-11-30T05:10:39Z\",\"signature\":\"isofieypefojyqd\",\"accepted\":false}}")
+ "{\"id\":\"jjfzqlqhycavo\",\"name\":\"gxdbeesmie\",\"type\":\"lrariaawiu\",\"properties\":{\"publisher\":\"wqfbylyrfgiagt\",\"product\":\"jocqwogfnzjvusf\",\"plan\":\"dmozu\",\"licenseTextLink\":\"lfsbtkadpysow\",\"privacyPolicyLink\":\"tgkbugrjqctojc\",\"retrieveDatetime\":\"2021-05-06T01:49:14Z\",\"signature\":\"fieypefojyqdhcup\",\"accepted\":false}}")
.toObject(ConfluentAgreementResourceInner.class);
- Assertions.assertEquals("tcojocqwo", model.publisher());
- Assertions.assertEquals("nzjvusfzldm", model.product());
- Assertions.assertEquals("uxylfsbtkadpy", model.plan());
- Assertions.assertEquals("wn", model.licenseTextLink());
- Assertions.assertEquals("gkbugrjqct", model.privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-11-30T05:10:39Z"), model.retrieveDatetime());
- Assertions.assertEquals("isofieypefojyqd", model.signature());
+ Assertions.assertEquals("wqfbylyrfgiagt", model.publisher());
+ Assertions.assertEquals("jocqwogfnzjvusf", model.product());
+ Assertions.assertEquals("dmozu", model.plan());
+ Assertions.assertEquals("lfsbtkadpysow", model.licenseTextLink());
+ Assertions.assertEquals("tgkbugrjqctojc", model.privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-05-06T01:49:14Z"), model.retrieveDatetime());
+ Assertions.assertEquals("fieypefojyqdhcup", model.signature());
Assertions.assertFalse(model.accepted());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- ConfluentAgreementResourceInner model = new ConfluentAgreementResourceInner().withPublisher("tcojocqwo")
- .withProduct("nzjvusfzldm")
- .withPlan("uxylfsbtkadpy")
- .withLicenseTextLink("wn")
- .withPrivacyPolicyLink("gkbugrjqct")
- .withRetrieveDatetime(OffsetDateTime.parse("2021-11-30T05:10:39Z"))
- .withSignature("isofieypefojyqd")
+ ConfluentAgreementResourceInner model = new ConfluentAgreementResourceInner().withPublisher("wqfbylyrfgiagt")
+ .withProduct("jocqwogfnzjvusf")
+ .withPlan("dmozu")
+ .withLicenseTextLink("lfsbtkadpysow")
+ .withPrivacyPolicyLink("tgkbugrjqctojc")
+ .withRetrieveDatetime(OffsetDateTime.parse("2021-05-06T01:49:14Z"))
+ .withSignature("fieypefojyqdhcup")
.withAccepted(false);
model = BinaryData.fromObject(model).toObject(ConfluentAgreementResourceInner.class);
- Assertions.assertEquals("tcojocqwo", model.publisher());
- Assertions.assertEquals("nzjvusfzldm", model.product());
- Assertions.assertEquals("uxylfsbtkadpy", model.plan());
- Assertions.assertEquals("wn", model.licenseTextLink());
- Assertions.assertEquals("gkbugrjqct", model.privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-11-30T05:10:39Z"), model.retrieveDatetime());
- Assertions.assertEquals("isofieypefojyqd", model.signature());
+ Assertions.assertEquals("wqfbylyrfgiagt", model.publisher());
+ Assertions.assertEquals("jocqwogfnzjvusf", model.product());
+ Assertions.assertEquals("dmozu", model.plan());
+ Assertions.assertEquals("lfsbtkadpysow", model.licenseTextLink());
+ Assertions.assertEquals("tgkbugrjqctojc", model.privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-05-06T01:49:14Z"), model.retrieveDatetime());
+ Assertions.assertEquals("fieypefojyqdhcup", model.signature());
Assertions.assertFalse(model.accepted());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceListResponseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceListResponseTests.java
index 63fc7639de6e..a71d5c038035 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceListResponseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentAgreementResourceListResponseTests.java
@@ -13,16 +13,16 @@ public final class ConfluentAgreementResourceListResponseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConfluentAgreementResourceListResponse model = BinaryData.fromString(
- "{\"value\":[{\"id\":\"ur\",\"name\":\"laecxndticok\",\"type\":\"zmlqtmldgxo\",\"properties\":{\"publisher\":\"clnpkci\",\"product\":\"zriykhy\",\"plan\":\"fvjlboxqvkjlmx\",\"licenseTextLink\":\"mdy\",\"privacyPolicyLink\":\"dwdigumb\",\"retrieveDatetime\":\"2021-04-19T06:10:37Z\",\"signature\":\"uzzptjazysdz\",\"accepted\":false}},{\"id\":\"wva\",\"name\":\"yuvvfonkp\",\"type\":\"qyikvy\",\"properties\":{\"publisher\":\"avluwmncs\",\"product\":\"ijf\",\"plan\":\"vpo\",\"licenseTextLink\":\"rsg\",\"privacyPolicyLink\":\"b\",\"retrieveDatetime\":\"2021-08-14T00:34:57Z\",\"signature\":\"qgnjdgkynscli\",\"accepted\":false}},{\"id\":\"h\",\"name\":\"komtkubotppn\",\"type\":\"xz\",\"properties\":{\"publisher\":\"frbbc\",\"product\":\"qagt\",\"plan\":\"dhlfkqojpykvgt\",\"licenseTextLink\":\"cnifm\",\"privacyPolicyLink\":\"sdymbrn\",\"retrieveDatetime\":\"2021-09-01T15:40:48Z\",\"signature\":\"m\",\"accepted\":false}},{\"id\":\"wgck\",\"name\":\"cxvdfffwafqrouda\",\"type\":\"avehhrvkbunzo\",\"properties\":{\"publisher\":\"cxgkmoyxcdyui\",\"product\":\"mfdn\",\"plan\":\"ydvfvfcjnae\",\"licenseTextLink\":\"srvhmgorffuki\",\"privacyPolicyLink\":\"vwmzhwplefaxvxil\",\"retrieveDatetime\":\"2021-10-23T15:17:09Z\",\"signature\":\"nhnzeyqxt\",\"accepted\":true}}],\"nextLink\":\"qlqhycavodg\"}")
+ "{\"value\":[{\"id\":\"bbc\",\"name\":\"qagt\",\"type\":\"dhlfkqojpykvgt\",\"properties\":{\"publisher\":\"ifmzzsd\",\"product\":\"brn\",\"plan\":\"u\",\"licenseTextLink\":\"prafwgckhoc\",\"privacyPolicyLink\":\"d\",\"retrieveDatetime\":\"2021-05-28T04:28:25Z\",\"signature\":\"afqr\",\"accepted\":true}},{\"id\":\"spave\",\"name\":\"r\",\"type\":\"bunzozudh\",\"properties\":{\"publisher\":\"moy\",\"product\":\"dyuib\",\"plan\":\"fdn\",\"licenseTextLink\":\"ydvfvfcjnae\",\"privacyPolicyLink\":\"srvhmgorffuki\",\"retrieveDatetime\":\"2021-01-16T11:03:16Z\",\"signature\":\"mzhwplefaxvxi\",\"accepted\":false}}],\"nextLink\":\"gnhnzeyq\"}")
.toObject(ConfluentAgreementResourceListResponse.class);
- Assertions.assertEquals("clnpkci", model.value().get(0).publisher());
- Assertions.assertEquals("zriykhy", model.value().get(0).product());
- Assertions.assertEquals("fvjlboxqvkjlmx", model.value().get(0).plan());
- Assertions.assertEquals("mdy", model.value().get(0).licenseTextLink());
- Assertions.assertEquals("dwdigumb", model.value().get(0).privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-04-19T06:10:37Z"), model.value().get(0).retrieveDatetime());
- Assertions.assertEquals("uzzptjazysdz", model.value().get(0).signature());
- Assertions.assertFalse(model.value().get(0).accepted());
- Assertions.assertEquals("qlqhycavodg", model.nextLink());
+ Assertions.assertEquals("ifmzzsd", model.value().get(0).publisher());
+ Assertions.assertEquals("brn", model.value().get(0).product());
+ Assertions.assertEquals("u", model.value().get(0).plan());
+ Assertions.assertEquals("prafwgckhoc", model.value().get(0).licenseTextLink());
+ Assertions.assertEquals("d", model.value().get(0).privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-05-28T04:28:25Z"), model.value().get(0).retrieveDatetime());
+ Assertions.assertEquals("afqr", model.value().get(0).signature());
+ Assertions.assertTrue(model.value().get(0).accepted());
+ Assertions.assertEquals("gnhnzeyq", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentListMetadataTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentListMetadataTests.java
index 98d70ce2d78e..977a251d058b 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentListMetadataTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConfluentListMetadataTests.java
@@ -12,12 +12,12 @@ public final class ConfluentListMetadataTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConfluentListMetadata model = BinaryData.fromString(
- "{\"first\":\"zzewkfvhqcrai\",\"last\":\"pnppfuf\",\"prev\":\"wdmhdlxyjrxs\",\"next\":\"afcnih\",\"total_size\":728963944}")
+ "{\"first\":\"owpulpq\",\"last\":\"ylsyxkqjnsje\",\"prev\":\"tiagx\",\"next\":\"sz\",\"total_size\":993241324}")
.toObject(ConfluentListMetadata.class);
- Assertions.assertEquals("zzewkfvhqcrai", model.first());
- Assertions.assertEquals("pnppfuf", model.last());
- Assertions.assertEquals("wdmhdlxyjrxs", model.prev());
- Assertions.assertEquals("afcnih", model.next());
- Assertions.assertEquals(728963944, model.totalSize());
+ Assertions.assertEquals("owpulpq", model.first());
+ Assertions.assertEquals("ylsyxkqjnsje", model.last());
+ Assertions.assertEquals("tiagx", model.prev());
+ Assertions.assertEquals("sz", model.next());
+ Assertions.assertEquals(993241324, model.totalSize());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorInfoBaseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorInfoBaseTests.java
index 30668e4a7980..fb9b9fbcb641 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorInfoBaseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorInfoBaseTests.java
@@ -15,27 +15,27 @@ public final class ConnectorInfoBaseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConnectorInfoBase model = BinaryData.fromString(
- "{\"connectorType\":\"SINK\",\"connectorClass\":\"AZUREBLOBSOURCE\",\"connectorName\":\"jw\",\"connectorId\":\"wqiok\",\"connectorState\":\"PROVISIONING\"}")
+ "{\"connectorType\":\"SINK\",\"connectorClass\":\"AZUREBLOBSINK\",\"connectorName\":\"r\",\"connectorId\":\"wzsoldweyuqdunv\",\"connectorState\":\"PAUSED\"}")
.toObject(ConnectorInfoBase.class);
Assertions.assertEquals(ConnectorType.SINK, model.connectorType());
- Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE, model.connectorClass());
- Assertions.assertEquals("jw", model.connectorName());
- Assertions.assertEquals("wqiok", model.connectorId());
- Assertions.assertEquals(ConnectorStatus.PROVISIONING, model.connectorState());
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSINK, model.connectorClass());
+ Assertions.assertEquals("r", model.connectorName());
+ Assertions.assertEquals("wzsoldweyuqdunv", model.connectorId());
+ Assertions.assertEquals(ConnectorStatus.PAUSED, model.connectorState());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
ConnectorInfoBase model = new ConnectorInfoBase().withConnectorType(ConnectorType.SINK)
- .withConnectorClass(ConnectorClass.AZUREBLOBSOURCE)
- .withConnectorName("jw")
- .withConnectorId("wqiok")
- .withConnectorState(ConnectorStatus.PROVISIONING);
+ .withConnectorClass(ConnectorClass.AZUREBLOBSINK)
+ .withConnectorName("r")
+ .withConnectorId("wzsoldweyuqdunv")
+ .withConnectorState(ConnectorStatus.PAUSED);
model = BinaryData.fromObject(model).toObject(ConnectorInfoBase.class);
Assertions.assertEquals(ConnectorType.SINK, model.connectorType());
- Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE, model.connectorClass());
- Assertions.assertEquals("jw", model.connectorName());
- Assertions.assertEquals("wqiok", model.connectorId());
- Assertions.assertEquals(ConnectorStatus.PROVISIONING, model.connectorState());
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSINK, model.connectorClass());
+ Assertions.assertEquals("r", model.connectorName());
+ Assertions.assertEquals("wzsoldweyuqdunv", model.connectorId());
+ Assertions.assertEquals(ConnectorStatus.PAUSED, model.connectorState());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourceInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourceInnerTests.java
index 603db38042fd..889b5307b7a1 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourceInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourceInnerTests.java
@@ -18,30 +18,30 @@ public final class ConnectorResourceInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConnectorResourceInner model = BinaryData.fromString(
- "{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZURECOSMOSV2SOURCE\",\"connectorName\":\"yztsfmz\",\"connectorId\":\"aeqphchqnr\",\"connectorState\":\"PAUSED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"uwrykqgaifmvikl\",\"name\":\"ydv\",\"type\":\"hbejdznxcvdsrhnj\"}")
+ "{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZUREBLOBSINK\",\"connectorName\":\"ujbazpjuohminyfl\",\"connectorId\":\"rwm\",\"connectorState\":\"FAILED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"lvxwmyg\",\"name\":\"xpgpq\",\"type\":\"hiszepnnbjcrxgib\"}")
.toObject(ConnectorResourceInner.class);
Assertions.assertEquals(ConnectorType.SINK, model.connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SOURCE, model.connectorBasicInfo().connectorClass());
- Assertions.assertEquals("yztsfmz", model.connectorBasicInfo().connectorName());
- Assertions.assertEquals("aeqphchqnr", model.connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.PAUSED, model.connectorBasicInfo().connectorState());
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSINK, model.connectorBasicInfo().connectorClass());
+ Assertions.assertEquals("ujbazpjuohminyfl", model.connectorBasicInfo().connectorName());
+ Assertions.assertEquals("rwm", model.connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.FAILED, model.connectorBasicInfo().connectorState());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
ConnectorResourceInner model = new ConnectorResourceInner()
.withConnectorBasicInfo(new ConnectorInfoBase().withConnectorType(ConnectorType.SINK)
- .withConnectorClass(ConnectorClass.AZURECOSMOSV2SOURCE)
- .withConnectorName("yztsfmz")
- .withConnectorId("aeqphchqnr")
- .withConnectorState(ConnectorStatus.PAUSED))
+ .withConnectorClass(ConnectorClass.AZUREBLOBSINK)
+ .withConnectorName("ujbazpjuohminyfl")
+ .withConnectorId("rwm")
+ .withConnectorState(ConnectorStatus.FAILED))
.withConnectorServiceTypeInfo(new ConnectorServiceTypeInfoBase())
.withPartnerConnectorInfo(new PartnerInfoBase());
model = BinaryData.fromObject(model).toObject(ConnectorResourceInner.class);
Assertions.assertEquals(ConnectorType.SINK, model.connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SOURCE, model.connectorBasicInfo().connectorClass());
- Assertions.assertEquals("yztsfmz", model.connectorBasicInfo().connectorName());
- Assertions.assertEquals("aeqphchqnr", model.connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.PAUSED, model.connectorBasicInfo().connectorState());
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSINK, model.connectorBasicInfo().connectorClass());
+ Assertions.assertEquals("ujbazpjuohminyfl", model.connectorBasicInfo().connectorName());
+ Assertions.assertEquals("rwm", model.connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.FAILED, model.connectorBasicInfo().connectorState());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourcePropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourcePropertiesTests.java
index 55beffb1f3e5..331b671ee394 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourcePropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorResourcePropertiesTests.java
@@ -18,30 +18,30 @@ public final class ConnectorResourcePropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ConnectorResourceProperties model = BinaryData.fromString(
- "{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZURECOSMOSV2SOURCE\",\"connectorName\":\"ovqfzge\",\"connectorId\":\"dftuljltduce\",\"connectorState\":\"FAILED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}}")
+ "{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZUREBLOBSOURCE\",\"connectorName\":\"fozauorsuk\",\"connectorId\":\"wbqpl\",\"connectorState\":\"RUNNING\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}}")
.toObject(ConnectorResourceProperties.class);
- Assertions.assertEquals(ConnectorType.SINK, model.connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SOURCE, model.connectorBasicInfo().connectorClass());
- Assertions.assertEquals("ovqfzge", model.connectorBasicInfo().connectorName());
- Assertions.assertEquals("dftuljltduce", model.connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.FAILED, model.connectorBasicInfo().connectorState());
+ Assertions.assertEquals(ConnectorType.SOURCE, model.connectorBasicInfo().connectorType());
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE, model.connectorBasicInfo().connectorClass());
+ Assertions.assertEquals("fozauorsuk", model.connectorBasicInfo().connectorName());
+ Assertions.assertEquals("wbqpl", model.connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.RUNNING, model.connectorBasicInfo().connectorState());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
ConnectorResourceProperties model = new ConnectorResourceProperties()
- .withConnectorBasicInfo(new ConnectorInfoBase().withConnectorType(ConnectorType.SINK)
- .withConnectorClass(ConnectorClass.AZURECOSMOSV2SOURCE)
- .withConnectorName("ovqfzge")
- .withConnectorId("dftuljltduce")
- .withConnectorState(ConnectorStatus.FAILED))
+ .withConnectorBasicInfo(new ConnectorInfoBase().withConnectorType(ConnectorType.SOURCE)
+ .withConnectorClass(ConnectorClass.AZUREBLOBSOURCE)
+ .withConnectorName("fozauorsuk")
+ .withConnectorId("wbqpl")
+ .withConnectorState(ConnectorStatus.RUNNING))
.withConnectorServiceTypeInfo(new ConnectorServiceTypeInfoBase())
.withPartnerConnectorInfo(new PartnerInfoBase());
model = BinaryData.fromObject(model).toObject(ConnectorResourceProperties.class);
- Assertions.assertEquals(ConnectorType.SINK, model.connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SOURCE, model.connectorBasicInfo().connectorClass());
- Assertions.assertEquals("ovqfzge", model.connectorBasicInfo().connectorName());
- Assertions.assertEquals("dftuljltduce", model.connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.FAILED, model.connectorBasicInfo().connectorState());
+ Assertions.assertEquals(ConnectorType.SOURCE, model.connectorBasicInfo().connectorType());
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE, model.connectorBasicInfo().connectorClass());
+ Assertions.assertEquals("fozauorsuk", model.connectorBasicInfo().connectorName());
+ Assertions.assertEquals("wbqpl", model.connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.RUNNING, model.connectorBasicInfo().connectorState());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsCreateOrUpdateWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsCreateOrUpdateWithResponseMockTests.java
index dab045abc699..d0782913b1ed 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsCreateOrUpdateWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsCreateOrUpdateWithResponseMockTests.java
@@ -27,7 +27,7 @@ public final class ConnectorsCreateOrUpdateWithResponseMockTests {
@Test
public void testCreateOrUpdateWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZUREBLOBSOURCE\",\"connectorName\":\"owxih\",\"connectorId\":\"nxw\",\"connectorState\":\"RUNNING\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"zw\",\"name\":\"klsbsbqqqagw\",\"type\":\"rxaomzisglrrcze\"}";
+ = "{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZURECOSMOSV2SOURCE\",\"connectorName\":\"xmxufrsryjqgdk\",\"connectorId\":\"ozo\",\"connectorState\":\"PROVISIONING\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"h\",\"name\":\"efgwbmqjc\",\"type\":\"ntasfaymxbu\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -37,21 +37,21 @@ public void testCreateOrUpdateWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
ConnectorResource response = manager.connectors()
- .define("aurkihcirlde")
- .withExistingCluster("mkoisqcssf", "xuifmcsypobkdqz", "dzsylollgtrczz", "dmxzjijpv")
- .withConnectorBasicInfo(new ConnectorInfoBase().withConnectorType(ConnectorType.SINK)
- .withConnectorClass(ConnectorClass.AZURECOSMOSV2SOURCE)
- .withConnectorName("nbkkjanurnnq")
- .withConnectorId("q")
+ .define("mcxtczhu")
+ .withExistingCluster("uwaoaguhicqlli", "stacsjvhrweftkwq", "jp", "vssehaepw")
+ .withConnectorBasicInfo(new ConnectorInfoBase().withConnectorType(ConnectorType.SOURCE)
+ .withConnectorClass(ConnectorClass.AZUREBLOBSOURCE)
+ .withConnectorName("d")
+ .withConnectorId("yespydjfbocyv")
.withConnectorState(ConnectorStatus.PAUSED))
.withConnectorServiceTypeInfo(new ConnectorServiceTypeInfoBase())
.withPartnerConnectorInfo(new PartnerInfoBase())
.create();
- Assertions.assertEquals(ConnectorType.SOURCE, response.connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE, response.connectorBasicInfo().connectorClass());
- Assertions.assertEquals("owxih", response.connectorBasicInfo().connectorName());
- Assertions.assertEquals("nxw", response.connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.RUNNING, response.connectorBasicInfo().connectorState());
+ Assertions.assertEquals(ConnectorType.SINK, response.connectorBasicInfo().connectorType());
+ Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SOURCE, response.connectorBasicInfo().connectorClass());
+ Assertions.assertEquals("xmxufrsryjqgdk", response.connectorBasicInfo().connectorName());
+ Assertions.assertEquals("ozo", response.connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.PROVISIONING, response.connectorBasicInfo().connectorState());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsGetWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsGetWithResponseMockTests.java
index 38bb5470bfe1..65fc52739b1c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsGetWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsGetWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class ConnectorsGetWithResponseMockTests {
@Test
public void testGetWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZUREBLOBSOURCE\",\"connectorName\":\"jwuive\",\"connectorId\":\"cgyee\",\"connectorState\":\"PROVISIONING\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"psmgo\",\"name\":\"guamlj\",\"type\":\"l\"}";
+ = "{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZURECOSMOSV2SOURCE\",\"connectorName\":\"yetesy\",\"connectorId\":\"idbz\",\"connectorState\":\"RUNNING\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"b\",\"name\":\"vnynkb\",\"type\":\"etnjuhpsprkz\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,13 +34,14 @@ public void testGetWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
ConnectorResource response = manager.connectors()
- .getWithResponse("ui", "eeyaswl", "augmrmfjlr", "wtoaukhfk", "cisiz", com.azure.core.util.Context.NONE)
+ .getWithResponse("ecvo", "ygzyvneezaifght", "oqqtl", "fhzbkr", "jjjavfqnvhnq",
+ com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals(ConnectorType.SINK, response.connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE, response.connectorBasicInfo().connectorClass());
- Assertions.assertEquals("jwuive", response.connectorBasicInfo().connectorName());
- Assertions.assertEquals("cgyee", response.connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.PROVISIONING, response.connectorBasicInfo().connectorState());
+ Assertions.assertEquals(ConnectorType.SOURCE, response.connectorBasicInfo().connectorType());
+ Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SOURCE, response.connectorBasicInfo().connectorClass());
+ Assertions.assertEquals("yetesy", response.connectorBasicInfo().connectorName());
+ Assertions.assertEquals("idbz", response.connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.RUNNING, response.connectorBasicInfo().connectorState());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsListMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsListMockTests.java
index 55713ecf8617..08172d93fc6d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsListMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ConnectorsListMockTests.java
@@ -25,7 +25,7 @@ public final class ConnectorsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZUREBLOBSINK\",\"connectorName\":\"gmnsghpxy\",\"connectorId\":\"hdrwjjkh\",\"connectorState\":\"FAILED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"luzvxnq\",\"name\":\"hrpq\",\"type\":\"df\"}]}";
+ = "{\"value\":[{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZURECOSMOSV2SINK\",\"connectorName\":\"xigc\",\"connectorId\":\"gxuupbezqccydrtc\",\"connectorState\":\"PAUSED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"ky\",\"name\":\"hztgeqmgqzgwld\",\"type\":\"ychillcecfe\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -35,15 +35,15 @@ public void testList() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.connectors()
- .list("gmsplzgaufcshhv", "ewgnxkympqanxrj", "ixt", "bta", 495310352, "pnyghs",
+ .list("aupia", "cxnafbwqrooh", "uovmaonurjt", "mghihp", 118637187, "cmslclblyjxltbs",
com.azure.core.util.Context.NONE);
Assertions.assertEquals(ConnectorType.SINK, response.iterator().next().connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZUREBLOBSINK,
+ Assertions.assertEquals(ConnectorClass.AZURECOSMOSV2SINK,
response.iterator().next().connectorBasicInfo().connectorClass());
- Assertions.assertEquals("gmnsghpxy", response.iterator().next().connectorBasicInfo().connectorName());
- Assertions.assertEquals("hdrwjjkh", response.iterator().next().connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.FAILED,
+ Assertions.assertEquals("xigc", response.iterator().next().connectorBasicInfo().connectorName());
+ Assertions.assertEquals("gxuupbezqccydrtc", response.iterator().next().connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.PAUSED,
response.iterator().next().connectorBasicInfo().connectorState());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/CreateApiKeyModelTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/CreateApiKeyModelTests.java
index edc2c90e67ee..1b9f5238fb08 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/CreateApiKeyModelTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/CreateApiKeyModelTests.java
@@ -11,17 +11,17 @@
public final class CreateApiKeyModelTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- CreateApiKeyModel model = BinaryData.fromString("{\"name\":\"tshhszhedp\",\"description\":\"wiwubm\"}")
- .toObject(CreateApiKeyModel.class);
- Assertions.assertEquals("tshhszhedp", model.name());
- Assertions.assertEquals("wiwubm", model.description());
+ CreateApiKeyModel model
+ = BinaryData.fromString("{\"name\":\"hhyxxrw\",\"description\":\"co\"}").toObject(CreateApiKeyModel.class);
+ Assertions.assertEquals("hhyxxrw", model.name());
+ Assertions.assertEquals("co", model.description());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- CreateApiKeyModel model = new CreateApiKeyModel().withName("tshhszhedp").withDescription("wiwubm");
+ CreateApiKeyModel model = new CreateApiKeyModel().withName("hhyxxrw").withDescription("co");
model = BinaryData.fromObject(model).toObject(CreateApiKeyModel.class);
- Assertions.assertEquals("tshhszhedp", model.name());
- Assertions.assertEquals("wiwubm", model.description());
+ Assertions.assertEquals("hhyxxrw", model.name());
+ Assertions.assertEquals("co", model.description());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentPropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentPropertiesTests.java
index d66174173379..47b1e4cdbcd0 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentPropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentPropertiesTests.java
@@ -15,31 +15,31 @@ public final class EnvironmentPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
EnvironmentProperties model = BinaryData.fromString(
- "{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"iuaod\",\"resourceName\":\"cpkvxodp\",\"createdTimestamp\":\"zmyzydagf\",\"updatedTimestamp\":\"xbezyiuokktwh\",\"deletedTimestamp\":\"xw\"}}")
+ "{\"streamGovernanceConfig\":{\"package\":\"ESSENTIALS\"},\"metadata\":{\"self\":\"xxjnspydptk\",\"resourceName\":\"nkoukn\",\"createdTimestamp\":\"dwtiukbldngkp\",\"updatedTimestamp\":\"ipazyxoegukgjnpi\",\"deletedTimestamp\":\"gygev\"}}")
.toObject(EnvironmentProperties.class);
- Assertions.assertEquals(Package.ADVANCED, model.streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("iuaod", model.metadata().self());
- Assertions.assertEquals("cpkvxodp", model.metadata().resourceName());
- Assertions.assertEquals("zmyzydagf", model.metadata().createdTimestamp());
- Assertions.assertEquals("xbezyiuokktwh", model.metadata().updatedTimestamp());
- Assertions.assertEquals("xw", model.metadata().deletedTimestamp());
+ Assertions.assertEquals(Package.ESSENTIALS, model.streamGovernanceConfig().packageProperty());
+ Assertions.assertEquals("xxjnspydptk", model.metadata().self());
+ Assertions.assertEquals("nkoukn", model.metadata().resourceName());
+ Assertions.assertEquals("dwtiukbldngkp", model.metadata().createdTimestamp());
+ Assertions.assertEquals("ipazyxoegukgjnpi", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("gygev", model.metadata().deletedTimestamp());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
EnvironmentProperties model = new EnvironmentProperties()
- .withStreamGovernanceConfig(new StreamGovernanceConfig().withPackageProperty(Package.ADVANCED))
- .withMetadata(new SCMetadataEntity().withSelf("iuaod")
- .withResourceName("cpkvxodp")
- .withCreatedTimestamp("zmyzydagf")
- .withUpdatedTimestamp("xbezyiuokktwh")
- .withDeletedTimestamp("xw"));
+ .withStreamGovernanceConfig(new StreamGovernanceConfig().withPackageProperty(Package.ESSENTIALS))
+ .withMetadata(new SCMetadataEntity().withSelf("xxjnspydptk")
+ .withResourceName("nkoukn")
+ .withCreatedTimestamp("dwtiukbldngkp")
+ .withUpdatedTimestamp("ipazyxoegukgjnpi")
+ .withDeletedTimestamp("gygev"));
model = BinaryData.fromObject(model).toObject(EnvironmentProperties.class);
- Assertions.assertEquals(Package.ADVANCED, model.streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("iuaod", model.metadata().self());
- Assertions.assertEquals("cpkvxodp", model.metadata().resourceName());
- Assertions.assertEquals("zmyzydagf", model.metadata().createdTimestamp());
- Assertions.assertEquals("xbezyiuokktwh", model.metadata().updatedTimestamp());
- Assertions.assertEquals("xw", model.metadata().deletedTimestamp());
+ Assertions.assertEquals(Package.ESSENTIALS, model.streamGovernanceConfig().packageProperty());
+ Assertions.assertEquals("xxjnspydptk", model.metadata().self());
+ Assertions.assertEquals("nkoukn", model.metadata().resourceName());
+ Assertions.assertEquals("dwtiukbldngkp", model.metadata().createdTimestamp());
+ Assertions.assertEquals("ipazyxoegukgjnpi", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("gygev", model.metadata().deletedTimestamp());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentRecordTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentRecordTests.java
index 19e30226af2f..e1f20a756009 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentRecordTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentRecordTests.java
@@ -12,15 +12,15 @@ public final class EnvironmentRecordTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
EnvironmentRecord model = BinaryData.fromString(
- "{\"kind\":\"oakgtdlmkkzev\",\"id\":\"hewpusdsttwv\",\"metadata\":{\"self\":\"bbejdcngqqm\",\"resource_name\":\"kufgmj\",\"created_at\":\"wr\",\"updated_at\":\"rtwaenuuzko\",\"deleted_at\":\"minrfdw\"},\"display_name\":\"uhhziuiefozbhdm\"}")
+ "{\"kind\":\"fhmouwq\",\"id\":\"zrfze\",\"metadata\":{\"self\":\"bizikayuhq\",\"resource_name\":\"jbsybbqw\",\"created_at\":\"t\",\"updated_at\":\"gmfpgvmp\",\"deleted_at\":\"as\"},\"display_name\":\"haq\"}")
.toObject(EnvironmentRecord.class);
- Assertions.assertEquals("oakgtdlmkkzev", model.kind());
- Assertions.assertEquals("hewpusdsttwv", model.id());
- Assertions.assertEquals("bbejdcngqqm", model.metadata().self());
- Assertions.assertEquals("kufgmj", model.metadata().resourceName());
- Assertions.assertEquals("wr", model.metadata().createdAt());
- Assertions.assertEquals("rtwaenuuzko", model.metadata().updatedAt());
- Assertions.assertEquals("minrfdw", model.metadata().deletedAt());
- Assertions.assertEquals("uhhziuiefozbhdm", model.displayName());
+ Assertions.assertEquals("fhmouwq", model.kind());
+ Assertions.assertEquals("zrfze", model.id());
+ Assertions.assertEquals("bizikayuhq", model.metadata().self());
+ Assertions.assertEquals("jbsybbqw", model.metadata().resourceName());
+ Assertions.assertEquals("t", model.metadata().createdAt());
+ Assertions.assertEquals("gmfpgvmp", model.metadata().updatedAt());
+ Assertions.assertEquals("as", model.metadata().deletedAt());
+ Assertions.assertEquals("haq", model.displayName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentsCreateOrUpdateWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentsCreateOrUpdateWithResponseMockTests.java
index 0f5107ce6fa2..d2f442c7fb3f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentsCreateOrUpdateWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/EnvironmentsCreateOrUpdateWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class EnvironmentsCreateOrUpdateWithResponseMockTests {
@Test
public void testCreateOrUpdateWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"wvnph\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ESSENTIALS\"},\"metadata\":{\"self\":\"hmqrhvthlaiwdc\",\"resourceName\":\"mlzzhzdtxetlgyd\",\"createdTimestamp\":\"qvlnnpxybafiqgea\",\"updatedTimestamp\":\"bgj\",\"deletedTimestamp\":\"glklb\"}},\"id\":\"lidwcwvmzegjon\",\"name\":\"hj\",\"type\":\"rwgdnqzbrfks\"}";
+ = "{\"kind\":\"p\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"dzsylollgtrczz\",\"resourceName\":\"mxzjijpvua\",\"createdTimestamp\":\"kihcirlde\",\"updatedTimestamp\":\"rdcoxnbkkj\",\"deletedTimestamp\":\"urnnqbnqbpiz\"}},\"id\":\"ltgrdogypxrxv\",\"name\":\"fihwu\",\"type\":\"vctafsrb\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,23 +34,23 @@ public void testCreateOrUpdateWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
SCEnvironmentRecord response = manager.environments()
- .define("wro")
- .withExistingOrganization("tgvgzp", "rrkolawjmjs")
- .withKind("dxfzzzwyjaf")
+ .define("dlrgms")
+ .withExistingOrganization("xeiqbpsmg", "mguaml")
+ .withKind("zgaufcshhvn")
.withStreamGovernanceConfig(new StreamGovernanceConfig().withPackageProperty(Package.ESSENTIALS))
- .withMetadata(new SCMetadataEntity().withSelf("nuchlgmltxdwhmo")
- .withResourceName("sgzv")
- .withCreatedTimestamp("snnjzfpafolpym")
- .withUpdatedTimestamp("mxq")
- .withDeletedTimestamp("agpgdph"))
+ .withMetadata(new SCMetadataEntity().withSelf("mpqanxrjkixtwbt")
+ .withResourceName("ypnyghshxc")
+ .withCreatedTimestamp("hkgmnsg")
+ .withUpdatedTimestamp("xycphdrwjjkh")
+ .withDeletedTimestamp("omacluzvxnqmhr"))
.create();
- Assertions.assertEquals("wvnph", response.kind());
- Assertions.assertEquals(Package.ESSENTIALS, response.streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("hmqrhvthlaiwdc", response.metadata().self());
- Assertions.assertEquals("mlzzhzdtxetlgyd", response.metadata().resourceName());
- Assertions.assertEquals("qvlnnpxybafiqgea", response.metadata().createdTimestamp());
- Assertions.assertEquals("bgj", response.metadata().updatedTimestamp());
- Assertions.assertEquals("glklb", response.metadata().deletedTimestamp());
+ Assertions.assertEquals("p", response.kind());
+ Assertions.assertEquals(Package.ADVANCED, response.streamGovernanceConfig().packageProperty());
+ Assertions.assertEquals("dzsylollgtrczz", response.metadata().self());
+ Assertions.assertEquals("mxzjijpvua", response.metadata().resourceName());
+ Assertions.assertEquals("kihcirlde", response.metadata().createdTimestamp());
+ Assertions.assertEquals("rdcoxnbkkj", response.metadata().updatedTimestamp());
+ Assertions.assertEquals("urnnqbnqbpiz", response.metadata().deletedTimestamp());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/GetEnvironmentsResponseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/GetEnvironmentsResponseTests.java
index e19f2f35d088..10e6b49a88e2 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/GetEnvironmentsResponseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/GetEnvironmentsResponseTests.java
@@ -13,15 +13,15 @@ public final class GetEnvironmentsResponseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
GetEnvironmentsResponse model = BinaryData.fromString(
- "{\"value\":[{\"kind\":\"mbsureximo\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"ksymd\",\"resourceName\":\"stkiiuxhqyud\",\"createdTimestamp\":\"rrqnbpoczvyifqrv\",\"updatedTimestamp\":\"vjsllrmvvdfw\",\"deletedTimestamp\":\"kpnpulexxbczwtr\"}},\"id\":\"iqzbq\",\"name\":\"vsovmyokac\",\"type\":\"pkwlhz\"}],\"nextLink\":\"bpxjmfl\"}")
+ "{\"value\":[{\"kind\":\"pmr\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ESSENTIALS\"},\"metadata\":{\"self\":\"qjsdpydnfyhxdeo\",\"resourceName\":\"zi\",\"createdTimestamp\":\"ifsjttgzfbishcb\",\"updatedTimestamp\":\"ajdeyeamdphaga\",\"deletedTimestamp\":\"buxwgip\"}},\"id\":\"onowk\",\"name\":\"shwankixzbinje\",\"type\":\"uttmrywnuzoqft\"},{\"kind\":\"qzrnkcqvyxlwhz\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"qqn\",\"resourceName\":\"lryav\",\"createdTimestamp\":\"heun\",\"updatedTimestamp\":\"qhgyxzkonocukok\",\"deletedTimestamp\":\"axuconuq\"}},\"id\":\"fkbey\",\"name\":\"ewrmjmwvvjektc\",\"type\":\"senhwlrs\"},{\"kind\":\"rzpwvlqdqgbiq\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ESSENTIALS\"},\"metadata\":{\"self\":\"tcktvfcivfsnky\",\"resourceName\":\"ctq\",\"createdTimestamp\":\"fbebrjcxer\",\"updatedTimestamp\":\"wutttxfvjrbi\",\"deletedTimestamp\":\"hxepcyvahfnlj\"}},\"id\":\"qxj\",\"name\":\"uujqgidokgjljyo\",\"type\":\"gvcl\"},{\"kind\":\"gsncghkjeszz\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"fvgxbfsmxneh\",\"resourceName\":\"vecxgodebfqkk\",\"createdTimestamp\":\"mpukgriw\",\"updatedTimestamp\":\"zlfbxzpuzycispnq\",\"deletedTimestamp\":\"hmgkbrpyy\"}},\"id\":\"ibnuqqkpik\",\"name\":\"drgvtqagn\",\"type\":\"uynhijg\"}],\"nextLink\":\"ebf\"}")
.toObject(GetEnvironmentsResponse.class);
- Assertions.assertEquals("mbsureximo", model.value().get(0).kind());
- Assertions.assertEquals(Package.ADVANCED, model.value().get(0).streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("ksymd", model.value().get(0).metadata().self());
- Assertions.assertEquals("stkiiuxhqyud", model.value().get(0).metadata().resourceName());
- Assertions.assertEquals("rrqnbpoczvyifqrv", model.value().get(0).metadata().createdTimestamp());
- Assertions.assertEquals("vjsllrmvvdfw", model.value().get(0).metadata().updatedTimestamp());
- Assertions.assertEquals("kpnpulexxbczwtr", model.value().get(0).metadata().deletedTimestamp());
- Assertions.assertEquals("bpxjmfl", model.nextLink());
+ Assertions.assertEquals("pmr", model.value().get(0).kind());
+ Assertions.assertEquals(Package.ESSENTIALS, model.value().get(0).streamGovernanceConfig().packageProperty());
+ Assertions.assertEquals("qjsdpydnfyhxdeo", model.value().get(0).metadata().self());
+ Assertions.assertEquals("zi", model.value().get(0).metadata().resourceName());
+ Assertions.assertEquals("ifsjttgzfbishcb", model.value().get(0).metadata().createdTimestamp());
+ Assertions.assertEquals("ajdeyeamdphaga", model.value().get(0).metadata().updatedTimestamp());
+ Assertions.assertEquals("buxwgip", model.value().get(0).metadata().deletedTimestamp());
+ Assertions.assertEquals("ebf", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/InvitationRecordInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/InvitationRecordInnerTests.java
index 4e10c2903a2c..8f0951754119 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/InvitationRecordInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/InvitationRecordInnerTests.java
@@ -12,19 +12,19 @@ public final class InvitationRecordInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
InvitationRecordInner model = BinaryData.fromString(
- "{\"kind\":\"bpaxhexiilivpdt\",\"id\":\"r\",\"metadata\":{\"self\":\"qoaxoruzfgs\",\"resource_name\":\"yfxrx\",\"created_at\":\"eptra\",\"updated_at\":\"jezwlwnw\",\"deleted_at\":\"qlcvydy\"},\"email\":\"tdooaoj\",\"auth_type\":\"iodkooebwnujhem\",\"status\":\"bvdkcrodtjin\",\"accepted_at\":\"jlfltkacjvefkdlf\",\"expires_at\":\"kggkfpa\"}")
+ "{\"kind\":\"gwol\",\"id\":\"czbwemhairsbr\",\"metadata\":{\"self\":\"wmsweypqwd\",\"resource_name\":\"gicccnxqhuex\",\"created_at\":\"ttlstvlzywemhz\",\"updated_at\":\"csdtclusiypbs\",\"deleted_at\":\"ytguslf\"},\"email\":\"dcygqukyhejhz\",\"auth_type\":\"xgfpelolppv\",\"status\":\"r\",\"accepted_at\":\"vu\",\"expires_at\":\"raehtwdwrft\"}")
.toObject(InvitationRecordInner.class);
- Assertions.assertEquals("bpaxhexiilivpdt", model.kind());
- Assertions.assertEquals("r", model.id());
- Assertions.assertEquals("qoaxoruzfgs", model.metadata().self());
- Assertions.assertEquals("yfxrx", model.metadata().resourceName());
- Assertions.assertEquals("eptra", model.metadata().createdAt());
- Assertions.assertEquals("jezwlwnw", model.metadata().updatedAt());
- Assertions.assertEquals("qlcvydy", model.metadata().deletedAt());
- Assertions.assertEquals("tdooaoj", model.email());
- Assertions.assertEquals("iodkooebwnujhem", model.authType());
- Assertions.assertEquals("bvdkcrodtjin", model.status());
- Assertions.assertEquals("jlfltkacjvefkdlf", model.acceptedAt());
- Assertions.assertEquals("kggkfpa", model.expiresAt());
+ Assertions.assertEquals("gwol", model.kind());
+ Assertions.assertEquals("czbwemhairsbr", model.id());
+ Assertions.assertEquals("wmsweypqwd", model.metadata().self());
+ Assertions.assertEquals("gicccnxqhuex", model.metadata().resourceName());
+ Assertions.assertEquals("ttlstvlzywemhz", model.metadata().createdAt());
+ Assertions.assertEquals("csdtclusiypbs", model.metadata().updatedAt());
+ Assertions.assertEquals("ytguslf", model.metadata().deletedAt());
+ Assertions.assertEquals("dcygqukyhejhz", model.email());
+ Assertions.assertEquals("xgfpelolppv", model.authType());
+ Assertions.assertEquals("r", model.status());
+ Assertions.assertEquals("vu", model.acceptedAt());
+ Assertions.assertEquals("raehtwdwrft", model.expiresAt());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/LatestLinkedSaaSResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/LatestLinkedSaaSResponseInnerTests.java
new file mode 100644
index 000000000000..8f6fd2506afc
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/LatestLinkedSaaSResponseInnerTests.java
@@ -0,0 +1,20 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.confluent.fluent.models.LatestLinkedSaaSResponseInner;
+import org.junit.jupiter.api.Assertions;
+
+public final class LatestLinkedSaaSResponseInnerTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ LatestLinkedSaaSResponseInner model
+ = BinaryData.fromString("{\"saaSResourceId\":\"okacspk\",\"isHiddenSaaS\":true}")
+ .toObject(LatestLinkedSaaSResponseInner.class);
+ Assertions.assertEquals("okacspk", model.saaSResourceId());
+ Assertions.assertTrue(model.isHiddenSaaS());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListAccessRequestModelTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListAccessRequestModelTests.java
index 82f1abf599ea..3dc0a470b00a 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListAccessRequestModelTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListAccessRequestModelTests.java
@@ -13,17 +13,18 @@
public final class ListAccessRequestModelTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ListAccessRequestModel model = BinaryData.fromString("{\"searchFilters\":{\"crmnohjtckwhds\":\"jdkirsoodqx\"}}")
- .toObject(ListAccessRequestModel.class);
- Assertions.assertEquals("jdkirsoodqx", model.searchFilters().get("crmnohjtckwhds"));
+ ListAccessRequestModel model
+ = BinaryData.fromString("{\"searchFilters\":{\"enjbdlwtgrhp\":\"eyy\",\"umasxazjpq\":\"jp\"}}")
+ .toObject(ListAccessRequestModel.class);
+ Assertions.assertEquals("eyy", model.searchFilters().get("enjbdlwtgrhp"));
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
ListAccessRequestModel model
- = new ListAccessRequestModel().withSearchFilters(mapOf("crmnohjtckwhds", "jdkirsoodqx"));
+ = new ListAccessRequestModel().withSearchFilters(mapOf("enjbdlwtgrhp", "eyy", "umasxazjpq", "jp"));
model = BinaryData.fromObject(model).toObject(ListAccessRequestModel.class);
- Assertions.assertEquals("jdkirsoodqx", model.searchFilters().get("crmnohjtckwhds"));
+ Assertions.assertEquals("eyy", model.searchFilters().get("enjbdlwtgrhp"));
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListClustersSuccessResponseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListClustersSuccessResponseTests.java
index c8845e2a43f1..a54c9dc028ee 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListClustersSuccessResponseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListClustersSuccessResponseTests.java
@@ -13,37 +13,37 @@ public final class ListClustersSuccessResponseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ListClustersSuccessResponse model = BinaryData.fromString(
- "{\"value\":[{\"kind\":\"vtcqaqtdo\",\"properties\":{\"metadata\":{\"self\":\"xv\",\"resourceName\":\"xyslqbh\",\"createdTimestamp\":\"xoblytkbl\",\"updatedTimestamp\":\"ewwwfbkrvrnsv\",\"deletedTimestamp\":\"q\"},\"spec\":{\"name\":\"xc\",\"availability\":\"bfovasrruvwbhsq\",\"cloud\":\"ubcgjbirxb\",\"zone\":\"bsrfbj\",\"package\":\"ESSENTIALS\",\"region\":\"ssotftpv\",\"kafkaBootstrapEndpoint\":\"bexilzznfqqnv\",\"httpEndpoint\":\"mqtaruoujmkcjh\",\"apiEndpoint\":\"ytjrybnwjewgdr\",\"config\":{\"kind\":\"vnaenqpehindoyg\"},\"environment\":{\"id\":\"thnzd\",\"environment\":\"sl\",\"related\":\"ayqigynduhav\",\"resourceName\":\"lkthu\"},\"network\":{\"id\":\"olbgycduiertgccy\",\"environment\":\"aolps\",\"related\":\"qlfmmdnbb\",\"resourceName\":\"zpswiydmc\"},\"byok\":{\"id\":\"zdxss\",\"related\":\"bzmnvdfznud\",\"resourceName\":\"dvxzbncblylpst\"}},\"status\":{\"phase\":\"hxsrzdzucersc\",\"cku\":42562338}},\"id\":\"evfiwjmygt\",\"name\":\"sslswtmweriof\",\"type\":\"pyqs\"}],\"nextLink\":\"wab\"}")
+ "{\"value\":[{\"kind\":\"xcxrsl\",\"properties\":{\"metadata\":{\"self\":\"wuoegrpk\",\"resourceName\":\"wniyqsluicpd\",\"createdTimestamp\":\"kzzlvmbmpaxmodf\",\"updatedTimestamp\":\"efyw\",\"deletedTimestamp\":\"pfvmwyhrfou\"},\"spec\":{\"name\":\"aakc\",\"availability\":\"iyzvqtmnub\",\"cloud\":\"kpzksmondjmq\",\"zone\":\"vypomgkopkwho\",\"package\":\"ADVANCED\",\"region\":\"jqg\",\"kafkaBootstrapEndpoint\":\"smocmbq\",\"httpEndpoint\":\"vmkcx\",\"apiEndpoint\":\"apvhelxprgly\",\"config\":{\"kind\":\"dckcbc\"},\"environment\":{\"id\":\"rjxgciqib\",\"environment\":\"osx\",\"related\":\"qrhzoymibmrqyib\",\"resourceName\":\"wfluszdt\"},\"network\":{\"id\":\"kwofyyvoq\",\"environment\":\"piexpbtgiw\",\"related\":\"oenwashr\",\"resourceName\":\"tkcnqxwb\"},\"byok\":{\"id\":\"ulpiuj\",\"related\":\"asipqiio\",\"resourceName\":\"uqerpqlpqwc\"}},\"status\":{\"phase\":\"qgbdbuta\",\"cku\":1020158274}},\"id\":\"tkuwhhmhykojo\",\"name\":\"afnn\",\"type\":\"lpichk\"},{\"kind\":\"mkcdyhbpkkpwdre\",\"properties\":{\"metadata\":{\"self\":\"vq\",\"resourceName\":\"vljxywsu\",\"createdTimestamp\":\"yrs\",\"updatedTimestamp\":\"sytgadgvraea\",\"deletedTimestamp\":\"e\"},\"spec\":{\"name\":\"arrwlquu\",\"availability\":\"fqka\",\"cloud\":\"wiipfpub\",\"zone\":\"bwwift\",\"package\":\"ADVANCED\",\"region\":\"vpuvks\",\"kafkaBootstrapEndpoint\":\"lsa\",\"httpEndpoint\":\"ynfs\",\"apiEndpoint\":\"ljphuopxodl\",\"config\":{\"kind\":\"ntorzihleosjswsr\"},\"environment\":{\"id\":\"yzrpzbchckqqzq\",\"environment\":\"xiy\",\"related\":\"iizynkedyatrwyh\",\"resourceName\":\"ibzyhwitsmyp\"},\"network\":{\"id\":\"pcdpumnz\",\"environment\":\"wznm\",\"related\":\"iknsorgjh\",\"resourceName\":\"ldtlwwr\"},\"byok\":{\"id\":\"m\",\"related\":\"cvokotllxdyhg\",\"resourceName\":\"ocogj\"}},\"status\":{\"phase\":\"tbnnha\",\"cku\":168472048}},\"id\":\"rkvcikhnvpa\",\"name\":\"qgxqquezikyw\",\"type\":\"gxk\"},{\"kind\":\"la\",\"properties\":{\"metadata\":{\"self\":\"wuipiccjzkzivg\",\"resourceName\":\"c\",\"createdTimestamp\":\"y\",\"updatedTimestamp\":\"yrnxxmueedn\",\"deletedTimestamp\":\"dvstkw\"},\"spec\":{\"name\":\"chea\",\"availability\":\"fmtdaaygdvwvgp\",\"cloud\":\"hgwxrtfudx\",\"zone\":\"xg\",\"package\":\"ADVANCED\",\"region\":\"vrvmnpkukghim\",\"kafkaBootstrapEndpoint\":\"lxgwimfnjhf\",\"httpEndpoint\":\"wmszkk\",\"apiEndpoint\":\"qreyfkzi\",\"config\":{\"kind\":\"aw\"},\"environment\":{\"id\":\"ivx\",\"environment\":\"zel\",\"related\":\"irels\",\"resourceName\":\"aenwabf\"},\"network\":{\"id\":\"lddxbjhwua\",\"environment\":\"oz\",\"related\":\"sphyoulpjrvxa\",\"resourceName\":\"rvimjwosytxitcsk\"},\"byok\":{\"id\":\"tq\",\"related\":\"iekkezz\",\"resourceName\":\"hlyfjhdgqgg\"}},\"status\":{\"phase\":\"unygaeqid\",\"cku\":1644880180}},\"id\":\"t\",\"name\":\"xllrxcyjm\",\"type\":\"a\"}],\"nextLink\":\"uvarmywdmjsjq\"}")
.toObject(ListClustersSuccessResponse.class);
- Assertions.assertEquals("vtcqaqtdo", model.value().get(0).kind());
- Assertions.assertEquals("xv", model.value().get(0).metadata().self());
- Assertions.assertEquals("xyslqbh", model.value().get(0).metadata().resourceName());
- Assertions.assertEquals("xoblytkbl", model.value().get(0).metadata().createdTimestamp());
- Assertions.assertEquals("ewwwfbkrvrnsv", model.value().get(0).metadata().updatedTimestamp());
- Assertions.assertEquals("q", model.value().get(0).metadata().deletedTimestamp());
- Assertions.assertEquals("xc", model.value().get(0).spec().name());
- Assertions.assertEquals("bfovasrruvwbhsq", model.value().get(0).spec().availability());
- Assertions.assertEquals("ubcgjbirxb", model.value().get(0).spec().cloud());
- Assertions.assertEquals("bsrfbj", model.value().get(0).spec().zone());
- Assertions.assertEquals(Package.ESSENTIALS, model.value().get(0).spec().packageProperty());
- Assertions.assertEquals("ssotftpv", model.value().get(0).spec().region());
- Assertions.assertEquals("bexilzznfqqnv", model.value().get(0).spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("mqtaruoujmkcjh", model.value().get(0).spec().httpEndpoint());
- Assertions.assertEquals("ytjrybnwjewgdr", model.value().get(0).spec().apiEndpoint());
- Assertions.assertEquals("vnaenqpehindoyg", model.value().get(0).spec().config().kind());
- Assertions.assertEquals("thnzd", model.value().get(0).spec().environment().id());
- Assertions.assertEquals("sl", model.value().get(0).spec().environment().environment());
- Assertions.assertEquals("ayqigynduhav", model.value().get(0).spec().environment().related());
- Assertions.assertEquals("lkthu", model.value().get(0).spec().environment().resourceName());
- Assertions.assertEquals("olbgycduiertgccy", model.value().get(0).spec().network().id());
- Assertions.assertEquals("aolps", model.value().get(0).spec().network().environment());
- Assertions.assertEquals("qlfmmdnbb", model.value().get(0).spec().network().related());
- Assertions.assertEquals("zpswiydmc", model.value().get(0).spec().network().resourceName());
- Assertions.assertEquals("zdxss", model.value().get(0).spec().byok().id());
- Assertions.assertEquals("bzmnvdfznud", model.value().get(0).spec().byok().related());
- Assertions.assertEquals("dvxzbncblylpst", model.value().get(0).spec().byok().resourceName());
- Assertions.assertEquals("hxsrzdzucersc", model.value().get(0).status().phase());
- Assertions.assertEquals(42562338, model.value().get(0).status().cku());
- Assertions.assertEquals("wab", model.nextLink());
+ Assertions.assertEquals("xcxrsl", model.value().get(0).kind());
+ Assertions.assertEquals("wuoegrpk", model.value().get(0).metadata().self());
+ Assertions.assertEquals("wniyqsluicpd", model.value().get(0).metadata().resourceName());
+ Assertions.assertEquals("kzzlvmbmpaxmodf", model.value().get(0).metadata().createdTimestamp());
+ Assertions.assertEquals("efyw", model.value().get(0).metadata().updatedTimestamp());
+ Assertions.assertEquals("pfvmwyhrfou", model.value().get(0).metadata().deletedTimestamp());
+ Assertions.assertEquals("aakc", model.value().get(0).spec().name());
+ Assertions.assertEquals("iyzvqtmnub", model.value().get(0).spec().availability());
+ Assertions.assertEquals("kpzksmondjmq", model.value().get(0).spec().cloud());
+ Assertions.assertEquals("vypomgkopkwho", model.value().get(0).spec().zone());
+ Assertions.assertEquals(Package.ADVANCED, model.value().get(0).spec().packageProperty());
+ Assertions.assertEquals("jqg", model.value().get(0).spec().region());
+ Assertions.assertEquals("smocmbq", model.value().get(0).spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("vmkcx", model.value().get(0).spec().httpEndpoint());
+ Assertions.assertEquals("apvhelxprgly", model.value().get(0).spec().apiEndpoint());
+ Assertions.assertEquals("dckcbc", model.value().get(0).spec().config().kind());
+ Assertions.assertEquals("rjxgciqib", model.value().get(0).spec().environment().id());
+ Assertions.assertEquals("osx", model.value().get(0).spec().environment().environment());
+ Assertions.assertEquals("qrhzoymibmrqyib", model.value().get(0).spec().environment().related());
+ Assertions.assertEquals("wfluszdt", model.value().get(0).spec().environment().resourceName());
+ Assertions.assertEquals("kwofyyvoq", model.value().get(0).spec().network().id());
+ Assertions.assertEquals("piexpbtgiw", model.value().get(0).spec().network().environment());
+ Assertions.assertEquals("oenwashr", model.value().get(0).spec().network().related());
+ Assertions.assertEquals("tkcnqxwb", model.value().get(0).spec().network().resourceName());
+ Assertions.assertEquals("ulpiuj", model.value().get(0).spec().byok().id());
+ Assertions.assertEquals("asipqiio", model.value().get(0).spec().byok().related());
+ Assertions.assertEquals("uqerpqlpqwc", model.value().get(0).spec().byok().resourceName());
+ Assertions.assertEquals("qgbdbuta", model.value().get(0).status().phase());
+ Assertions.assertEquals(1020158274, model.value().get(0).status().cku());
+ Assertions.assertEquals("uvarmywdmjsjq", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListConnectorsSuccessResponseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListConnectorsSuccessResponseTests.java
index fdc9524ed3d6..662b7d278cb0 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListConnectorsSuccessResponseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListConnectorsSuccessResponseTests.java
@@ -15,15 +15,14 @@ public final class ListConnectorsSuccessResponseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ListConnectorsSuccessResponse model = BinaryData.fromString(
- "{\"value\":[{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZUREBLOBSOURCE\",\"connectorName\":\"tiewdj\",\"connectorId\":\"bquwrbehw\",\"connectorState\":\"PROVISIONING\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"f\",\"name\":\"kmr\",\"type\":\"emvvhm\"},{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SINK\",\"connectorClass\":\"AZURECOSMOSV2SOURCE\",\"connectorName\":\"tac\",\"connectorId\":\"bj\",\"connectorState\":\"FAILED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"znmwcp\",\"name\":\"guaadraufactkahz\",\"type\":\"v\"},{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZUREBLOBSINK\",\"connectorName\":\"xps\",\"connectorId\":\"eekulfgslqubkwd\",\"connectorState\":\"FAILED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"utujba\",\"name\":\"pjuohminyfl\",\"type\":\"orwmduvwpklv\"},{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZURECOSMOSV2SOURCE\",\"connectorName\":\"pgpqchiszepnnb\",\"connectorId\":\"rxgibbd\",\"connectorState\":\"PAUSED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"ozauorsukokwb\",\"name\":\"plhlvnuuepzlrp\",\"type\":\"wzsoldweyuqdunv\"}],\"nextLink\":\"nrwrbiork\"}")
+ "{\"value\":[{\"properties\":{\"connectorBasicInfo\":{\"connectorType\":\"SOURCE\",\"connectorClass\":\"AZUREBLOBSINK\",\"connectorName\":\"pfgfbkjub\",\"connectorId\":\"hgkfmin\",\"connectorState\":\"PAUSED\"},\"connectorServiceTypeInfo\":{\"connectorServiceType\":\"ConnectorServiceTypeInfoBase\"},\"partnerConnectorInfo\":{\"partnerConnectorType\":\"PartnerInfoBase\"}},\"id\":\"ttsttktlahbqact\",\"name\":\"tgzukxitmmqt\",\"type\":\"qqqxhrnxrx\"}],\"nextLink\":\"juisavokqdzf\"}")
.toObject(ListConnectorsSuccessResponse.class);
Assertions.assertEquals(ConnectorType.SOURCE, model.value().get(0).connectorBasicInfo().connectorType());
- Assertions.assertEquals(ConnectorClass.AZUREBLOBSOURCE,
+ Assertions.assertEquals(ConnectorClass.AZUREBLOBSINK,
model.value().get(0).connectorBasicInfo().connectorClass());
- Assertions.assertEquals("tiewdj", model.value().get(0).connectorBasicInfo().connectorName());
- Assertions.assertEquals("bquwrbehw", model.value().get(0).connectorBasicInfo().connectorId());
- Assertions.assertEquals(ConnectorStatus.PROVISIONING,
- model.value().get(0).connectorBasicInfo().connectorState());
- Assertions.assertEquals("nrwrbiork", model.nextLink());
+ Assertions.assertEquals("pfgfbkjub", model.value().get(0).connectorBasicInfo().connectorName());
+ Assertions.assertEquals("hgkfmin", model.value().get(0).connectorBasicInfo().connectorId());
+ Assertions.assertEquals(ConnectorStatus.PAUSED, model.value().get(0).connectorBasicInfo().connectorState());
+ Assertions.assertEquals("juisavokqdzf", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListRegionsSuccessResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListRegionsSuccessResponseInnerTests.java
index ce34840b91a0..422712cc2e25 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListRegionsSuccessResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListRegionsSuccessResponseInnerTests.java
@@ -12,18 +12,18 @@ public final class ListRegionsSuccessResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ListRegionsSuccessResponseInner model = BinaryData.fromString(
- "{\"data\":[{\"kind\":\"yip\",\"id\":\"sqwpgrjb\",\"properties\":{\"metadata\":{\"self\":\"cjxvsnbyxqab\",\"resourceName\":\"ocpcy\",\"createdTimestamp\":\"urzafb\",\"updatedTimestamp\":\"j\",\"deletedTimestamp\":\"btoqcjmkljavbqid\"},\"spec\":{\"name\":\"jzyulpk\",\"cloud\":\"jkrlkhbzhfepg\",\"regionName\":\"qex\",\"packages\":[\"c\",\"scpai\",\"rhhbcs\",\"l\"]}}},{\"kind\":\"majtjaod\",\"id\":\"bnbdxkqpxokajion\",\"properties\":{\"metadata\":{\"self\":\"xg\",\"resourceName\":\"xgcp\",\"createdTimestamp\":\"gmaajrm\",\"updatedTimestamp\":\"jwzrl\",\"deletedTimestamp\":\"mcl\"},\"spec\":{\"name\":\"j\",\"cloud\":\"ejctbzaqsqsycb\",\"regionName\":\"fkgukdkexxppof\",\"packages\":[\"x\",\"fjpgddtocjjxhvp\",\"o\",\"exhd\"]}}},{\"kind\":\"i\",\"id\":\"eojnxqbzvddn\",\"properties\":{\"metadata\":{\"self\":\"eic\",\"resourceName\":\"w\",\"createdTimestamp\":\"zao\",\"updatedTimestamp\":\"uhrhcffcyddgl\",\"deletedTimestamp\":\"t\"},\"spec\":{\"name\":\"kw\",\"cloud\":\"eicxmqciwqvhkhi\",\"regionName\":\"igdtopbob\",\"packages\":[\"hm\",\"w\"]}}},{\"kind\":\"m\",\"id\":\"hrzayvvtpgvdf\",\"properties\":{\"metadata\":{\"self\":\"kftutqxlngxlefg\",\"resourceName\":\"nxkrx\",\"createdTimestamp\":\"mi\",\"updatedTimestamp\":\"thz\",\"deletedTimestamp\":\"qdrabhjybigehoqf\"},\"spec\":{\"name\":\"skanyk\",\"cloud\":\"lcuiywgqywgndr\",\"regionName\":\"nhzgpphrcgyn\",\"packages\":[\"pec\",\"vmmcoofs\",\"lzevgbmqjqab\",\"y\"]}}}]}")
+ "{\"data\":[{\"kind\":\"alhbx\",\"id\":\"e\",\"properties\":{\"metadata\":{\"self\":\"v\",\"resourceName\":\"dgwdslfhot\",\"createdTimestamp\":\"cynpwlbjnp\",\"updatedTimestamp\":\"cftadeh\",\"deletedTimestamp\":\"ltyfsop\"},\"spec\":{\"name\":\"uesnzwdejbavo\",\"cloud\":\"zdmohctbqvu\",\"regionName\":\"xdn\",\"packages\":[\"owgujjugwdkcglhs\"]}}}]}")
.toObject(ListRegionsSuccessResponseInner.class);
- Assertions.assertEquals("yip", model.data().get(0).kind());
- Assertions.assertEquals("sqwpgrjb", model.data().get(0).id());
- Assertions.assertEquals("cjxvsnbyxqab", model.data().get(0).metadata().self());
- Assertions.assertEquals("ocpcy", model.data().get(0).metadata().resourceName());
- Assertions.assertEquals("urzafb", model.data().get(0).metadata().createdTimestamp());
- Assertions.assertEquals("j", model.data().get(0).metadata().updatedTimestamp());
- Assertions.assertEquals("btoqcjmkljavbqid", model.data().get(0).metadata().deletedTimestamp());
- Assertions.assertEquals("jzyulpk", model.data().get(0).spec().name());
- Assertions.assertEquals("jkrlkhbzhfepg", model.data().get(0).spec().cloud());
- Assertions.assertEquals("qex", model.data().get(0).spec().regionName());
- Assertions.assertEquals("c", model.data().get(0).spec().packages().get(0));
+ Assertions.assertEquals("alhbx", model.data().get(0).kind());
+ Assertions.assertEquals("e", model.data().get(0).id());
+ Assertions.assertEquals("v", model.data().get(0).metadata().self());
+ Assertions.assertEquals("dgwdslfhot", model.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("cynpwlbjnp", model.data().get(0).metadata().createdTimestamp());
+ Assertions.assertEquals("cftadeh", model.data().get(0).metadata().updatedTimestamp());
+ Assertions.assertEquals("ltyfsop", model.data().get(0).metadata().deletedTimestamp());
+ Assertions.assertEquals("uesnzwdejbavo", model.data().get(0).spec().name());
+ Assertions.assertEquals("zdmohctbqvu", model.data().get(0).spec().cloud());
+ Assertions.assertEquals("xdn", model.data().get(0).spec().regionName());
+ Assertions.assertEquals("owgujjugwdkcglhs", model.data().get(0).spec().packages().get(0));
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListSchemaRegistryClustersResponseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListSchemaRegistryClustersResponseTests.java
index a928a269a97d..aae9d8a9b3c0 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListSchemaRegistryClustersResponseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListSchemaRegistryClustersResponseTests.java
@@ -12,26 +12,26 @@ public final class ListSchemaRegistryClustersResponseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ListSchemaRegistryClustersResponse model = BinaryData.fromString(
- "{\"value\":[{\"kind\":\"nchrkcciww\",\"id\":\"uqkhrsajiwku\",\"properties\":{\"metadata\":{\"self\":\"kg\",\"resourceName\":\"auu\",\"createdTimestamp\":\"jmvxie\",\"updatedTimestamp\":\"ugidyjrr\",\"deletedTimestamp\":\"y\"},\"spec\":{\"name\":\"v\",\"httpEndpoint\":\"csonpclhoco\",\"package\":\"lkevle\",\"region\":{\"id\":\"fbuhfmvfaxkffe\",\"related\":\"th\",\"resourceName\":\"m\"},\"environment\":{\"id\":\"v\",\"related\":\"xmzsbbzogg\",\"resourceName\":\"rxwburv\"},\"cloud\":\"xjnspy\"},\"status\":{\"phase\":\"koen\"}}},{\"kind\":\"uknvudwti\",\"id\":\"bldngkpoc\",\"properties\":{\"metadata\":{\"self\":\"yxoegukgjnp\",\"resourceName\":\"cgygev\",\"createdTimestamp\":\"ntypmrbpizcdrqj\",\"updatedTimestamp\":\"pyd\",\"deletedTimestamp\":\"yhxdeoejzicwi\"},\"spec\":{\"name\":\"ttgzfbis\",\"httpEndpoint\":\"bkh\",\"package\":\"deyeamdphagalpbu\",\"region\":{\"id\":\"ipwhonowk\",\"related\":\"hwankixzbinjepu\",\"resourceName\":\"mryw\"},\"environment\":{\"id\":\"oqftiyqzrnkcq\",\"related\":\"xlwhzlsicoh\",\"resourceName\":\"qnwvlrya\"},\"cloud\":\"hheunmmqhgyx\"},\"status\":{\"phase\":\"noc\"}}},{\"kind\":\"oklyaxuconuq\",\"id\":\"fkbey\",\"properties\":{\"metadata\":{\"self\":\"mjmwvvjektcx\",\"resourceName\":\"nhwlrsffrzpwvl\",\"createdTimestamp\":\"q\",\"updatedTimestamp\":\"iqylihkaetck\",\"deletedTimestamp\":\"fcivfsnkym\"},\"spec\":{\"name\":\"qhjfbebr\",\"httpEndpoint\":\"xerf\",\"package\":\"utttxfvjrbirp\",\"region\":{\"id\":\"pcyvahfnljkyqx\",\"related\":\"uujqgidokgjljyo\",\"resourceName\":\"vcltbgsncgh\"},\"environment\":{\"id\":\"szzhbijhtxfvgxbf\",\"related\":\"xnehmpvec\",\"resourceName\":\"odebfqkkrbmpu\"},\"cloud\":\"riwflzlfb\"},\"status\":{\"phase\":\"uzycispnqza\"}}}],\"nextLink\":\"gkbrpyyd\"}")
+ "{\"value\":[{\"kind\":\"rbu\",\"id\":\"cvpnazzmhjrunmpx\",\"properties\":{\"metadata\":{\"self\":\"hrbnlankxmyskpbh\",\"resourceName\":\"btkcxywnytnrsyn\",\"createdTimestamp\":\"idybyxczf\",\"updatedTimestamp\":\"haaxdbabphl\",\"deletedTimestamp\":\"qlfktsths\"},\"spec\":{\"name\":\"cmnyyazttb\",\"httpEndpoint\":\"wrqpue\",\"package\":\"kzywbiex\",\"region\":{\"id\":\"yueaxibxujwb\",\"related\":\"walm\",\"resourceName\":\"yoxa\"},\"environment\":{\"id\":\"kzjancuxrhdwbav\",\"related\":\"niwdjsw\",\"resourceName\":\"s\"},\"cloud\":\"pgn\"},\"status\":{\"phase\":\"x\"}}},{\"kind\":\"zxbzpfzabglc\",\"id\":\"xwtctyqiklbbovpl\",\"properties\":{\"metadata\":{\"self\":\"vgyuguos\",\"resourceName\":\"kfssxqukkf\",\"createdTimestamp\":\"gmgsxnkjzkde\",\"updatedTimestamp\":\"pvlopwiyighxpkd\",\"deletedTimestamp\":\"baiuebbaumny\"},\"spec\":{\"name\":\"edeojnabc\",\"httpEndpoint\":\"smtxpsieb\",\"package\":\"hvpesapskrdqm\",\"region\":{\"id\":\"dhtldwkyz\",\"related\":\"utknc\",\"resourceName\":\"cwsvlxotog\"},\"environment\":{\"id\":\"upqsx\",\"related\":\"micykvceoveilo\",\"resourceName\":\"oty\"},\"cloud\":\"fcnj\"},\"status\":{\"phase\":\"nxdhbt\"}}},{\"kind\":\"phywpnvj\",\"id\":\"qnermclfplphoxu\",\"properties\":{\"metadata\":{\"self\":\"abgy\",\"resourceName\":\"sbj\",\"createdTimestamp\":\"zq\",\"updatedTimestamp\":\"xywpmueefjzwfqkq\",\"deletedTimestamp\":\"ids\"},\"spec\":{\"name\":\"nobglaocq\",\"httpEndpoint\":\"ccm\",\"package\":\"udxytlmoyrx\",\"region\":{\"id\":\"u\",\"related\":\"pz\",\"resourceName\":\"xhdzhlrqjbhckf\"},\"environment\":{\"id\":\"rxsbkyvp\",\"related\":\"anuzbpzkafkuw\",\"resourceName\":\"rnwb\"},\"cloud\":\"hhseyv\"},\"status\":{\"phase\":\"rts\"}}}],\"nextLink\":\"spkdee\"}")
.toObject(ListSchemaRegistryClustersResponse.class);
- Assertions.assertEquals("nchrkcciww", model.value().get(0).kind());
- Assertions.assertEquals("uqkhrsajiwku", model.value().get(0).id());
- Assertions.assertEquals("kg", model.value().get(0).metadata().self());
- Assertions.assertEquals("auu", model.value().get(0).metadata().resourceName());
- Assertions.assertEquals("jmvxie", model.value().get(0).metadata().createdTimestamp());
- Assertions.assertEquals("ugidyjrr", model.value().get(0).metadata().updatedTimestamp());
- Assertions.assertEquals("y", model.value().get(0).metadata().deletedTimestamp());
- Assertions.assertEquals("v", model.value().get(0).spec().name());
- Assertions.assertEquals("csonpclhoco", model.value().get(0).spec().httpEndpoint());
- Assertions.assertEquals("lkevle", model.value().get(0).spec().packageProperty());
- Assertions.assertEquals("fbuhfmvfaxkffe", model.value().get(0).spec().region().id());
- Assertions.assertEquals("th", model.value().get(0).spec().region().related());
- Assertions.assertEquals("m", model.value().get(0).spec().region().resourceName());
- Assertions.assertEquals("v", model.value().get(0).spec().environment().id());
- Assertions.assertEquals("xmzsbbzogg", model.value().get(0).spec().environment().related());
- Assertions.assertEquals("rxwburv", model.value().get(0).spec().environment().resourceName());
- Assertions.assertEquals("xjnspy", model.value().get(0).spec().cloud());
- Assertions.assertEquals("koen", model.value().get(0).status().phase());
- Assertions.assertEquals("gkbrpyyd", model.nextLink());
+ Assertions.assertEquals("rbu", model.value().get(0).kind());
+ Assertions.assertEquals("cvpnazzmhjrunmpx", model.value().get(0).id());
+ Assertions.assertEquals("hrbnlankxmyskpbh", model.value().get(0).metadata().self());
+ Assertions.assertEquals("btkcxywnytnrsyn", model.value().get(0).metadata().resourceName());
+ Assertions.assertEquals("idybyxczf", model.value().get(0).metadata().createdTimestamp());
+ Assertions.assertEquals("haaxdbabphl", model.value().get(0).metadata().updatedTimestamp());
+ Assertions.assertEquals("qlfktsths", model.value().get(0).metadata().deletedTimestamp());
+ Assertions.assertEquals("cmnyyazttb", model.value().get(0).spec().name());
+ Assertions.assertEquals("wrqpue", model.value().get(0).spec().httpEndpoint());
+ Assertions.assertEquals("kzywbiex", model.value().get(0).spec().packageProperty());
+ Assertions.assertEquals("yueaxibxujwb", model.value().get(0).spec().region().id());
+ Assertions.assertEquals("walm", model.value().get(0).spec().region().related());
+ Assertions.assertEquals("yoxa", model.value().get(0).spec().region().resourceName());
+ Assertions.assertEquals("kzjancuxrhdwbav", model.value().get(0).spec().environment().id());
+ Assertions.assertEquals("niwdjsw", model.value().get(0).spec().environment().related());
+ Assertions.assertEquals("s", model.value().get(0).spec().environment().resourceName());
+ Assertions.assertEquals("pgn", model.value().get(0).spec().cloud());
+ Assertions.assertEquals("x", model.value().get(0).status().phase());
+ Assertions.assertEquals("spkdee", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListTopicsSuccessResponseTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListTopicsSuccessResponseTests.java
index c03620f4c739..3b56f7f91275 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListTopicsSuccessResponseTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ListTopicsSuccessResponseTests.java
@@ -12,19 +12,19 @@ public final class ListTopicsSuccessResponseTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ListTopicsSuccessResponse model = BinaryData.fromString(
- "{\"value\":[{\"properties\":{\"kind\":\"rkdbdgiogsjkmnwq\",\"topicId\":\"obaiyhddviaceg\",\"metadata\":{\"self\":\"ntfpmvmemfnc\",\"resourceName\":\"wvvb\"},\"partitions\":{\"related\":\"lllchpodb\"},\"configs\":{\"related\":\"wrd\"},\"inputConfigs\":[{\"name\":\"kuvsjcswsm\",\"value\":\"tuluq\"},{\"name\":\"fcvlerch\",\"value\":\"bm\"},{\"name\":\"jbabwidf\",\"value\":\"sspuunnoxyhkx\"},{\"name\":\"ddrihpf\",\"value\":\"qcaaewdaomdjvl\"}],\"partitionsReassignments\":{\"related\":\"xkzb\"},\"partitionsCount\":\"sgeivsiy\",\"replicationFactor\":\"kdncj\"},\"id\":\"onbzoggculapzwy\",\"name\":\"pgogtqxepny\",\"type\":\"b\"},{\"properties\":{\"kind\":\"jlyjtlvofq\",\"topicId\":\"vfcibyfmowux\",\"metadata\":{\"self\":\"pvdwxf\",\"resourceName\":\"iivwzjbhyzsxjrka\"},\"partitions\":{\"related\":\"rnegvmn\"},\"configs\":{\"related\":\"eqvldspast\"},\"inputConfigs\":[{\"name\":\"dmflv\",\"value\":\"tmjlx\"},{\"name\":\"ilozapeewchpxlk\",\"value\":\"kuziycsle\"}],\"partitionsReassignments\":{\"related\":\"uztcktyhjtqed\"},\"partitionsCount\":\"zulwmmrqzzrrj\",\"replicationFactor\":\"gl\"},\"id\":\"zgkrvqe\",\"name\":\"vtoepryutnw\",\"type\":\"tpzdmovzvfvaawzq\"}],\"nextLink\":\"f\"}")
+ "{\"value\":[{\"properties\":{\"kind\":\"wiivwzjbhyzsx\",\"topicId\":\"kambtrnegvmnvuqe\",\"metadata\":{\"self\":\"dspastjbkkdmfl\",\"resourceName\":\"stmjlxrri\"},\"partitions\":{\"related\":\"apeewchpxlkt\"},\"configs\":{\"related\":\"ziycslevufuztck\"},\"inputConfigs\":[{\"name\":\"tqedcgzulwm\",\"value\":\"qzz\"}],\"partitionsReassignments\":{\"related\":\"vpglydz\"},\"partitionsCount\":\"rvqeevtoepryutn\",\"replicationFactor\":\"tpzdmovzvfvaawzq\"},\"id\":\"f\",\"name\":\"gzuriglaecxndt\",\"type\":\"cokpv\"},{\"properties\":{\"kind\":\"qtmldgxo\",\"topicId\":\"irclnpk\",\"metadata\":{\"self\":\"yzriykhy\",\"resourceName\":\"fvjlboxqvkjlmx\"},\"partitions\":{\"related\":\"dynhdwdigum\"},\"configs\":{\"related\":\"aauzzptjazysd\"},\"inputConfigs\":[{\"name\":\"wwvaiqyuvvfonk\",\"value\":\"hqyikvy\"},{\"name\":\"uyav\",\"value\":\"wmn\"}],\"partitionsReassignments\":{\"related\":\"tijfybvp\"},\"partitionsCount\":\"krsgsgb\",\"replicationFactor\":\"uzqgnjdgkynsc\"},\"id\":\"qhzvhxnkomt\",\"name\":\"u\",\"type\":\"otppnv\"}],\"nextLink\":\"zxhi\"}")
.toObject(ListTopicsSuccessResponse.class);
- Assertions.assertEquals("rkdbdgiogsjkmnwq", model.value().get(0).kind());
- Assertions.assertEquals("obaiyhddviaceg", model.value().get(0).topicId());
- Assertions.assertEquals("ntfpmvmemfnc", model.value().get(0).metadata().self());
- Assertions.assertEquals("wvvb", model.value().get(0).metadata().resourceName());
- Assertions.assertEquals("lllchpodb", model.value().get(0).partitions().related());
- Assertions.assertEquals("wrd", model.value().get(0).configs().related());
- Assertions.assertEquals("kuvsjcswsm", model.value().get(0).inputConfigs().get(0).name());
- Assertions.assertEquals("tuluq", model.value().get(0).inputConfigs().get(0).value());
- Assertions.assertEquals("xkzb", model.value().get(0).partitionsReassignments().related());
- Assertions.assertEquals("sgeivsiy", model.value().get(0).partitionsCount());
- Assertions.assertEquals("kdncj", model.value().get(0).replicationFactor());
- Assertions.assertEquals("f", model.nextLink());
+ Assertions.assertEquals("wiivwzjbhyzsx", model.value().get(0).kind());
+ Assertions.assertEquals("kambtrnegvmnvuqe", model.value().get(0).topicId());
+ Assertions.assertEquals("dspastjbkkdmfl", model.value().get(0).metadata().self());
+ Assertions.assertEquals("stmjlxrri", model.value().get(0).metadata().resourceName());
+ Assertions.assertEquals("apeewchpxlkt", model.value().get(0).partitions().related());
+ Assertions.assertEquals("ziycslevufuztck", model.value().get(0).configs().related());
+ Assertions.assertEquals("tqedcgzulwm", model.value().get(0).inputConfigs().get(0).name());
+ Assertions.assertEquals("qzz", model.value().get(0).inputConfigs().get(0).value());
+ Assertions.assertEquals("vpglydz", model.value().get(0).partitionsReassignments().related());
+ Assertions.assertEquals("rvqeevtoepryutn", model.value().get(0).partitionsCount());
+ Assertions.assertEquals("tpzdmovzvfvaawzq", model.value().get(0).replicationFactor());
+ Assertions.assertEquals("zxhi", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateWithResponseMockTests.java
index 48513ab36486..54ee3f15fdd9 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsCreateWithResponseMockTests.java
@@ -22,7 +22,7 @@ public final class MarketplaceAgreementsCreateWithResponseMockTests {
@Test
public void testCreateWithResponse() throws Exception {
String responseStr
- = "{\"id\":\"fkmbtsuahxsgxj\",\"name\":\"mzrrscubiwsdrn\",\"type\":\"qwodiffjx\",\"properties\":{\"publisher\":\"muabwibvjogjonmc\",\"product\":\"foyzbamwineof\",\"plan\":\"kak\",\"licenseTextLink\":\"ldtve\",\"privacyPolicyLink\":\"oclzhz\",\"retrieveDatetime\":\"2021-07-23T01:20:06Z\",\"signature\":\"uxgvttxpnr\",\"accepted\":true}}";
+ = "{\"id\":\"bxgkqusy\",\"name\":\"ptdacarvvl\",\"type\":\"tymtpoiwenazer\",\"properties\":{\"publisher\":\"sqalsxkdn\",\"product\":\"apfgsdpcvessm\",\"plan\":\"h\",\"licenseTextLink\":\"uipldqq\",\"privacyPolicyLink\":\"ekvalblhtjq\",\"retrieveDatetime\":\"2021-03-22T17:15:26Z\",\"signature\":\"wehtaemxh\",\"accepted\":false}}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,23 +32,23 @@ public void testCreateWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
ConfluentAgreementResource response = manager.marketplaceAgreements()
- .createWithResponse(new ConfluentAgreementResourceInner().withPublisher("qb")
- .withProduct("h")
- .withPlan("f")
- .withLicenseTextLink("bmq")
- .withPrivacyPolicyLink("hntasfaymx")
- .withRetrieveDatetime(OffsetDateTime.parse("2021-09-04T00:13:56Z"))
- .withSignature("zealbmqkyo")
+ .createWithResponse(new ConfluentAgreementResourceInner().withPublisher("mtdwcky")
+ .withProduct("oejnndljdju")
+ .withPlan("br")
+ .withLicenseTextLink("qyn")
+ .withPrivacyPolicyLink("eysfaqegplw")
+ .withRetrieveDatetime(OffsetDateTime.parse("2021-11-04T02:30:34Z"))
+ .withSignature("w")
.withAccepted(false), com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("muabwibvjogjonmc", response.publisher());
- Assertions.assertEquals("foyzbamwineof", response.product());
- Assertions.assertEquals("kak", response.plan());
- Assertions.assertEquals("ldtve", response.licenseTextLink());
- Assertions.assertEquals("oclzhz", response.privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-07-23T01:20:06Z"), response.retrieveDatetime());
- Assertions.assertEquals("uxgvttxpnr", response.signature());
- Assertions.assertTrue(response.accepted());
+ Assertions.assertEquals("sqalsxkdn", response.publisher());
+ Assertions.assertEquals("apfgsdpcvessm", response.product());
+ Assertions.assertEquals("h", response.plan());
+ Assertions.assertEquals("uipldqq", response.licenseTextLink());
+ Assertions.assertEquals("ekvalblhtjq", response.privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-03-22T17:15:26Z"), response.retrieveDatetime());
+ Assertions.assertEquals("wehtaemxh", response.signature());
+ Assertions.assertFalse(response.accepted());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListMockTests.java
index 87e377df17e8..62e7fc1870eb 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MarketplaceAgreementsListMockTests.java
@@ -22,7 +22,7 @@ public final class MarketplaceAgreementsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"id\":\"hztgeqmgqzgwld\",\"name\":\"chillcecf\",\"type\":\"uwaoaguhicqlli\",\"properties\":{\"publisher\":\"csjvhrwef\",\"product\":\"wqejpmvsse\",\"plan\":\"epwamcxtcz\",\"licenseTextLink\":\"peuknijd\",\"privacyPolicyLink\":\"yespydjfbocyv\",\"retrieveDatetime\":\"2021-02-09T06:15:43Z\",\"signature\":\"rtywi\",\"accepted\":false}}]}";
+ = "{\"value\":[{\"id\":\"wnapfdq\",\"name\":\"wf\",\"type\":\"tnuwjtkschgc\",\"properties\":{\"publisher\":\"leseyqrhvyeldo\",\"product\":\"v\",\"plan\":\"wiswskukjtasbvw\",\"licenseTextLink\":\"pkxkdtxfk\",\"privacyPolicyLink\":\"lq\",\"retrieveDatetime\":\"2021-08-28T00:30:53Z\",\"signature\":\"nvgmmbugtywa\",\"accepted\":false}}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,14 +34,14 @@ public void testList() throws Exception {
PagedIterable response
= manager.marketplaceAgreements().list(com.azure.core.util.Context.NONE);
- Assertions.assertEquals("csjvhrwef", response.iterator().next().publisher());
- Assertions.assertEquals("wqejpmvsse", response.iterator().next().product());
- Assertions.assertEquals("epwamcxtcz", response.iterator().next().plan());
- Assertions.assertEquals("peuknijd", response.iterator().next().licenseTextLink());
- Assertions.assertEquals("yespydjfbocyv", response.iterator().next().privacyPolicyLink());
- Assertions.assertEquals(OffsetDateTime.parse("2021-02-09T06:15:43Z"),
+ Assertions.assertEquals("leseyqrhvyeldo", response.iterator().next().publisher());
+ Assertions.assertEquals("v", response.iterator().next().product());
+ Assertions.assertEquals("wiswskukjtasbvw", response.iterator().next().plan());
+ Assertions.assertEquals("pkxkdtxfk", response.iterator().next().licenseTextLink());
+ Assertions.assertEquals("lq", response.iterator().next().privacyPolicyLink());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-08-28T00:30:53Z"),
response.iterator().next().retrieveDatetime());
- Assertions.assertEquals("rtywi", response.iterator().next().signature());
+ Assertions.assertEquals("nvgmmbugtywa", response.iterator().next().signature());
Assertions.assertFalse(response.iterator().next().accepted());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MetadataEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MetadataEntityTests.java
index e93b899288a3..a25bc196282f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MetadataEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/MetadataEntityTests.java
@@ -12,12 +12,12 @@ public final class MetadataEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
MetadataEntity model = BinaryData.fromString(
- "{\"self\":\"mwyhr\",\"resource_name\":\"uyfta\",\"created_at\":\"cpwi\",\"updated_at\":\"vqtmnub\",\"deleted_at\":\"kpzksmondjmq\"}")
+ "{\"self\":\"sbjjc\",\"resource_name\":\"vxb\",\"created_at\":\"vudutncor\",\"updated_at\":\"lxqtvcofudfl\",\"deleted_at\":\"gj\"}")
.toObject(MetadataEntity.class);
- Assertions.assertEquals("mwyhr", model.self());
- Assertions.assertEquals("uyfta", model.resourceName());
- Assertions.assertEquals("cpwi", model.createdAt());
- Assertions.assertEquals("vqtmnub", model.updatedAt());
- Assertions.assertEquals("kpzksmondjmq", model.deletedAt());
+ Assertions.assertEquals("sbjjc", model.self());
+ Assertions.assertEquals("vxb", model.resourceName());
+ Assertions.assertEquals("vudutncor", model.createdAt());
+ Assertions.assertEquals("lxqtvcofudfl", model.updatedAt());
+ Assertions.assertEquals("gj", model.deletedAt());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OfferDetailTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OfferDetailTests.java
index 0cf79720375a..85652e9e6347 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OfferDetailTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OfferDetailTests.java
@@ -14,39 +14,39 @@ public final class OfferDetailTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
OfferDetail model = BinaryData.fromString(
- "{\"publisherId\":\"wcukjfkgiawxk\",\"id\":\"ryplwckbasyypn\",\"planId\":\"dhsgcba\",\"planName\":\"phejkotynqgoulz\",\"termUnit\":\"dlikwyqkgfgibma\",\"termId\":\"akeqs\",\"privateOfferId\":\"yb\",\"privateOfferIds\":[\"e\",\"qytbciq\",\"ouf\",\"mmnkzsmodmgl\"],\"status\":\"InProgress\"}")
+ "{\"publisherId\":\"vmclw\",\"id\":\"ijcoejctb\",\"planId\":\"aqsqsycbkbfk\",\"planName\":\"ukdkexxppofmxa\",\"termUnit\":\"c\",\"termId\":\"pg\",\"privateOfferId\":\"toc\",\"privateOfferIds\":[\"hvpmoue\",\"hd\"],\"status\":\"Updating\"}")
.toObject(OfferDetail.class);
- Assertions.assertEquals("wcukjfkgiawxk", model.publisherId());
- Assertions.assertEquals("ryplwckbasyypn", model.id());
- Assertions.assertEquals("dhsgcba", model.planId());
- Assertions.assertEquals("phejkotynqgoulz", model.planName());
- Assertions.assertEquals("dlikwyqkgfgibma", model.termUnit());
- Assertions.assertEquals("akeqs", model.termId());
- Assertions.assertEquals("yb", model.privateOfferId());
- Assertions.assertEquals("e", model.privateOfferIds().get(0));
- Assertions.assertEquals(SaaSOfferStatus.IN_PROGRESS, model.status());
+ Assertions.assertEquals("vmclw", model.publisherId());
+ Assertions.assertEquals("ijcoejctb", model.id());
+ Assertions.assertEquals("aqsqsycbkbfk", model.planId());
+ Assertions.assertEquals("ukdkexxppofmxa", model.planName());
+ Assertions.assertEquals("c", model.termUnit());
+ Assertions.assertEquals("pg", model.termId());
+ Assertions.assertEquals("toc", model.privateOfferId());
+ Assertions.assertEquals("hvpmoue", model.privateOfferIds().get(0));
+ Assertions.assertEquals(SaaSOfferStatus.UPDATING, model.status());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- OfferDetail model = new OfferDetail().withPublisherId("wcukjfkgiawxk")
- .withId("ryplwckbasyypn")
- .withPlanId("dhsgcba")
- .withPlanName("phejkotynqgoulz")
- .withTermUnit("dlikwyqkgfgibma")
- .withTermId("akeqs")
- .withPrivateOfferId("yb")
- .withPrivateOfferIds(Arrays.asList("e", "qytbciq", "ouf", "mmnkzsmodmgl"))
- .withStatus(SaaSOfferStatus.IN_PROGRESS);
+ OfferDetail model = new OfferDetail().withPublisherId("vmclw")
+ .withId("ijcoejctb")
+ .withPlanId("aqsqsycbkbfk")
+ .withPlanName("ukdkexxppofmxa")
+ .withTermUnit("c")
+ .withTermId("pg")
+ .withPrivateOfferId("toc")
+ .withPrivateOfferIds(Arrays.asList("hvpmoue", "hd"))
+ .withStatus(SaaSOfferStatus.UPDATING);
model = BinaryData.fromObject(model).toObject(OfferDetail.class);
- Assertions.assertEquals("wcukjfkgiawxk", model.publisherId());
- Assertions.assertEquals("ryplwckbasyypn", model.id());
- Assertions.assertEquals("dhsgcba", model.planId());
- Assertions.assertEquals("phejkotynqgoulz", model.planName());
- Assertions.assertEquals("dlikwyqkgfgibma", model.termUnit());
- Assertions.assertEquals("akeqs", model.termId());
- Assertions.assertEquals("yb", model.privateOfferId());
- Assertions.assertEquals("e", model.privateOfferIds().get(0));
- Assertions.assertEquals(SaaSOfferStatus.IN_PROGRESS, model.status());
+ Assertions.assertEquals("vmclw", model.publisherId());
+ Assertions.assertEquals("ijcoejctb", model.id());
+ Assertions.assertEquals("aqsqsycbkbfk", model.planId());
+ Assertions.assertEquals("ukdkexxppofmxa", model.planName());
+ Assertions.assertEquals("c", model.termUnit());
+ Assertions.assertEquals("pg", model.termId());
+ Assertions.assertEquals("toc", model.privateOfferId());
+ Assertions.assertEquals("hvpmoue", model.privateOfferIds().get(0));
+ Assertions.assertEquals(SaaSOfferStatus.UPDATING, model.status());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationDisplayTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationDisplayTests.java
index 6349a25a28c3..b8a620ba49de 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationDisplayTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationDisplayTests.java
@@ -12,11 +12,11 @@ public final class OperationDisplayTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
OperationDisplay model = BinaryData.fromString(
- "{\"provider\":\"pewnw\",\"resource\":\"itjz\",\"operation\":\"lusarh\",\"description\":\"fcqhsmyurkd\"}")
+ "{\"provider\":\"p\",\"resource\":\"bdkvwrwjf\",\"operation\":\"snhu\",\"description\":\"eltmrldhugjzzdat\"}")
.toObject(OperationDisplay.class);
- Assertions.assertEquals("pewnw", model.provider());
- Assertions.assertEquals("itjz", model.resource());
- Assertions.assertEquals("lusarh", model.operation());
- Assertions.assertEquals("fcqhsmyurkd", model.description());
+ Assertions.assertEquals("p", model.provider());
+ Assertions.assertEquals("bdkvwrwjf", model.resource());
+ Assertions.assertEquals("snhu", model.operation());
+ Assertions.assertEquals("eltmrldhugjzzdat", model.description());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationListResultTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationListResultTests.java
index 15d46a65dddb..816ea13d18d5 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationListResultTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationListResultTests.java
@@ -12,14 +12,14 @@ public final class OperationListResultTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
OperationListResult model = BinaryData.fromString(
- "{\"value\":[{\"name\":\"hq\",\"display\":{\"provider\":\"jxpybczmeh\",\"resource\":\"zopbsphrupidgs\",\"operation\":\"bejhphoycmsxa\",\"description\":\"hdxbmtqio\"},\"isDataAction\":false},{\"name\":\"htbmuf\",\"display\":{\"provider\":\"noi\",\"resource\":\"wlrxyb\",\"operation\":\"oqijgkdmbpaz\",\"description\":\"bc\"},\"isDataAction\":true},{\"name\":\"znrb\",\"display\":{\"provider\":\"qjnqglhqgnufoooj\",\"resource\":\"ifsqesaagdfmg\",\"operation\":\"lhjxr\",\"description\":\"kwm\"},\"isDataAction\":true}],\"nextLink\":\"siznto\"}")
+ "{\"value\":[{\"name\":\"gispemvtzfkufubl\",\"display\":{\"provider\":\"xqeofjaeqjhqjba\",\"resource\":\"msmjqulngsntn\",\"operation\":\"bkzgcwrwclx\",\"description\":\"rljdouskcqv\"},\"isDataAction\":false}],\"nextLink\":\"cjdkwtnhxbnjbi\"}")
.toObject(OperationListResult.class);
- Assertions.assertEquals("hq", model.value().get(0).name());
- Assertions.assertEquals("jxpybczmeh", model.value().get(0).display().provider());
- Assertions.assertEquals("zopbsphrupidgs", model.value().get(0).display().resource());
- Assertions.assertEquals("bejhphoycmsxa", model.value().get(0).display().operation());
- Assertions.assertEquals("hdxbmtqio", model.value().get(0).display().description());
+ Assertions.assertEquals("gispemvtzfkufubl", model.value().get(0).name());
+ Assertions.assertEquals("xqeofjaeqjhqjba", model.value().get(0).display().provider());
+ Assertions.assertEquals("msmjqulngsntn", model.value().get(0).display().resource());
+ Assertions.assertEquals("bkzgcwrwclx", model.value().get(0).display().operation());
+ Assertions.assertEquals("rljdouskcqv", model.value().get(0).display().description());
Assertions.assertFalse(model.value().get(0).isDataAction());
- Assertions.assertEquals("siznto", model.nextLink());
+ Assertions.assertEquals("cjdkwtnhxbnjbi", model.nextLink());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationResultInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationResultInnerTests.java
index 1c2243673f7d..e0b2e8149c1e 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationResultInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OperationResultInnerTests.java
@@ -12,13 +12,13 @@ public final class OperationResultInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
OperationResultInner model = BinaryData.fromString(
- "{\"name\":\"pa\",\"display\":{\"provider\":\"jpsq\",\"resource\":\"mpoyfd\",\"operation\":\"ogknygjofjdd\",\"description\":\"s\"},\"isDataAction\":true}")
+ "{\"name\":\"qrglssainqpjwn\",\"display\":{\"provider\":\"jfm\",\"resource\":\"eebvmgxsab\",\"operation\":\"qduujitcjczdz\",\"description\":\"ndhkrw\"},\"isDataAction\":false}")
.toObject(OperationResultInner.class);
- Assertions.assertEquals("pa", model.name());
- Assertions.assertEquals("jpsq", model.display().provider());
- Assertions.assertEquals("mpoyfd", model.display().resource());
- Assertions.assertEquals("ogknygjofjdd", model.display().operation());
- Assertions.assertEquals("s", model.display().description());
- Assertions.assertTrue(model.isDataAction());
+ Assertions.assertEquals("qrglssainqpjwn", model.name());
+ Assertions.assertEquals("jfm", model.display().provider());
+ Assertions.assertEquals("eebvmgxsab", model.display().resource());
+ Assertions.assertEquals("qduujitcjczdz", model.display().operation());
+ Assertions.assertEquals("ndhkrw", model.display().description());
+ Assertions.assertFalse(model.isDataAction());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListMockTests.java
index 819e25dedf65..1999042d4191 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationOperationsListMockTests.java
@@ -22,7 +22,7 @@ public final class OrganizationOperationsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"name\":\"lcqcuubgqibrt\",\"display\":{\"provider\":\"etttwgdslqxihhr\",\"resource\":\"oi\",\"operation\":\"seypxiutcxapz\",\"description\":\"rpetogebjoxsl\"},\"isDataAction\":false}]}";
+ = "{\"value\":[{\"name\":\"ktp\",\"display\":{\"provider\":\"erteeammxqiekk\",\"resource\":\"ddrtkgdojb\",\"operation\":\"vavrefdees\",\"description\":\"cuijpxt\"},\"isDataAction\":true}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,11 +34,11 @@ public void testList() throws Exception {
PagedIterable response
= manager.organizationOperations().list(com.azure.core.util.Context.NONE);
- Assertions.assertEquals("lcqcuubgqibrt", response.iterator().next().name());
- Assertions.assertEquals("etttwgdslqxihhr", response.iterator().next().display().provider());
- Assertions.assertEquals("oi", response.iterator().next().display().resource());
- Assertions.assertEquals("seypxiutcxapz", response.iterator().next().display().operation());
- Assertions.assertEquals("rpetogebjoxsl", response.iterator().next().display().description());
- Assertions.assertFalse(response.iterator().next().isDataAction());
+ Assertions.assertEquals("ktp", response.iterator().next().name());
+ Assertions.assertEquals("erteeammxqiekk", response.iterator().next().display().provider());
+ Assertions.assertEquals("ddrtkgdojb", response.iterator().next().display().resource());
+ Assertions.assertEquals("vavrefdees", response.iterator().next().display().operation());
+ Assertions.assertEquals("cuijpxt", response.iterator().next().display().description());
+ Assertions.assertTrue(response.iterator().next().isDataAction());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationResourceUpdateTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationResourceUpdateTests.java
index 313901277e09..3b6030de95ef 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationResourceUpdateTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationResourceUpdateTests.java
@@ -14,17 +14,17 @@ public final class OrganizationResourceUpdateTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
OrganizationResourceUpdate model = BinaryData.fromString(
- "{\"tags\":{\"gbquxigj\":\"bhtqqrolfpfpsa\",\"lnerkujysvleju\":\"jgzjaoyfhrtx\",\"kcprbnw\":\"fqawrlyxw\",\"ysszdnrujqguh\":\"xgjvtbv\"}}")
+ "{\"tags\":{\"ghmewuam\":\"xuigdtopbobj\",\"gvdfgiotkftutq\":\"uhrzayvvt\",\"xlefgugnxkrx\":\"ln\",\"tthzrvqd\":\"qmi\"}}")
.toObject(OrganizationResourceUpdate.class);
- Assertions.assertEquals("bhtqqrolfpfpsa", model.tags().get("gbquxigj"));
+ Assertions.assertEquals("xuigdtopbobj", model.tags().get("ghmewuam"));
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- OrganizationResourceUpdate model = new OrganizationResourceUpdate().withTags(mapOf("gbquxigj", "bhtqqrolfpfpsa",
- "lnerkujysvleju", "jgzjaoyfhrtx", "kcprbnw", "fqawrlyxw", "ysszdnrujqguh", "xgjvtbv"));
+ OrganizationResourceUpdate model = new OrganizationResourceUpdate().withTags(
+ mapOf("ghmewuam", "xuigdtopbobj", "gvdfgiotkftutq", "uhrzayvvt", "xlefgugnxkrx", "ln", "tthzrvqd", "qmi"));
model = BinaryData.fromObject(model).toObject(OrganizationResourceUpdate.class);
- Assertions.assertEquals("bhtqqrolfpfpsa", model.tags().get("gbquxigj"));
+ Assertions.assertEquals("xuigdtopbobj", model.tags().get("ghmewuam"));
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsActivateResourceMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsActivateResourceMockTests.java
new file mode 100644
index 000000000000..350e850c290b
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsActivateResourceMockTests.java
@@ -0,0 +1,40 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.credential.AccessToken;
+import com.azure.core.http.HttpClient;
+import com.azure.core.management.profile.AzureProfile;
+import com.azure.core.models.AzureCloud;
+import com.azure.core.test.http.MockHttpResponse;
+import com.azure.resourcemanager.confluent.ConfluentManager;
+import com.azure.resourcemanager.confluent.models.ActivateSaaSParameterRequest;
+import com.azure.resourcemanager.confluent.models.SaaSResourceDetailsResponse;
+import java.nio.charset.StandardCharsets;
+import java.time.OffsetDateTime;
+import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Test;
+import reactor.core.publisher.Mono;
+
+public final class OrganizationsActivateResourceMockTests {
+ @Test
+ public void testActivateResource() throws Exception {
+ String responseStr = "{\"saasId\":\"ljmygvkzqkjjeokb\",\"id\":\"fezrx\",\"name\":\"czurtlei\",\"type\":\"q\"}";
+
+ HttpClient httpClient
+ = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
+ ConfluentManager manager = ConfluentManager.configure()
+ .withHttpClient(httpClient)
+ .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
+ new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
+
+ SaaSResourceDetailsResponse response = manager.organizations()
+ .activateResource(
+ new ActivateSaaSParameterRequest().withSaasGuid("wqqxeysko").withPublisherId("zinkfkbgbzbowxeq"),
+ com.azure.core.util.Context.NONE);
+
+ Assertions.assertEquals("ljmygvkzqkjjeokb", response.saasId());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteClusterApiKeyWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteClusterApiKeyWithResponseMockTests.java
index a95e8d51d21f..5d01b690eae0 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteClusterApiKeyWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteClusterApiKeyWithResponseMockTests.java
@@ -28,7 +28,7 @@ public void testDeleteClusterApiKeyWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
manager.organizations()
- .deleteClusterApiKeyWithResponse("uktalhsnvkcdmxz", "poaimlnwiaaomyl", "eazulcs",
+ .deleteClusterApiKeyWithResponse("tnrzvuljra", "eranokqgukkjqnv", "roylaxxu",
com.azure.core.util.Context.NONE);
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteMockTests.java
index 91e345982054..a90418d2cffc 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsDeleteMockTests.java
@@ -27,7 +27,7 @@ public void testDelete() throws Exception {
.authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
- manager.organizations().delete("tutnwlduycvuzhyr", "ewipm", com.azure.core.util.Context.NONE);
+ manager.organizations().delete("izetpw", "ralllibphb", com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetClusterByIdWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetClusterByIdWithResponseMockTests.java
index 73066e800ee2..45a1a0f824ca 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetClusterByIdWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetClusterByIdWithResponseMockTests.java
@@ -22,7 +22,7 @@ public final class OrganizationsGetClusterByIdWithResponseMockTests {
@Test
public void testGetClusterByIdWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"qcwdhoh\",\"properties\":{\"metadata\":{\"self\":\"cdzsu\",\"resourceName\":\"ohdxbzlmcmu\",\"createdTimestamp\":\"cvhd\",\"updatedTimestamp\":\"v\",\"deletedTimestamp\":\"qxeysko\"},\"spec\":{\"name\":\"inkfkbgbz\",\"availability\":\"wxeqocljmygvkzqk\",\"cloud\":\"eokbze\",\"zone\":\"zrxcczurt\",\"package\":\"ADVANCED\",\"region\":\"q\",\"kafkaBootstrapEndpoint\":\"kwv\",\"httpEndpoint\":\"nzvdfbzdixzmq\",\"apiEndpoint\":\"odawopqhewjptmcg\",\"config\":{\"kind\":\"stzelndlatut\"},\"environment\":{\"id\":\"biojlvf\",\"environment\":\"bbpneqvcwwy\",\"related\":\"r\",\"resourceName\":\"chpp\"},\"network\":{\"id\":\"snmokayzej\",\"environment\":\"lbkpb\",\"related\":\"cpilj\",\"resourceName\":\"hzvechndbnwieho\"},\"byok\":{\"id\":\"jwiuubwefqsfapaq\",\"related\":\"e\",\"resourceName\":\"q\"}},\"status\":{\"phase\":\"jkmfxapjwo\",\"cku\":1237568157}},\"id\":\"o\",\"name\":\"pud\",\"type\":\"dabtqwp\"}";
+ = "{\"kind\":\"stbz\",\"properties\":{\"metadata\":{\"self\":\"buqny\",\"resourceName\":\"hzfylsgcrpfbc\",\"createdTimestamp\":\"ezzcez\",\"updatedTimestamp\":\"fwyfwlwxjwet\",\"deletedTimestamp\":\"sihclafzvaylp\"},\"spec\":{\"name\":\"qqwzt\",\"availability\":\"w\",\"cloud\":\"chcxwaxfewzj\",\"zone\":\"exfdeqvhpsylk\",\"package\":\"ESSENTIALS\",\"region\":\"bffmbmxz\",\"kafkaBootstrapEndpoint\":\"gywwpgjxs\",\"httpEndpoint\":\"tf\",\"apiEndpoint\":\"gicgaaoepttaq\",\"config\":{\"kind\":\"ewemxs\"},\"environment\":{\"id\":\"uun\",\"environment\":\"jgehkf\",\"related\":\"m\",\"resourceName\":\"ixokffqyin\"},\"network\":{\"id\":\"epqw\",\"environment\":\"xmonstshi\",\"related\":\"gvelfc\",\"resourceName\":\"uccbirdsvuw\"},\"byok\":{\"id\":\"iegstm\",\"related\":\"nwjizcilnghgshej\",\"resourceName\":\"bxqmu\"}},\"status\":{\"phase\":\"lxqzvn\",\"cku\":1381551038}},\"id\":\"ycucrwnamikzeb\",\"name\":\"qbsms\",\"type\":\"ziqgfuh\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,38 +32,38 @@ public void testGetClusterByIdWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
SCClusterRecord response = manager.organizations()
- .getClusterByIdWithResponse("jltfvnzcyjtotpv", "pvpbdbzqgqqiheds", "qwthmky", "bcysih",
+ .getClusterByIdWithResponse("zjedmstkvnlv", "bcuiiz", "ktwfa", "snvpdibmi",
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("qcwdhoh", response.kind());
- Assertions.assertEquals("cdzsu", response.metadata().self());
- Assertions.assertEquals("ohdxbzlmcmu", response.metadata().resourceName());
- Assertions.assertEquals("cvhd", response.metadata().createdTimestamp());
- Assertions.assertEquals("v", response.metadata().updatedTimestamp());
- Assertions.assertEquals("qxeysko", response.metadata().deletedTimestamp());
- Assertions.assertEquals("inkfkbgbz", response.spec().name());
- Assertions.assertEquals("wxeqocljmygvkzqk", response.spec().availability());
- Assertions.assertEquals("eokbze", response.spec().cloud());
- Assertions.assertEquals("zrxcczurt", response.spec().zone());
- Assertions.assertEquals(Package.ADVANCED, response.spec().packageProperty());
- Assertions.assertEquals("q", response.spec().region());
- Assertions.assertEquals("kwv", response.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("nzvdfbzdixzmq", response.spec().httpEndpoint());
- Assertions.assertEquals("odawopqhewjptmcg", response.spec().apiEndpoint());
- Assertions.assertEquals("stzelndlatut", response.spec().config().kind());
- Assertions.assertEquals("biojlvf", response.spec().environment().id());
- Assertions.assertEquals("bbpneqvcwwy", response.spec().environment().environment());
- Assertions.assertEquals("r", response.spec().environment().related());
- Assertions.assertEquals("chpp", response.spec().environment().resourceName());
- Assertions.assertEquals("snmokayzej", response.spec().network().id());
- Assertions.assertEquals("lbkpb", response.spec().network().environment());
- Assertions.assertEquals("cpilj", response.spec().network().related());
- Assertions.assertEquals("hzvechndbnwieho", response.spec().network().resourceName());
- Assertions.assertEquals("jwiuubwefqsfapaq", response.spec().byok().id());
- Assertions.assertEquals("e", response.spec().byok().related());
- Assertions.assertEquals("q", response.spec().byok().resourceName());
- Assertions.assertEquals("jkmfxapjwo", response.status().phase());
- Assertions.assertEquals(1237568157, response.status().cku());
+ Assertions.assertEquals("stbz", response.kind());
+ Assertions.assertEquals("buqny", response.metadata().self());
+ Assertions.assertEquals("hzfylsgcrpfbc", response.metadata().resourceName());
+ Assertions.assertEquals("ezzcez", response.metadata().createdTimestamp());
+ Assertions.assertEquals("fwyfwlwxjwet", response.metadata().updatedTimestamp());
+ Assertions.assertEquals("sihclafzvaylp", response.metadata().deletedTimestamp());
+ Assertions.assertEquals("qqwzt", response.spec().name());
+ Assertions.assertEquals("w", response.spec().availability());
+ Assertions.assertEquals("chcxwaxfewzj", response.spec().cloud());
+ Assertions.assertEquals("exfdeqvhpsylk", response.spec().zone());
+ Assertions.assertEquals(Package.ESSENTIALS, response.spec().packageProperty());
+ Assertions.assertEquals("bffmbmxz", response.spec().region());
+ Assertions.assertEquals("gywwpgjxs", response.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("tf", response.spec().httpEndpoint());
+ Assertions.assertEquals("gicgaaoepttaq", response.spec().apiEndpoint());
+ Assertions.assertEquals("ewemxs", response.spec().config().kind());
+ Assertions.assertEquals("uun", response.spec().environment().id());
+ Assertions.assertEquals("jgehkf", response.spec().environment().environment());
+ Assertions.assertEquals("m", response.spec().environment().related());
+ Assertions.assertEquals("ixokffqyin", response.spec().environment().resourceName());
+ Assertions.assertEquals("epqw", response.spec().network().id());
+ Assertions.assertEquals("xmonstshi", response.spec().network().environment());
+ Assertions.assertEquals("gvelfc", response.spec().network().related());
+ Assertions.assertEquals("uccbirdsvuw", response.spec().network().resourceName());
+ Assertions.assertEquals("iegstm", response.spec().byok().id());
+ Assertions.assertEquals("nwjizcilnghgshej", response.spec().byok().related());
+ Assertions.assertEquals("bxqmu", response.spec().byok().resourceName());
+ Assertions.assertEquals("lxqzvn", response.status().phase());
+ Assertions.assertEquals(1381551038, response.status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetEnvironmentByIdWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetEnvironmentByIdWithResponseMockTests.java
index e05a4dc404d2..ba9429b7cabf 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetEnvironmentByIdWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetEnvironmentByIdWithResponseMockTests.java
@@ -22,7 +22,7 @@ public final class OrganizationsGetEnvironmentByIdWithResponseMockTests {
@Test
public void testGetEnvironmentByIdWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"jqfrddgamquh\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"ivfcdisyirnx\",\"resourceName\":\"czexrxzbujrtrhqv\",\"createdTimestamp\":\"evkh\",\"updatedTimestamp\":\"lnzonzlrpiqywn\",\"deletedTimestamp\":\"jtszcof\"}},\"id\":\"e\",\"name\":\"tdhgbjkvrelj\",\"type\":\"amurvzmlovuan\"}";
+ = "{\"kind\":\"odawopqhewjptmcg\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ESSENTIALS\"},\"metadata\":{\"self\":\"lnd\",\"resourceName\":\"tutmzl\",\"createdTimestamp\":\"ojlvfhrbbpneqvc\",\"updatedTimestamp\":\"yyurmochpprprsnm\",\"deletedTimestamp\":\"ayzejnhlbkpbz\"}},\"id\":\"piljhahzvech\",\"name\":\"dbn\",\"type\":\"ieholewjwi\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,16 +32,15 @@ public void testGetEnvironmentByIdWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
SCEnvironmentRecord response = manager.organizations()
- .getEnvironmentByIdWithResponse("rtffyaqitmh", "eioqaqhvse", "fuqyrxpdlcgqlsi",
- com.azure.core.util.Context.NONE)
+ .getEnvironmentByIdWithResponse("bkwvzg", "zvd", "bzdixzmq", com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("jqfrddgamquh", response.kind());
- Assertions.assertEquals(Package.ADVANCED, response.streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("ivfcdisyirnx", response.metadata().self());
- Assertions.assertEquals("czexrxzbujrtrhqv", response.metadata().resourceName());
- Assertions.assertEquals("evkh", response.metadata().createdTimestamp());
- Assertions.assertEquals("lnzonzlrpiqywn", response.metadata().updatedTimestamp());
- Assertions.assertEquals("jtszcof", response.metadata().deletedTimestamp());
+ Assertions.assertEquals("odawopqhewjptmcg", response.kind());
+ Assertions.assertEquals(Package.ESSENTIALS, response.streamGovernanceConfig().packageProperty());
+ Assertions.assertEquals("lnd", response.metadata().self());
+ Assertions.assertEquals("tutmzl", response.metadata().resourceName());
+ Assertions.assertEquals("ojlvfhrbbpneqvc", response.metadata().createdTimestamp());
+ Assertions.assertEquals("yyurmochpprprsnm", response.metadata().updatedTimestamp());
+ Assertions.assertEquals("ayzejnhlbkpbz", response.metadata().deletedTimestamp());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetSchemaRegistryClusterByIdWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetSchemaRegistryClusterByIdWithResponseMockTests.java
index 1441dd2d9ced..38709db2ef9f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetSchemaRegistryClusterByIdWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsGetSchemaRegistryClusterByIdWithResponseMockTests.java
@@ -21,7 +21,7 @@ public final class OrganizationsGetSchemaRegistryClusterByIdWithResponseMockTest
@Test
public void testGetSchemaRegistryClusterByIdWithResponse() throws Exception {
String responseStr
- = "{\"kind\":\"fxeeebtijvacvbm\",\"id\":\"bqqxlaj\",\"properties\":{\"metadata\":{\"self\":\"acevehjkuyx\",\"resourceName\":\"fgaoq\",\"createdTimestamp\":\"faey\",\"updatedTimestamp\":\"nm\",\"deletedTimestamp\":\"vxirpghriypo\"},\"spec\":{\"name\":\"hlqhykprlpy\",\"httpEndpoint\":\"uciqdsme\",\"package\":\"itdfuxtyasiib\",\"region\":{\"id\":\"bnn\",\"related\":\"tgnljhnmgixhcmav\",\"resourceName\":\"foudor\"},\"environment\":{\"id\":\"yyprotwyp\",\"related\":\"d\",\"resourceName\":\"xhugcm\"},\"cloud\":\"avlg\"},\"status\":{\"phase\":\"mftpmdtz\"}}}";
+ = "{\"kind\":\"hknsmjbl\",\"id\":\"jhlnymzotqyryu\",\"properties\":{\"metadata\":{\"self\":\"qqvxmvwfgtayxons\",\"resourceName\":\"e\",\"createdTimestamp\":\"lzqnhcvs\",\"updatedTimestamp\":\"tnzoibgsxgnxfy\",\"deletedTimestamp\":\"nmpqoxwdofdb\"},\"spec\":{\"name\":\"xeiiq\",\"httpEndpoint\":\"mhtmwwinhehfqpo\",\"package\":\"wbcb\",\"region\":{\"id\":\"b\",\"related\":\"bwvqvxkdi\",\"resourceName\":\"ihebwtsw\"},\"environment\":{\"id\":\"wfmdurage\",\"related\":\"zvcjfelisdjubggb\",\"resourceName\":\"gkxkbsazgakg\"},\"cloud\":\"yrcmjdmspofap\"},\"status\":{\"phase\":\"rylniofrzg\"}}}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -31,27 +31,27 @@ public void testGetSchemaRegistryClusterByIdWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
SchemaRegistryClusterRecord response = manager.organizations()
- .getSchemaRegistryClusterByIdWithResponse("snmfpphojeevy", "yhsgz", "czbgomfgbeg", "qgleohibetnluank",
+ .getSchemaRegistryClusterByIdWithResponse("uamwabzxrvxc", "s", "sphaivmxyasflvg", "gzwywak",
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("fxeeebtijvacvbm", response.kind());
- Assertions.assertEquals("bqqxlaj", response.id());
- Assertions.assertEquals("acevehjkuyx", response.metadata().self());
- Assertions.assertEquals("fgaoq", response.metadata().resourceName());
- Assertions.assertEquals("faey", response.metadata().createdTimestamp());
- Assertions.assertEquals("nm", response.metadata().updatedTimestamp());
- Assertions.assertEquals("vxirpghriypo", response.metadata().deletedTimestamp());
- Assertions.assertEquals("hlqhykprlpy", response.spec().name());
- Assertions.assertEquals("uciqdsme", response.spec().httpEndpoint());
- Assertions.assertEquals("itdfuxtyasiib", response.spec().packageProperty());
- Assertions.assertEquals("bnn", response.spec().region().id());
- Assertions.assertEquals("tgnljhnmgixhcmav", response.spec().region().related());
- Assertions.assertEquals("foudor", response.spec().region().resourceName());
- Assertions.assertEquals("yyprotwyp", response.spec().environment().id());
- Assertions.assertEquals("d", response.spec().environment().related());
- Assertions.assertEquals("xhugcm", response.spec().environment().resourceName());
- Assertions.assertEquals("avlg", response.spec().cloud());
- Assertions.assertEquals("mftpmdtz", response.status().phase());
+ Assertions.assertEquals("hknsmjbl", response.kind());
+ Assertions.assertEquals("jhlnymzotqyryu", response.id());
+ Assertions.assertEquals("qqvxmvwfgtayxons", response.metadata().self());
+ Assertions.assertEquals("e", response.metadata().resourceName());
+ Assertions.assertEquals("lzqnhcvs", response.metadata().createdTimestamp());
+ Assertions.assertEquals("tnzoibgsxgnxfy", response.metadata().updatedTimestamp());
+ Assertions.assertEquals("nmpqoxwdofdb", response.metadata().deletedTimestamp());
+ Assertions.assertEquals("xeiiq", response.spec().name());
+ Assertions.assertEquals("mhtmwwinhehfqpo", response.spec().httpEndpoint());
+ Assertions.assertEquals("wbcb", response.spec().packageProperty());
+ Assertions.assertEquals("b", response.spec().region().id());
+ Assertions.assertEquals("bwvqvxkdi", response.spec().region().related());
+ Assertions.assertEquals("ihebwtsw", response.spec().region().resourceName());
+ Assertions.assertEquals("wfmdurage", response.spec().environment().id());
+ Assertions.assertEquals("zvcjfelisdjubggb", response.spec().environment().related());
+ Assertions.assertEquals("gkxkbsazgakg", response.spec().environment().resourceName());
+ Assertions.assertEquals("yrcmjdmspofap", response.spec().cloud());
+ Assertions.assertEquals("rylniofrzg", response.status().phase());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsLatestLinkedSaaSWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsLatestLinkedSaaSWithResponseMockTests.java
new file mode 100644
index 000000000000..5bf2ea78c589
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsLatestLinkedSaaSWithResponseMockTests.java
@@ -0,0 +1,39 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.credential.AccessToken;
+import com.azure.core.http.HttpClient;
+import com.azure.core.management.profile.AzureProfile;
+import com.azure.core.models.AzureCloud;
+import com.azure.core.test.http.MockHttpResponse;
+import com.azure.resourcemanager.confluent.ConfluentManager;
+import com.azure.resourcemanager.confluent.models.LatestLinkedSaaSResponse;
+import java.nio.charset.StandardCharsets;
+import java.time.OffsetDateTime;
+import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Test;
+import reactor.core.publisher.Mono;
+
+public final class OrganizationsLatestLinkedSaaSWithResponseMockTests {
+ @Test
+ public void testLatestLinkedSaaSWithResponse() throws Exception {
+ String responseStr = "{\"saaSResourceId\":\"cmuapcvhd\",\"isHiddenSaaS\":false}";
+
+ HttpClient httpClient
+ = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
+ ConfluentManager manager = ConfluentManager.configure()
+ .withHttpClient(httpClient)
+ .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
+ new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
+
+ LatestLinkedSaaSResponse response = manager.organizations()
+ .latestLinkedSaaSWithResponse("hohsd", "mcdzsufcohdxbz", com.azure.core.util.Context.NONE)
+ .getValue();
+
+ Assertions.assertEquals("cmuapcvhd", response.saaSResourceId());
+ Assertions.assertFalse(response.isHiddenSaaS());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListClustersMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListClustersMockTests.java
index c442c4cc49cb..b8aa0d208605 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListClustersMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListClustersMockTests.java
@@ -23,7 +23,7 @@ public final class OrganizationsListClustersMockTests {
@Test
public void testListClusters() throws Exception {
String responseStr
- = "{\"value\":[{\"kind\":\"mfqwa\",\"properties\":{\"metadata\":{\"self\":\"nm\",\"resourceName\":\"ngz\",\"createdTimestamp\":\"qxtbjwgnyf\",\"updatedTimestamp\":\"fzsvtuikzh\",\"deletedTimestamp\":\"qglcfhmlrqryxynq\"},\"spec\":{\"name\":\"dpsovwxznptgo\",\"availability\":\"ybbabpfhvfsl\",\"cloud\":\"ntjlr\",\"zone\":\"jkskyr\",\"package\":\"ESSENTIALS\",\"region\":\"zid\",\"kafkaBootstrapEndpoint\":\"waabzmifrygzn\",\"httpEndpoint\":\"axri\",\"apiEndpoint\":\"zob\",\"config\":{\"kind\":\"xlhslnel\"},\"environment\":{\"id\":\"ixynllxecwcrojp\",\"environment\":\"lhc\",\"related\":\"jutifdwfmvigorqj\",\"resourceName\":\"tzh\"},\"network\":{\"id\":\"lkafhonqjuje\",\"environment\":\"kpzvcpopmxelnwc\",\"related\":\"yjede\",\"resourceName\":\"mlfmkqs\"},\"byok\":{\"id\":\"uawxtzx\",\"related\":\"amwabzxrvxcushsp\",\"resourceName\":\"ivmxyasfl\"}},\"status\":{\"phase\":\"gzwywak\",\"cku\":2041222733}},\"id\":\"nsmjbl\",\"name\":\"ljhlnymzotq\",\"type\":\"ryuzcbmqqv\"}]}";
+ = "{\"value\":[{\"kind\":\"umwmxqhnd\",\"properties\":{\"metadata\":{\"self\":\"mldsehaohdj\",\"resourceName\":\"flzokxco\",\"createdTimestamp\":\"e\",\"updatedTimestamp\":\"jetagltsxoatft\",\"deletedTimestamp\":\"pnpbswveflocc\"},\"spec\":{\"name\":\"ozihmipgawt\",\"availability\":\"pkyjcxcjxgrytfm\",\"cloud\":\"ycilrmcaykggnox\",\"zone\":\"t\",\"package\":\"ADVANCED\",\"region\":\"wp\",\"kafkaBootstrapEndpoint\":\"fcpfnznth\",\"httpEndpoint\":\"wkjaos\",\"apiEndpoint\":\"uzvoamktcqiosm\",\"config\":{\"kind\":\"ahgx\"},\"environment\":{\"id\":\"yrtltlaprltzkat\",\"environment\":\"jm\",\"related\":\"nbsoqeqalarv\",\"resourceName\":\"gunbtgfebwlnbm\"},\"network\":{\"id\":\"e\",\"environment\":\"dzqavbpdqmjxlyyz\",\"related\":\"gouwtlmj\",\"resourceName\":\"uojqt\"},\"byok\":{\"id\":\"xkjeytunlbfj\",\"related\":\"rusnk\",\"resourceName\":\"hsyrqunj\"}},\"status\":{\"phase\":\"enx\",\"cku\":42255553}},\"id\":\"pakdkifmjnnawt\",\"name\":\"abpxuc\",\"type\":\"p\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -33,37 +33,36 @@ public void testListClusters() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.organizations()
- .listClusters("yawbzasqbu", "ljgkyex", "oguyaip", 1503603964, "sdaultxij",
- com.azure.core.util.Context.NONE);
+ .listClusters("kzruswh", "hczznvf", "ycjsx", 152171390, "wix", com.azure.core.util.Context.NONE);
- Assertions.assertEquals("mfqwa", response.iterator().next().kind());
- Assertions.assertEquals("nm", response.iterator().next().metadata().self());
- Assertions.assertEquals("ngz", response.iterator().next().metadata().resourceName());
- Assertions.assertEquals("qxtbjwgnyf", response.iterator().next().metadata().createdTimestamp());
- Assertions.assertEquals("fzsvtuikzh", response.iterator().next().metadata().updatedTimestamp());
- Assertions.assertEquals("qglcfhmlrqryxynq", response.iterator().next().metadata().deletedTimestamp());
- Assertions.assertEquals("dpsovwxznptgo", response.iterator().next().spec().name());
- Assertions.assertEquals("ybbabpfhvfsl", response.iterator().next().spec().availability());
- Assertions.assertEquals("ntjlr", response.iterator().next().spec().cloud());
- Assertions.assertEquals("jkskyr", response.iterator().next().spec().zone());
- Assertions.assertEquals(Package.ESSENTIALS, response.iterator().next().spec().packageProperty());
- Assertions.assertEquals("zid", response.iterator().next().spec().region());
- Assertions.assertEquals("waabzmifrygzn", response.iterator().next().spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("axri", response.iterator().next().spec().httpEndpoint());
- Assertions.assertEquals("zob", response.iterator().next().spec().apiEndpoint());
- Assertions.assertEquals("xlhslnel", response.iterator().next().spec().config().kind());
- Assertions.assertEquals("ixynllxecwcrojp", response.iterator().next().spec().environment().id());
- Assertions.assertEquals("lhc", response.iterator().next().spec().environment().environment());
- Assertions.assertEquals("jutifdwfmvigorqj", response.iterator().next().spec().environment().related());
- Assertions.assertEquals("tzh", response.iterator().next().spec().environment().resourceName());
- Assertions.assertEquals("lkafhonqjuje", response.iterator().next().spec().network().id());
- Assertions.assertEquals("kpzvcpopmxelnwc", response.iterator().next().spec().network().environment());
- Assertions.assertEquals("yjede", response.iterator().next().spec().network().related());
- Assertions.assertEquals("mlfmkqs", response.iterator().next().spec().network().resourceName());
- Assertions.assertEquals("uawxtzx", response.iterator().next().spec().byok().id());
- Assertions.assertEquals("amwabzxrvxcushsp", response.iterator().next().spec().byok().related());
- Assertions.assertEquals("ivmxyasfl", response.iterator().next().spec().byok().resourceName());
- Assertions.assertEquals("gzwywak", response.iterator().next().status().phase());
- Assertions.assertEquals(2041222733, response.iterator().next().status().cku());
+ Assertions.assertEquals("umwmxqhnd", response.iterator().next().kind());
+ Assertions.assertEquals("mldsehaohdj", response.iterator().next().metadata().self());
+ Assertions.assertEquals("flzokxco", response.iterator().next().metadata().resourceName());
+ Assertions.assertEquals("e", response.iterator().next().metadata().createdTimestamp());
+ Assertions.assertEquals("jetagltsxoatft", response.iterator().next().metadata().updatedTimestamp());
+ Assertions.assertEquals("pnpbswveflocc", response.iterator().next().metadata().deletedTimestamp());
+ Assertions.assertEquals("ozihmipgawt", response.iterator().next().spec().name());
+ Assertions.assertEquals("pkyjcxcjxgrytfm", response.iterator().next().spec().availability());
+ Assertions.assertEquals("ycilrmcaykggnox", response.iterator().next().spec().cloud());
+ Assertions.assertEquals("t", response.iterator().next().spec().zone());
+ Assertions.assertEquals(Package.ADVANCED, response.iterator().next().spec().packageProperty());
+ Assertions.assertEquals("wp", response.iterator().next().spec().region());
+ Assertions.assertEquals("fcpfnznth", response.iterator().next().spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("wkjaos", response.iterator().next().spec().httpEndpoint());
+ Assertions.assertEquals("uzvoamktcqiosm", response.iterator().next().spec().apiEndpoint());
+ Assertions.assertEquals("ahgx", response.iterator().next().spec().config().kind());
+ Assertions.assertEquals("yrtltlaprltzkat", response.iterator().next().spec().environment().id());
+ Assertions.assertEquals("jm", response.iterator().next().spec().environment().environment());
+ Assertions.assertEquals("nbsoqeqalarv", response.iterator().next().spec().environment().related());
+ Assertions.assertEquals("gunbtgfebwlnbm", response.iterator().next().spec().environment().resourceName());
+ Assertions.assertEquals("e", response.iterator().next().spec().network().id());
+ Assertions.assertEquals("dzqavbpdqmjxlyyz", response.iterator().next().spec().network().environment());
+ Assertions.assertEquals("gouwtlmj", response.iterator().next().spec().network().related());
+ Assertions.assertEquals("uojqt", response.iterator().next().spec().network().resourceName());
+ Assertions.assertEquals("xkjeytunlbfj", response.iterator().next().spec().byok().id());
+ Assertions.assertEquals("rusnk", response.iterator().next().spec().byok().related());
+ Assertions.assertEquals("hsyrqunj", response.iterator().next().spec().byok().resourceName());
+ Assertions.assertEquals("enx", response.iterator().next().status().phase());
+ Assertions.assertEquals(42255553, response.iterator().next().status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListEnvironmentsMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListEnvironmentsMockTests.java
index e7b6d1dac668..5b16abcdd6b6 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListEnvironmentsMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListEnvironmentsMockTests.java
@@ -23,7 +23,7 @@ public final class OrganizationsListEnvironmentsMockTests {
@Test
public void testListEnvironments() throws Exception {
String responseStr
- = "{\"value\":[{\"kind\":\"fdgnwncypuuwwlt\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"e\",\"resourceName\":\"eifzzhmk\",\"createdTimestamp\":\"svflyhbxcudch\",\"updatedTimestamp\":\"srboldforobw\",\"deletedTimestamp\":\"vizbfhfo\"}},\"id\":\"acqpbtuodxesza\",\"name\":\"belawumuaslzkwr\",\"type\":\"woycqucwyha\"}]}";
+ = "{\"value\":[{\"kind\":\"rqwexjkmfxapjwog\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ESSENTIALS\"},\"metadata\":{\"self\":\"dcdab\",\"resourceName\":\"wpwyawbz\",\"createdTimestamp\":\"qbucljgkyexaoguy\",\"updatedTimestamp\":\"p\",\"deletedTimestamp\":\"sdaultxij\"}},\"id\":\"mfqwa\",\"name\":\"lnqnmcjn\",\"type\":\"zqdqxt\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -33,15 +33,15 @@ public void testListEnvironments() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.organizations()
- .listEnvironments("shcxlpmjerbdk", "lvidizozs", 1027236790, "ccxjm", com.azure.core.util.Context.NONE);
+ .listEnvironments("ubwefqs", "ap", 1449009668, "tf", com.azure.core.util.Context.NONE);
- Assertions.assertEquals("fdgnwncypuuwwlt", response.iterator().next().kind());
- Assertions.assertEquals(Package.ADVANCED,
+ Assertions.assertEquals("rqwexjkmfxapjwog", response.iterator().next().kind());
+ Assertions.assertEquals(Package.ESSENTIALS,
response.iterator().next().streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("e", response.iterator().next().metadata().self());
- Assertions.assertEquals("eifzzhmk", response.iterator().next().metadata().resourceName());
- Assertions.assertEquals("svflyhbxcudch", response.iterator().next().metadata().createdTimestamp());
- Assertions.assertEquals("srboldforobw", response.iterator().next().metadata().updatedTimestamp());
- Assertions.assertEquals("vizbfhfo", response.iterator().next().metadata().deletedTimestamp());
+ Assertions.assertEquals("dcdab", response.iterator().next().metadata().self());
+ Assertions.assertEquals("wpwyawbz", response.iterator().next().metadata().resourceName());
+ Assertions.assertEquals("qbucljgkyexaoguy", response.iterator().next().metadata().createdTimestamp());
+ Assertions.assertEquals("p", response.iterator().next().metadata().updatedTimestamp());
+ Assertions.assertEquals("sdaultxij", response.iterator().next().metadata().deletedTimestamp());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListRegionsWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListRegionsWithResponseMockTests.java
index 5797421a8ca4..a238c4bcc747 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListRegionsWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListRegionsWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class OrganizationsListRegionsWithResponseMockTests {
@Test
public void testListRegionsWithResponse() throws Exception {
String responseStr
- = "{\"data\":[{\"kind\":\"tzeexav\",\"id\":\"tfgle\",\"properties\":{\"metadata\":{\"self\":\"qbw\",\"resourceName\":\"pqtgsfjac\",\"createdTimestamp\":\"lhhxudbxvodhtnsi\",\"updatedTimestamp\":\"dhzmmesckdlp\",\"deletedTimestamp\":\"zrcxfailcfxwmdbo\"},\"spec\":{\"name\":\"gsftufqobrjlnacg\",\"cloud\":\"kknhxkizvytnrzv\",\"regionName\":\"jraaeranokqguk\",\"packages\":[\"nvbroylaxx\"]}}},{\"kind\":\"cdisd\",\"id\":\"fj\",\"properties\":{\"metadata\":{\"self\":\"g\",\"resourceName\":\"whryvycytdcl\",\"createdTimestamp\":\"ccknfnwmbtmvp\",\"updatedTimestamp\":\"jdhttzaefedxi\",\"deletedTimestamp\":\"hrphkmcrjdqn\"},\"spec\":{\"name\":\"zpbgtgkylkdg\",\"cloud\":\"jeuut\",\"regionName\":\"xezw\",\"packages\":[\"kvbwnhhtqlgeh\",\"ppipifhpfeoa\",\"vgcxtx\",\"csheafidltugsr\"]}}},{\"kind\":\"mks\",\"id\":\"h\",\"properties\":{\"metadata\":{\"self\":\"xfkfwegprhptill\",\"resourceName\":\"biqtgdq\",\"createdTimestamp\":\"mcwsldrizetpwb\",\"updatedTimestamp\":\"lllibph\",\"deletedTimestamp\":\"zmizakakan\"},\"spec\":{\"name\":\"dnjzh\",\"cloud\":\"oylhjlmuoyxprimr\",\"regionName\":\"pteecjme\",\"packages\":[\"stvasylwxdzaumw\"]}}},{\"kind\":\"ohguuf\",\"id\":\"boyjathwt\",\"properties\":{\"metadata\":{\"self\":\"a\",\"resourceName\":\"wm\",\"createdTimestamp\":\"mebwjscjpah\",\"updatedTimestamp\":\"veabfqxnmwmqtib\",\"deletedTimestamp\":\"ijddtvqc\"},\"spec\":{\"name\":\"dija\",\"cloud\":\"kmr\",\"regionName\":\"eekpndz\",\"packages\":[\"mudqmeq\",\"igpibud\",\"wyxebeybpmzz\"]}}}]}";
+ = "{\"data\":[{\"kind\":\"k\",\"id\":\"zyvli\",\"properties\":{\"metadata\":{\"self\":\"kcxk\",\"resourceName\":\"bn\",\"createdTimestamp\":\"ysux\",\"updatedTimestamp\":\"qrntv\",\"deletedTimestamp\":\"ijpstte\"},\"spec\":{\"name\":\"qpwcyyufmh\",\"cloud\":\"nc\",\"regionName\":\"mqspkcdqzhlctdd\",\"packages\":[\"ndy\"]}}},{\"kind\":\"chrqb\",\"id\":\"jrcg\",\"properties\":{\"metadata\":{\"self\":\"cw\",\"resourceName\":\"xjumvq\",\"createdTimestamp\":\"lihrraiouaubr\",\"updatedTimestamp\":\"loqxfuojrngif\",\"deletedTimestamp\":\"z\"},\"spec\":{\"name\":\"ccbiuimzdlyjdfq\",\"cloud\":\"kyoqufdv\",\"regionName\":\"zslzojhp\",\"packages\":[\"nmdxotngfd\",\"ugeyzihgrkyuiza\"]}}},{\"kind\":\"nmfpp\",\"id\":\"jee\",\"properties\":{\"metadata\":{\"self\":\"hsgz\",\"resourceName\":\"zbgomfgbeg\",\"createdTimestamp\":\"gleohi\",\"updatedTimestamp\":\"tnluankrr\",\"deletedTimestamp\":\"eeebtijvacv\"},\"spec\":{\"name\":\"z\",\"cloud\":\"q\",\"regionName\":\"aj\",\"packages\":[\"xaceve\",\"jkuyxoafgaoq\",\"tfaeyl\"]}}}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,23 +34,23 @@ public void testListRegionsWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
ListRegionsSuccessResponse response = manager.organizations()
- .listRegionsWithResponse("iymerteeammxqi", "kk",
- new ListAccessRequestModel()
- .withSearchFilters(mapOf("mxvavrefdee", "drtkgdoj", "xs", "vecuijpx", "wsawddjibabxvi", "wprtu")),
+ .listRegionsWithResponse("gsrboldforobw", "lvizb",
+ new ListAccessRequestModel().withSearchFilters(mapOf("odxeszabbela", "ovvacqpbt", "cwyhahno",
+ "umuaslzkwrrwoycq", "fuurutlwexx", "drkywuhps", "srzpgepqtybbww", "lalniex")),
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("tzeexav", response.data().get(0).kind());
- Assertions.assertEquals("tfgle", response.data().get(0).id());
- Assertions.assertEquals("qbw", response.data().get(0).metadata().self());
- Assertions.assertEquals("pqtgsfjac", response.data().get(0).metadata().resourceName());
- Assertions.assertEquals("lhhxudbxvodhtnsi", response.data().get(0).metadata().createdTimestamp());
- Assertions.assertEquals("dhzmmesckdlp", response.data().get(0).metadata().updatedTimestamp());
- Assertions.assertEquals("zrcxfailcfxwmdbo", response.data().get(0).metadata().deletedTimestamp());
- Assertions.assertEquals("gsftufqobrjlnacg", response.data().get(0).spec().name());
- Assertions.assertEquals("kknhxkizvytnrzv", response.data().get(0).spec().cloud());
- Assertions.assertEquals("jraaeranokqguk", response.data().get(0).spec().regionName());
- Assertions.assertEquals("nvbroylaxx", response.data().get(0).spec().packages().get(0));
+ Assertions.assertEquals("k", response.data().get(0).kind());
+ Assertions.assertEquals("zyvli", response.data().get(0).id());
+ Assertions.assertEquals("kcxk", response.data().get(0).metadata().self());
+ Assertions.assertEquals("bn", response.data().get(0).metadata().resourceName());
+ Assertions.assertEquals("ysux", response.data().get(0).metadata().createdTimestamp());
+ Assertions.assertEquals("qrntv", response.data().get(0).metadata().updatedTimestamp());
+ Assertions.assertEquals("ijpstte", response.data().get(0).metadata().deletedTimestamp());
+ Assertions.assertEquals("qpwcyyufmh", response.data().get(0).spec().name());
+ Assertions.assertEquals("nc", response.data().get(0).spec().cloud());
+ Assertions.assertEquals("mqspkcdqzhlctdd", response.data().get(0).spec().regionName());
+ Assertions.assertEquals("ndy", response.data().get(0).spec().packages().get(0));
}
// Use "Map.of" if available
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListSchemaRegistryClustersMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListSchemaRegistryClustersMockTests.java
index f325fbda8071..66d71060aacd 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListSchemaRegistryClustersMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/OrganizationsListSchemaRegistryClustersMockTests.java
@@ -22,7 +22,7 @@ public final class OrganizationsListSchemaRegistryClustersMockTests {
@Test
public void testListSchemaRegistryClusters() throws Exception {
String responseStr
- = "{\"value\":[{\"kind\":\"hzyvlixqnrkcx\",\"id\":\"ibn\",\"properties\":{\"metadata\":{\"self\":\"uxswqrntvl\",\"resourceName\":\"jpsttexoq\",\"createdTimestamp\":\"wcyyufmhruncu\",\"updatedTimestamp\":\"qspkcdqzhlctd\",\"deletedTimestamp\":\"nqndyfpchrqbn\"},\"spec\":{\"name\":\"cgegydcwbo\",\"httpEndpoint\":\"umvq\",\"package\":\"lihrraiouaubr\",\"region\":{\"id\":\"oq\",\"related\":\"uojrngiflr\",\"resourceName\":\"asccbiui\"},\"environment\":{\"id\":\"lyjdfqwm\",\"related\":\"oq\",\"resourceName\":\"dvruzslzojhpctf\"},\"cloud\":\"dxotng\"},\"status\":{\"phase\":\"ugeyzihgrkyuiza\"}}}]}";
+ = "{\"value\":[{\"kind\":\"rqryxynqn\",\"id\":\"dpsovwxznptgo\",\"properties\":{\"metadata\":{\"self\":\"b\",\"resourceName\":\"pfhvfslk\",\"createdTimestamp\":\"tjlrigjksky\",\"updatedTimestamp\":\"oov\",\"deletedTimestamp\":\"dsxwaab\"},\"spec\":{\"name\":\"frygznmmax\",\"httpEndpoint\":\"zkzobgopxlhslnel\",\"package\":\"eixynllxecwcroj\",\"region\":{\"id\":\"lhc\",\"related\":\"jutifdwfmvigorqj\",\"resourceName\":\"tzh\"},\"environment\":{\"id\":\"lkafhonqjuje\",\"related\":\"kpzvcpopmxelnwc\",\"resourceName\":\"yjede\"},\"cloud\":\"mlfmkqs\"},\"status\":{\"phase\":\"uawxtzx\"}}}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,26 +32,26 @@ public void testListSchemaRegistryClusters() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.organizations()
- .listSchemaRegistryClusters("nomdrkywuhpsv", "uurutlwexxwlalni", "xzsrzpge", 125361630, "tybbwwpgda",
+ .listSchemaRegistryClusters("jw", "nyfusfzsvtuikzh", "jqg", 961484418, "fh",
com.azure.core.util.Context.NONE);
- Assertions.assertEquals("hzyvlixqnrkcx", response.iterator().next().kind());
- Assertions.assertEquals("ibn", response.iterator().next().id());
- Assertions.assertEquals("uxswqrntvl", response.iterator().next().metadata().self());
- Assertions.assertEquals("jpsttexoq", response.iterator().next().metadata().resourceName());
- Assertions.assertEquals("wcyyufmhruncu", response.iterator().next().metadata().createdTimestamp());
- Assertions.assertEquals("qspkcdqzhlctd", response.iterator().next().metadata().updatedTimestamp());
- Assertions.assertEquals("nqndyfpchrqbn", response.iterator().next().metadata().deletedTimestamp());
- Assertions.assertEquals("cgegydcwbo", response.iterator().next().spec().name());
- Assertions.assertEquals("umvq", response.iterator().next().spec().httpEndpoint());
- Assertions.assertEquals("lihrraiouaubr", response.iterator().next().spec().packageProperty());
- Assertions.assertEquals("oq", response.iterator().next().spec().region().id());
- Assertions.assertEquals("uojrngiflr", response.iterator().next().spec().region().related());
- Assertions.assertEquals("asccbiui", response.iterator().next().spec().region().resourceName());
- Assertions.assertEquals("lyjdfqwm", response.iterator().next().spec().environment().id());
- Assertions.assertEquals("oq", response.iterator().next().spec().environment().related());
- Assertions.assertEquals("dvruzslzojhpctf", response.iterator().next().spec().environment().resourceName());
- Assertions.assertEquals("dxotng", response.iterator().next().spec().cloud());
- Assertions.assertEquals("ugeyzihgrkyuiza", response.iterator().next().status().phase());
+ Assertions.assertEquals("rqryxynqn", response.iterator().next().kind());
+ Assertions.assertEquals("dpsovwxznptgo", response.iterator().next().id());
+ Assertions.assertEquals("b", response.iterator().next().metadata().self());
+ Assertions.assertEquals("pfhvfslk", response.iterator().next().metadata().resourceName());
+ Assertions.assertEquals("tjlrigjksky", response.iterator().next().metadata().createdTimestamp());
+ Assertions.assertEquals("oov", response.iterator().next().metadata().updatedTimestamp());
+ Assertions.assertEquals("dsxwaab", response.iterator().next().metadata().deletedTimestamp());
+ Assertions.assertEquals("frygznmmax", response.iterator().next().spec().name());
+ Assertions.assertEquals("zkzobgopxlhslnel", response.iterator().next().spec().httpEndpoint());
+ Assertions.assertEquals("eixynllxecwcroj", response.iterator().next().spec().packageProperty());
+ Assertions.assertEquals("lhc", response.iterator().next().spec().region().id());
+ Assertions.assertEquals("jutifdwfmvigorqj", response.iterator().next().spec().region().related());
+ Assertions.assertEquals("tzh", response.iterator().next().spec().region().resourceName());
+ Assertions.assertEquals("lkafhonqjuje", response.iterator().next().spec().environment().id());
+ Assertions.assertEquals("kpzvcpopmxelnwc", response.iterator().next().spec().environment().related());
+ Assertions.assertEquals("yjede", response.iterator().next().spec().environment().resourceName());
+ Assertions.assertEquals("mlfmkqs", response.iterator().next().spec().cloud());
+ Assertions.assertEquals("uawxtzx", response.iterator().next().status().phase());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionPropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionPropertiesTests.java
index 0ef3b15ffba5..ef5e25142f20 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionPropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionPropertiesTests.java
@@ -12,16 +12,16 @@ public final class RegionPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
RegionProperties model = BinaryData.fromString(
- "{\"metadata\":{\"self\":\"b\",\"resourceName\":\"hejjz\",\"createdTimestamp\":\"dudgwdslfhot\",\"updatedTimestamp\":\"cynpwlbjnp\",\"deletedTimestamp\":\"cftadeh\"},\"spec\":{\"name\":\"tyfsoppusuesn\",\"cloud\":\"dejbavo\",\"regionName\":\"zdmohctbqvu\",\"packages\":[\"dndnvow\"]}}")
+ "{\"metadata\":{\"self\":\"oaeupfhyhltrpmo\",\"resourceName\":\"mcmatuokthfuiu\",\"createdTimestamp\":\"dsfcpkvxodpuoz\",\"updatedTimestamp\":\"zydagfuaxbezyiuo\",\"deletedTimestamp\":\"twhrdxwzywqsm\"},\"spec\":{\"name\":\"reximoryocfs\",\"cloud\":\"s\",\"regionName\":\"ddystkiiuxhqy\",\"packages\":[\"o\",\"rq\"]}}")
.toObject(RegionProperties.class);
- Assertions.assertEquals("b", model.metadata().self());
- Assertions.assertEquals("hejjz", model.metadata().resourceName());
- Assertions.assertEquals("dudgwdslfhot", model.metadata().createdTimestamp());
- Assertions.assertEquals("cynpwlbjnp", model.metadata().updatedTimestamp());
- Assertions.assertEquals("cftadeh", model.metadata().deletedTimestamp());
- Assertions.assertEquals("tyfsoppusuesn", model.spec().name());
- Assertions.assertEquals("dejbavo", model.spec().cloud());
- Assertions.assertEquals("zdmohctbqvu", model.spec().regionName());
- Assertions.assertEquals("dndnvow", model.spec().packages().get(0));
+ Assertions.assertEquals("oaeupfhyhltrpmo", model.metadata().self());
+ Assertions.assertEquals("mcmatuokthfuiu", model.metadata().resourceName());
+ Assertions.assertEquals("dsfcpkvxodpuoz", model.metadata().createdTimestamp());
+ Assertions.assertEquals("zydagfuaxbezyiuo", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("twhrdxwzywqsm", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("reximoryocfs", model.spec().name());
+ Assertions.assertEquals("s", model.spec().cloud());
+ Assertions.assertEquals("ddystkiiuxhqy", model.spec().regionName());
+ Assertions.assertEquals("o", model.spec().packages().get(0));
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionRecordTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionRecordTests.java
index e9e149a4c1de..561f2be09e4f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionRecordTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionRecordTests.java
@@ -12,18 +12,18 @@ public final class RegionRecordTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
RegionRecord model = BinaryData.fromString(
- "{\"kind\":\"ivkwlzuvccfwnfnb\",\"id\":\"fionl\",\"properties\":{\"metadata\":{\"self\":\"tqgtzxdpnqbqq\",\"resourceName\":\"rjfeallnwsubisnj\",\"createdTimestamp\":\"pmng\",\"updatedTimestamp\":\"scxaq\",\"deletedTimestamp\":\"ochcbonqvpkvl\"},\"spec\":{\"name\":\"jease\",\"cloud\":\"heoflokeyyienjbd\",\"regionName\":\"tgrhpdjpjumas\",\"packages\":[\"jpqyegu\"]}}}")
+ "{\"kind\":\"zj\",\"id\":\"ggd\",\"properties\":{\"metadata\":{\"self\":\"hbkuofqwey\",\"resourceName\":\"menevfyexfwh\",\"createdTimestamp\":\"cibvyvdcsitynn\",\"updatedTimestamp\":\"mdectehfiqscjey\",\"deletedTimestamp\":\"hezrkgq\"},\"spec\":{\"name\":\"refovgmkqsleyyvx\",\"cloud\":\"jpkcattpng\",\"regionName\":\"rcczsqpjhvmd\",\"packages\":[\"nysounqe\"]}}}")
.toObject(RegionRecord.class);
- Assertions.assertEquals("ivkwlzuvccfwnfnb", model.kind());
- Assertions.assertEquals("fionl", model.id());
- Assertions.assertEquals("tqgtzxdpnqbqq", model.metadata().self());
- Assertions.assertEquals("rjfeallnwsubisnj", model.metadata().resourceName());
- Assertions.assertEquals("pmng", model.metadata().createdTimestamp());
- Assertions.assertEquals("scxaq", model.metadata().updatedTimestamp());
- Assertions.assertEquals("ochcbonqvpkvl", model.metadata().deletedTimestamp());
- Assertions.assertEquals("jease", model.spec().name());
- Assertions.assertEquals("heoflokeyyienjbd", model.spec().cloud());
- Assertions.assertEquals("tgrhpdjpjumas", model.spec().regionName());
- Assertions.assertEquals("jpqyegu", model.spec().packages().get(0));
+ Assertions.assertEquals("zj", model.kind());
+ Assertions.assertEquals("ggd", model.id());
+ Assertions.assertEquals("hbkuofqwey", model.metadata().self());
+ Assertions.assertEquals("menevfyexfwh", model.metadata().resourceName());
+ Assertions.assertEquals("cibvyvdcsitynn", model.metadata().createdTimestamp());
+ Assertions.assertEquals("mdectehfiqscjey", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("hezrkgq", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("refovgmkqsleyyvx", model.spec().name());
+ Assertions.assertEquals("jpkcattpng", model.spec().cloud());
+ Assertions.assertEquals("rcczsqpjhvmd", model.spec().regionName());
+ Assertions.assertEquals("nysounqe", model.spec().packages().get(0));
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionSpecEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionSpecEntityTests.java
index f7616213ec31..d9dd32dd6959 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionSpecEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RegionSpecEntityTests.java
@@ -12,11 +12,11 @@ public final class RegionSpecEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
RegionSpecEntity model = BinaryData.fromString(
- "{\"name\":\"jjugwdkcglhslaz\",\"cloud\":\"yggdtjixh\",\"regionName\":\"uofqwe\",\"packages\":[\"menevfyexfwh\",\"bcibvyvdcsitynn\",\"amdecte\",\"f\"]}")
+ "{\"name\":\"poczvyifqrvkdvjs\",\"cloud\":\"rm\",\"regionName\":\"d\",\"packages\":[\"t\",\"pnpulexxbczwtru\"]}")
.toObject(RegionSpecEntity.class);
- Assertions.assertEquals("jjugwdkcglhslaz", model.name());
- Assertions.assertEquals("yggdtjixh", model.cloud());
- Assertions.assertEquals("uofqwe", model.regionName());
- Assertions.assertEquals("menevfyexfwh", model.packages().get(0));
+ Assertions.assertEquals("poczvyifqrvkdvjs", model.name());
+ Assertions.assertEquals("rm", model.cloud());
+ Assertions.assertEquals("d", model.regionName());
+ Assertions.assertEquals("t", model.packages().get(0));
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RoleBindingRecordInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RoleBindingRecordInnerTests.java
index ac8540bc2172..374135bfc3b5 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RoleBindingRecordInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/RoleBindingRecordInnerTests.java
@@ -12,17 +12,17 @@ public final class RoleBindingRecordInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
RoleBindingRecordInner model = BinaryData.fromString(
- "{\"kind\":\"l\",\"id\":\"shfssnrbgyef\",\"metadata\":{\"self\":\"sgaojfmwncot\",\"resource_name\":\"fhir\",\"created_at\":\"ymoxoftpipiwyczu\",\"updated_at\":\"a\",\"deleted_at\":\"qjlihhyuspska\"},\"principal\":\"vlmfwdgzxulucv\",\"role_name\":\"mrsreuzvxurisjnh\",\"crn_pattern\":\"txifqj\"}")
+ "{\"kind\":\"hud\",\"id\":\"oookkqfq\",\"metadata\":{\"self\":\"leorfmluiqtqz\",\"resource_name\":\"vyvnqqyb\",\"created_at\":\"yeua\",\"updated_at\":\"kq\",\"deleted_at\":\"qgzsles\"},\"principal\":\"bhernntiew\",\"role_name\":\"cv\",\"crn_pattern\":\"uwrbehwagoh\"}")
.toObject(RoleBindingRecordInner.class);
- Assertions.assertEquals("l", model.kind());
- Assertions.assertEquals("shfssnrbgyef", model.id());
- Assertions.assertEquals("sgaojfmwncot", model.metadata().self());
- Assertions.assertEquals("fhir", model.metadata().resourceName());
- Assertions.assertEquals("ymoxoftpipiwyczu", model.metadata().createdAt());
- Assertions.assertEquals("a", model.metadata().updatedAt());
- Assertions.assertEquals("qjlihhyuspska", model.metadata().deletedAt());
- Assertions.assertEquals("vlmfwdgzxulucv", model.principal());
- Assertions.assertEquals("mrsreuzvxurisjnh", model.roleName());
- Assertions.assertEquals("txifqj", model.crnPattern());
+ Assertions.assertEquals("hud", model.kind());
+ Assertions.assertEquals("oookkqfq", model.id());
+ Assertions.assertEquals("leorfmluiqtqz", model.metadata().self());
+ Assertions.assertEquals("vyvnqqyb", model.metadata().resourceName());
+ Assertions.assertEquals("yeua", model.metadata().createdAt());
+ Assertions.assertEquals("kq", model.metadata().updatedAt());
+ Assertions.assertEquals("qgzsles", model.metadata().deletedAt());
+ Assertions.assertEquals("bhernntiew", model.principal());
+ Assertions.assertEquals("cv", model.roleName());
+ Assertions.assertEquals("uwrbehwagoh", model.crnPattern());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterByokEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterByokEntityTests.java
index 81160fa53e02..f4e5a544ca83 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterByokEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterByokEntityTests.java
@@ -12,20 +12,20 @@ public final class SCClusterByokEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SCClusterByokEntity model
- = BinaryData.fromString("{\"id\":\"divkrt\",\"related\":\"bxqz\",\"resourceName\":\"zjf\"}")
+ = BinaryData.fromString("{\"id\":\"qapnedgfbcv\",\"related\":\"vq\",\"resourceName\":\"keqdcvdrhvoods\"}")
.toObject(SCClusterByokEntity.class);
- Assertions.assertEquals("divkrt", model.id());
- Assertions.assertEquals("bxqz", model.related());
- Assertions.assertEquals("zjf", model.resourceName());
+ Assertions.assertEquals("qapnedgfbcv", model.id());
+ Assertions.assertEquals("vq", model.related());
+ Assertions.assertEquals("keqdcvdrhvoods", model.resourceName());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
SCClusterByokEntity model
- = new SCClusterByokEntity().withId("divkrt").withRelated("bxqz").withResourceName("zjf");
+ = new SCClusterByokEntity().withId("qapnedgfbcv").withRelated("vq").withResourceName("keqdcvdrhvoods");
model = BinaryData.fromObject(model).toObject(SCClusterByokEntity.class);
- Assertions.assertEquals("divkrt", model.id());
- Assertions.assertEquals("bxqz", model.related());
- Assertions.assertEquals("zjf", model.resourceName());
+ Assertions.assertEquals("qapnedgfbcv", model.id());
+ Assertions.assertEquals("vq", model.related());
+ Assertions.assertEquals("keqdcvdrhvoods", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterNetworkEnvironmentEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterNetworkEnvironmentEntityTests.java
index d76aaa3e7f95..851f6f7f1494 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterNetworkEnvironmentEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterNetworkEnvironmentEntityTests.java
@@ -12,24 +12,24 @@ public final class SCClusterNetworkEnvironmentEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SCClusterNetworkEnvironmentEntity model = BinaryData.fromString(
- "{\"id\":\"gbkdmoizpos\",\"environment\":\"grcfb\",\"related\":\"rmfqjhhkxbpvj\",\"resourceName\":\"jhxxjyn\"}")
+ "{\"id\":\"hqcrailvpnpp\",\"environment\":\"flrwd\",\"related\":\"dlxyjrxs\",\"resourceName\":\"afcnih\"}")
.toObject(SCClusterNetworkEnvironmentEntity.class);
- Assertions.assertEquals("gbkdmoizpos", model.id());
- Assertions.assertEquals("grcfb", model.environment());
- Assertions.assertEquals("rmfqjhhkxbpvj", model.related());
- Assertions.assertEquals("jhxxjyn", model.resourceName());
+ Assertions.assertEquals("hqcrailvpnpp", model.id());
+ Assertions.assertEquals("flrwd", model.environment());
+ Assertions.assertEquals("dlxyjrxs", model.related());
+ Assertions.assertEquals("afcnih", model.resourceName());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- SCClusterNetworkEnvironmentEntity model = new SCClusterNetworkEnvironmentEntity().withId("gbkdmoizpos")
- .withEnvironment("grcfb")
- .withRelated("rmfqjhhkxbpvj")
- .withResourceName("jhxxjyn");
+ SCClusterNetworkEnvironmentEntity model = new SCClusterNetworkEnvironmentEntity().withId("hqcrailvpnpp")
+ .withEnvironment("flrwd")
+ .withRelated("dlxyjrxs")
+ .withResourceName("afcnih");
model = BinaryData.fromObject(model).toObject(SCClusterNetworkEnvironmentEntity.class);
- Assertions.assertEquals("gbkdmoizpos", model.id());
- Assertions.assertEquals("grcfb", model.environment());
- Assertions.assertEquals("rmfqjhhkxbpvj", model.related());
- Assertions.assertEquals("jhxxjyn", model.resourceName());
+ Assertions.assertEquals("hqcrailvpnpp", model.id());
+ Assertions.assertEquals("flrwd", model.environment());
+ Assertions.assertEquals("dlxyjrxs", model.related());
+ Assertions.assertEquals("afcnih", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterRecordInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterRecordInnerTests.java
index 7a0bb37ba8c9..24a7edbb5ff4 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterRecordInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterRecordInnerTests.java
@@ -19,97 +19,98 @@ public final class SCClusterRecordInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SCClusterRecordInner model = BinaryData.fromString(
- "{\"kind\":\"ccm\",\"properties\":{\"metadata\":{\"self\":\"xy\",\"resourceName\":\"moyrxvwfudwpz\",\"createdTimestamp\":\"xhdzhlrqjbhckf\",\"updatedTimestamp\":\"hrxsbk\",\"deletedTimestamp\":\"pycanuzbpz\"},\"spec\":{\"name\":\"kuwbcrnwb\",\"availability\":\"hhseyv\",\"cloud\":\"srtslhspkdeem\",\"zone\":\"fm\",\"package\":\"ADVANCED\",\"region\":\"vt\",\"kafkaBootstrapEndpoint\":\"lmqkrhahvlj\",\"httpEndpoint\":\"haquhcdh\",\"apiEndpoint\":\"ualaexqpvfadmw\",\"config\":{\"kind\":\"r\"},\"environment\":{\"id\":\"pv\",\"environment\":\"mzlfmisgwb\",\"related\":\"beldawkzbaliourq\",\"resourceName\":\"kauhashsfwxo\"},\"network\":{\"id\":\"z\",\"environment\":\"ugicjooxdjebw\",\"related\":\"cwwfvovbvme\",\"resourceName\":\"civyhzceuo\"},\"byok\":{\"id\":\"rw\",\"related\":\"eiotwmcdytdx\",\"resourceName\":\"txnrjaw\"}},\"status\":{\"phase\":\"gxhnisk\",\"cku\":1319341047}},\"id\":\"py\",\"name\":\"gklwn\",\"type\":\"nhjdauw\"}")
+ "{\"kind\":\"lhbnxkna\",\"properties\":{\"metadata\":{\"self\":\"ppg\",\"resourceName\":\"tpnapnyiropuhpig\",\"createdTimestamp\":\"gylgqgitxmedjvcs\",\"updatedTimestamp\":\"n\",\"deletedTimestamp\":\"wncwzzhxgktrmg\"},\"spec\":{\"name\":\"apkteoellwptfdyg\",\"availability\":\"qbuaceopzfqr\",\"cloud\":\"uaopppcqeq\",\"zone\":\"lzdahzxctobgbkdm\",\"package\":\"ADVANCED\",\"region\":\"ostmgrcf\",\"kafkaBootstrapEndpoint\":\"nrmfqjhhk\",\"httpEndpoint\":\"pvjymjhxxjyng\",\"apiEndpoint\":\"ivkrtsw\",\"config\":{\"kind\":\"zvszj\"},\"environment\":{\"id\":\"vjfdx\",\"environment\":\"vetvt\",\"related\":\"aqtdoqmcbx\",\"resourceName\":\"vxysl\"},\"network\":{\"id\":\"sfxobl\",\"environment\":\"k\",\"related\":\"mpew\",\"resourceName\":\"fbkrvrnsvs\"},\"byok\":{\"id\":\"ohxcrsbfova\",\"related\":\"ruvw\",\"resourceName\":\"sqfsubcgjbirxb\"}},\"status\":{\"phase\":\"srfbjfdtwss\",\"cku\":772106102}},\"id\":\"pvjzbe\",\"name\":\"ilzznfqqnvwp\",\"type\":\"qtaruoujmkcjhwq\"}")
.toObject(SCClusterRecordInner.class);
- Assertions.assertEquals("ccm", model.kind());
- Assertions.assertEquals("xy", model.metadata().self());
- Assertions.assertEquals("moyrxvwfudwpz", model.metadata().resourceName());
- Assertions.assertEquals("xhdzhlrqjbhckf", model.metadata().createdTimestamp());
- Assertions.assertEquals("hrxsbk", model.metadata().updatedTimestamp());
- Assertions.assertEquals("pycanuzbpz", model.metadata().deletedTimestamp());
- Assertions.assertEquals("kuwbcrnwb", model.spec().name());
- Assertions.assertEquals("hhseyv", model.spec().availability());
- Assertions.assertEquals("srtslhspkdeem", model.spec().cloud());
- Assertions.assertEquals("fm", model.spec().zone());
+ Assertions.assertEquals("lhbnxkna", model.kind());
+ Assertions.assertEquals("ppg", model.metadata().self());
+ Assertions.assertEquals("tpnapnyiropuhpig", model.metadata().resourceName());
+ Assertions.assertEquals("gylgqgitxmedjvcs", model.metadata().createdTimestamp());
+ Assertions.assertEquals("n", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("wncwzzhxgktrmg", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("apkteoellwptfdyg", model.spec().name());
+ Assertions.assertEquals("qbuaceopzfqr", model.spec().availability());
+ Assertions.assertEquals("uaopppcqeq", model.spec().cloud());
+ Assertions.assertEquals("lzdahzxctobgbkdm", model.spec().zone());
Assertions.assertEquals(Package.ADVANCED, model.spec().packageProperty());
- Assertions.assertEquals("vt", model.spec().region());
- Assertions.assertEquals("lmqkrhahvlj", model.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("haquhcdh", model.spec().httpEndpoint());
- Assertions.assertEquals("ualaexqpvfadmw", model.spec().apiEndpoint());
- Assertions.assertEquals("r", model.spec().config().kind());
- Assertions.assertEquals("pv", model.spec().environment().id());
- Assertions.assertEquals("mzlfmisgwb", model.spec().environment().environment());
- Assertions.assertEquals("beldawkzbaliourq", model.spec().environment().related());
- Assertions.assertEquals("kauhashsfwxo", model.spec().environment().resourceName());
- Assertions.assertEquals("z", model.spec().network().id());
- Assertions.assertEquals("ugicjooxdjebw", model.spec().network().environment());
- Assertions.assertEquals("cwwfvovbvme", model.spec().network().related());
- Assertions.assertEquals("civyhzceuo", model.spec().network().resourceName());
- Assertions.assertEquals("rw", model.spec().byok().id());
- Assertions.assertEquals("eiotwmcdytdx", model.spec().byok().related());
- Assertions.assertEquals("txnrjaw", model.spec().byok().resourceName());
- Assertions.assertEquals("gxhnisk", model.status().phase());
- Assertions.assertEquals(1319341047, model.status().cku());
+ Assertions.assertEquals("ostmgrcf", model.spec().region());
+ Assertions.assertEquals("nrmfqjhhk", model.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("pvjymjhxxjyng", model.spec().httpEndpoint());
+ Assertions.assertEquals("ivkrtsw", model.spec().apiEndpoint());
+ Assertions.assertEquals("zvszj", model.spec().config().kind());
+ Assertions.assertEquals("vjfdx", model.spec().environment().id());
+ Assertions.assertEquals("vetvt", model.spec().environment().environment());
+ Assertions.assertEquals("aqtdoqmcbx", model.spec().environment().related());
+ Assertions.assertEquals("vxysl", model.spec().environment().resourceName());
+ Assertions.assertEquals("sfxobl", model.spec().network().id());
+ Assertions.assertEquals("k", model.spec().network().environment());
+ Assertions.assertEquals("mpew", model.spec().network().related());
+ Assertions.assertEquals("fbkrvrnsvs", model.spec().network().resourceName());
+ Assertions.assertEquals("ohxcrsbfova", model.spec().byok().id());
+ Assertions.assertEquals("ruvw", model.spec().byok().related());
+ Assertions.assertEquals("sqfsubcgjbirxb", model.spec().byok().resourceName());
+ Assertions.assertEquals("srfbjfdtwss", model.status().phase());
+ Assertions.assertEquals(772106102, model.status().cku());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- SCClusterRecordInner model = new SCClusterRecordInner().withKind("ccm")
- .withMetadata(new SCMetadataEntity().withSelf("xy")
- .withResourceName("moyrxvwfudwpz")
- .withCreatedTimestamp("xhdzhlrqjbhckf")
- .withUpdatedTimestamp("hrxsbk")
- .withDeletedTimestamp("pycanuzbpz"))
- .withSpec(new SCClusterSpecEntity().withName("kuwbcrnwb")
- .withAvailability("hhseyv")
- .withCloud("srtslhspkdeem")
- .withZone("fm")
+ SCClusterRecordInner model = new SCClusterRecordInner().withKind("lhbnxkna")
+ .withMetadata(new SCMetadataEntity().withSelf("ppg")
+ .withResourceName("tpnapnyiropuhpig")
+ .withCreatedTimestamp("gylgqgitxmedjvcs")
+ .withUpdatedTimestamp("n")
+ .withDeletedTimestamp("wncwzzhxgktrmg"))
+ .withSpec(new SCClusterSpecEntity().withName("apkteoellwptfdyg")
+ .withAvailability("qbuaceopzfqr")
+ .withCloud("uaopppcqeq")
+ .withZone("lzdahzxctobgbkdm")
.withPackageProperty(Package.ADVANCED)
- .withRegion("vt")
- .withKafkaBootstrapEndpoint("lmqkrhahvlj")
- .withHttpEndpoint("haquhcdh")
- .withApiEndpoint("ualaexqpvfadmw")
- .withConfig(new ClusterConfigEntity().withKind("r"))
- .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("pv")
- .withEnvironment("mzlfmisgwb")
- .withRelated("beldawkzbaliourq")
- .withResourceName("kauhashsfwxo"))
- .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("z")
- .withEnvironment("ugicjooxdjebw")
- .withRelated("cwwfvovbvme")
- .withResourceName("civyhzceuo"))
- .withByok(
- new SCClusterByokEntity().withId("rw").withRelated("eiotwmcdytdx").withResourceName("txnrjaw")))
- .withStatus(new ClusterStatusEntity().withPhase("gxhnisk").withCku(1319341047));
+ .withRegion("ostmgrcf")
+ .withKafkaBootstrapEndpoint("nrmfqjhhk")
+ .withHttpEndpoint("pvjymjhxxjyng")
+ .withApiEndpoint("ivkrtsw")
+ .withConfig(new ClusterConfigEntity().withKind("zvszj"))
+ .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("vjfdx")
+ .withEnvironment("vetvt")
+ .withRelated("aqtdoqmcbx")
+ .withResourceName("vxysl"))
+ .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("sfxobl")
+ .withEnvironment("k")
+ .withRelated("mpew")
+ .withResourceName("fbkrvrnsvs"))
+ .withByok(new SCClusterByokEntity().withId("ohxcrsbfova")
+ .withRelated("ruvw")
+ .withResourceName("sqfsubcgjbirxb")))
+ .withStatus(new ClusterStatusEntity().withPhase("srfbjfdtwss").withCku(772106102));
model = BinaryData.fromObject(model).toObject(SCClusterRecordInner.class);
- Assertions.assertEquals("ccm", model.kind());
- Assertions.assertEquals("xy", model.metadata().self());
- Assertions.assertEquals("moyrxvwfudwpz", model.metadata().resourceName());
- Assertions.assertEquals("xhdzhlrqjbhckf", model.metadata().createdTimestamp());
- Assertions.assertEquals("hrxsbk", model.metadata().updatedTimestamp());
- Assertions.assertEquals("pycanuzbpz", model.metadata().deletedTimestamp());
- Assertions.assertEquals("kuwbcrnwb", model.spec().name());
- Assertions.assertEquals("hhseyv", model.spec().availability());
- Assertions.assertEquals("srtslhspkdeem", model.spec().cloud());
- Assertions.assertEquals("fm", model.spec().zone());
+ Assertions.assertEquals("lhbnxkna", model.kind());
+ Assertions.assertEquals("ppg", model.metadata().self());
+ Assertions.assertEquals("tpnapnyiropuhpig", model.metadata().resourceName());
+ Assertions.assertEquals("gylgqgitxmedjvcs", model.metadata().createdTimestamp());
+ Assertions.assertEquals("n", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("wncwzzhxgktrmg", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("apkteoellwptfdyg", model.spec().name());
+ Assertions.assertEquals("qbuaceopzfqr", model.spec().availability());
+ Assertions.assertEquals("uaopppcqeq", model.spec().cloud());
+ Assertions.assertEquals("lzdahzxctobgbkdm", model.spec().zone());
Assertions.assertEquals(Package.ADVANCED, model.spec().packageProperty());
- Assertions.assertEquals("vt", model.spec().region());
- Assertions.assertEquals("lmqkrhahvlj", model.spec().kafkaBootstrapEndpoint());
- Assertions.assertEquals("haquhcdh", model.spec().httpEndpoint());
- Assertions.assertEquals("ualaexqpvfadmw", model.spec().apiEndpoint());
- Assertions.assertEquals("r", model.spec().config().kind());
- Assertions.assertEquals("pv", model.spec().environment().id());
- Assertions.assertEquals("mzlfmisgwb", model.spec().environment().environment());
- Assertions.assertEquals("beldawkzbaliourq", model.spec().environment().related());
- Assertions.assertEquals("kauhashsfwxo", model.spec().environment().resourceName());
- Assertions.assertEquals("z", model.spec().network().id());
- Assertions.assertEquals("ugicjooxdjebw", model.spec().network().environment());
- Assertions.assertEquals("cwwfvovbvme", model.spec().network().related());
- Assertions.assertEquals("civyhzceuo", model.spec().network().resourceName());
- Assertions.assertEquals("rw", model.spec().byok().id());
- Assertions.assertEquals("eiotwmcdytdx", model.spec().byok().related());
- Assertions.assertEquals("txnrjaw", model.spec().byok().resourceName());
- Assertions.assertEquals("gxhnisk", model.status().phase());
- Assertions.assertEquals(1319341047, model.status().cku());
+ Assertions.assertEquals("ostmgrcf", model.spec().region());
+ Assertions.assertEquals("nrmfqjhhk", model.spec().kafkaBootstrapEndpoint());
+ Assertions.assertEquals("pvjymjhxxjyng", model.spec().httpEndpoint());
+ Assertions.assertEquals("ivkrtsw", model.spec().apiEndpoint());
+ Assertions.assertEquals("zvszj", model.spec().config().kind());
+ Assertions.assertEquals("vjfdx", model.spec().environment().id());
+ Assertions.assertEquals("vetvt", model.spec().environment().environment());
+ Assertions.assertEquals("aqtdoqmcbx", model.spec().environment().related());
+ Assertions.assertEquals("vxysl", model.spec().environment().resourceName());
+ Assertions.assertEquals("sfxobl", model.spec().network().id());
+ Assertions.assertEquals("k", model.spec().network().environment());
+ Assertions.assertEquals("mpew", model.spec().network().related());
+ Assertions.assertEquals("fbkrvrnsvs", model.spec().network().resourceName());
+ Assertions.assertEquals("ohxcrsbfova", model.spec().byok().id());
+ Assertions.assertEquals("ruvw", model.spec().byok().related());
+ Assertions.assertEquals("sqfsubcgjbirxb", model.spec().byok().resourceName());
+ Assertions.assertEquals("srfbjfdtwss", model.status().phase());
+ Assertions.assertEquals(772106102, model.status().cku());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterSpecEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterSpecEntityTests.java
index 6b61307b6876..350475a9e3d4 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterSpecEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCClusterSpecEntityTests.java
@@ -16,73 +16,75 @@ public final class SCClusterSpecEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SCClusterSpecEntity model = BinaryData.fromString(
- "{\"name\":\"us\",\"availability\":\"touwaboekqv\",\"cloud\":\"lns\",\"zone\":\"bxwyjsflhhcaa\",\"package\":\"ADVANCED\",\"region\":\"xisxyawjoyaqcsl\",\"kafkaBootstrapEndpoint\":\"pkii\",\"httpEndpoint\":\"yexz\",\"apiEndpoint\":\"lixhnrztfol\",\"config\":{\"kind\":\"xknalaulppg\"},\"environment\":{\"id\":\"pnapnyiropuh\",\"environment\":\"gvpgy\",\"related\":\"qgitxmed\",\"resourceName\":\"c\"},\"network\":{\"id\":\"n\",\"environment\":\"wncwzzhxgktrmg\",\"related\":\"napkteoellw\",\"resourceName\":\"fdygpfqbuaceopz\"},\"byok\":{\"id\":\"hhuao\",\"related\":\"pcqeqx\",\"resourceName\":\"z\"}}")
+ "{\"name\":\"jflcxog\",\"availability\":\"konzmnsik\",\"cloud\":\"kqze\",\"zone\":\"kdltfzxmhhvhg\",\"package\":\"ADVANCED\",\"region\":\"dkwobdagx\",\"kafkaBootstrapEndpoint\":\"bqdxbx\",\"httpEndpoint\":\"kbogqxndlkzgx\",\"apiEndpoint\":\"ripl\",\"config\":{\"kind\":\"dxunkbebxmubyyn\"},\"environment\":{\"id\":\"rbqtkoie\",\"environment\":\"eotg\",\"related\":\"l\",\"resourceName\":\"muwlauwzizxbm\"},\"network\":{\"id\":\"jefuzmuvpbttdumo\",\"environment\":\"pxebmnzbt\",\"related\":\"jpglkfgohdne\",\"resourceName\":\"lfphsdyhtozfikd\"},\"byok\":{\"id\":\"quuvxzxcl\",\"related\":\"thhqzonosggbh\",\"resourceName\":\"hfwdsjnkaljutiis\"}}")
.toObject(SCClusterSpecEntity.class);
- Assertions.assertEquals("us", model.name());
- Assertions.assertEquals("touwaboekqv", model.availability());
- Assertions.assertEquals("lns", model.cloud());
- Assertions.assertEquals("bxwyjsflhhcaa", model.zone());
+ Assertions.assertEquals("jflcxog", model.name());
+ Assertions.assertEquals("konzmnsik", model.availability());
+ Assertions.assertEquals("kqze", model.cloud());
+ Assertions.assertEquals("kdltfzxmhhvhg", model.zone());
Assertions.assertEquals(Package.ADVANCED, model.packageProperty());
- Assertions.assertEquals("xisxyawjoyaqcsl", model.region());
- Assertions.assertEquals("pkii", model.kafkaBootstrapEndpoint());
- Assertions.assertEquals("yexz", model.httpEndpoint());
- Assertions.assertEquals("lixhnrztfol", model.apiEndpoint());
- Assertions.assertEquals("xknalaulppg", model.config().kind());
- Assertions.assertEquals("pnapnyiropuh", model.environment().id());
- Assertions.assertEquals("gvpgy", model.environment().environment());
- Assertions.assertEquals("qgitxmed", model.environment().related());
- Assertions.assertEquals("c", model.environment().resourceName());
- Assertions.assertEquals("n", model.network().id());
- Assertions.assertEquals("wncwzzhxgktrmg", model.network().environment());
- Assertions.assertEquals("napkteoellw", model.network().related());
- Assertions.assertEquals("fdygpfqbuaceopz", model.network().resourceName());
- Assertions.assertEquals("hhuao", model.byok().id());
- Assertions.assertEquals("pcqeqx", model.byok().related());
- Assertions.assertEquals("z", model.byok().resourceName());
+ Assertions.assertEquals("dkwobdagx", model.region());
+ Assertions.assertEquals("bqdxbx", model.kafkaBootstrapEndpoint());
+ Assertions.assertEquals("kbogqxndlkzgx", model.httpEndpoint());
+ Assertions.assertEquals("ripl", model.apiEndpoint());
+ Assertions.assertEquals("dxunkbebxmubyyn", model.config().kind());
+ Assertions.assertEquals("rbqtkoie", model.environment().id());
+ Assertions.assertEquals("eotg", model.environment().environment());
+ Assertions.assertEquals("l", model.environment().related());
+ Assertions.assertEquals("muwlauwzizxbm", model.environment().resourceName());
+ Assertions.assertEquals("jefuzmuvpbttdumo", model.network().id());
+ Assertions.assertEquals("pxebmnzbt", model.network().environment());
+ Assertions.assertEquals("jpglkfgohdne", model.network().related());
+ Assertions.assertEquals("lfphsdyhtozfikd", model.network().resourceName());
+ Assertions.assertEquals("quuvxzxcl", model.byok().id());
+ Assertions.assertEquals("thhqzonosggbh", model.byok().related());
+ Assertions.assertEquals("hfwdsjnkaljutiis", model.byok().resourceName());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- SCClusterSpecEntity model = new SCClusterSpecEntity().withName("us")
- .withAvailability("touwaboekqv")
- .withCloud("lns")
- .withZone("bxwyjsflhhcaa")
+ SCClusterSpecEntity model = new SCClusterSpecEntity().withName("jflcxog")
+ .withAvailability("konzmnsik")
+ .withCloud("kqze")
+ .withZone("kdltfzxmhhvhg")
.withPackageProperty(Package.ADVANCED)
- .withRegion("xisxyawjoyaqcsl")
- .withKafkaBootstrapEndpoint("pkii")
- .withHttpEndpoint("yexz")
- .withApiEndpoint("lixhnrztfol")
- .withConfig(new ClusterConfigEntity().withKind("xknalaulppg"))
- .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("pnapnyiropuh")
- .withEnvironment("gvpgy")
- .withRelated("qgitxmed")
- .withResourceName("c"))
- .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("n")
- .withEnvironment("wncwzzhxgktrmg")
- .withRelated("napkteoellw")
- .withResourceName("fdygpfqbuaceopz"))
- .withByok(new SCClusterByokEntity().withId("hhuao").withRelated("pcqeqx").withResourceName("z"));
+ .withRegion("dkwobdagx")
+ .withKafkaBootstrapEndpoint("bqdxbx")
+ .withHttpEndpoint("kbogqxndlkzgx")
+ .withApiEndpoint("ripl")
+ .withConfig(new ClusterConfigEntity().withKind("dxunkbebxmubyyn"))
+ .withEnvironment(new SCClusterNetworkEnvironmentEntity().withId("rbqtkoie")
+ .withEnvironment("eotg")
+ .withRelated("l")
+ .withResourceName("muwlauwzizxbm"))
+ .withNetwork(new SCClusterNetworkEnvironmentEntity().withId("jefuzmuvpbttdumo")
+ .withEnvironment("pxebmnzbt")
+ .withRelated("jpglkfgohdne")
+ .withResourceName("lfphsdyhtozfikd"))
+ .withByok(new SCClusterByokEntity().withId("quuvxzxcl")
+ .withRelated("thhqzonosggbh")
+ .withResourceName("hfwdsjnkaljutiis"));
model = BinaryData.fromObject(model).toObject(SCClusterSpecEntity.class);
- Assertions.assertEquals("us", model.name());
- Assertions.assertEquals("touwaboekqv", model.availability());
- Assertions.assertEquals("lns", model.cloud());
- Assertions.assertEquals("bxwyjsflhhcaa", model.zone());
+ Assertions.assertEquals("jflcxog", model.name());
+ Assertions.assertEquals("konzmnsik", model.availability());
+ Assertions.assertEquals("kqze", model.cloud());
+ Assertions.assertEquals("kdltfzxmhhvhg", model.zone());
Assertions.assertEquals(Package.ADVANCED, model.packageProperty());
- Assertions.assertEquals("xisxyawjoyaqcsl", model.region());
- Assertions.assertEquals("pkii", model.kafkaBootstrapEndpoint());
- Assertions.assertEquals("yexz", model.httpEndpoint());
- Assertions.assertEquals("lixhnrztfol", model.apiEndpoint());
- Assertions.assertEquals("xknalaulppg", model.config().kind());
- Assertions.assertEquals("pnapnyiropuh", model.environment().id());
- Assertions.assertEquals("gvpgy", model.environment().environment());
- Assertions.assertEquals("qgitxmed", model.environment().related());
- Assertions.assertEquals("c", model.environment().resourceName());
- Assertions.assertEquals("n", model.network().id());
- Assertions.assertEquals("wncwzzhxgktrmg", model.network().environment());
- Assertions.assertEquals("napkteoellw", model.network().related());
- Assertions.assertEquals("fdygpfqbuaceopz", model.network().resourceName());
- Assertions.assertEquals("hhuao", model.byok().id());
- Assertions.assertEquals("pcqeqx", model.byok().related());
- Assertions.assertEquals("z", model.byok().resourceName());
+ Assertions.assertEquals("dkwobdagx", model.region());
+ Assertions.assertEquals("bqdxbx", model.kafkaBootstrapEndpoint());
+ Assertions.assertEquals("kbogqxndlkzgx", model.httpEndpoint());
+ Assertions.assertEquals("ripl", model.apiEndpoint());
+ Assertions.assertEquals("dxunkbebxmubyyn", model.config().kind());
+ Assertions.assertEquals("rbqtkoie", model.environment().id());
+ Assertions.assertEquals("eotg", model.environment().environment());
+ Assertions.assertEquals("l", model.environment().related());
+ Assertions.assertEquals("muwlauwzizxbm", model.environment().resourceName());
+ Assertions.assertEquals("jefuzmuvpbttdumo", model.network().id());
+ Assertions.assertEquals("pxebmnzbt", model.network().environment());
+ Assertions.assertEquals("jpglkfgohdne", model.network().related());
+ Assertions.assertEquals("lfphsdyhtozfikd", model.network().resourceName());
+ Assertions.assertEquals("quuvxzxcl", model.byok().id());
+ Assertions.assertEquals("thhqzonosggbh", model.byok().related());
+ Assertions.assertEquals("hfwdsjnkaljutiis", model.byok().resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCEnvironmentRecordInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCEnvironmentRecordInnerTests.java
index dd190c01190f..00d150585ea5 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCEnvironmentRecordInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCEnvironmentRecordInnerTests.java
@@ -15,33 +15,33 @@ public final class SCEnvironmentRecordInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SCEnvironmentRecordInner model = BinaryData.fromString(
- "{\"kind\":\"scjeypv\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"hcjrefovgmk\",\"resourceName\":\"leyyvx\",\"createdTimestamp\":\"jpkcattpng\",\"updatedTimestamp\":\"rcczsqpjhvmd\",\"deletedTimestamp\":\"v\"}},\"id\":\"sounqecanoaeu\",\"name\":\"fhyhltrpmopjmcma\",\"type\":\"u\"}")
+ "{\"kind\":\"gidyjrrf\",\"properties\":{\"streamGovernanceConfig\":{\"package\":\"ADVANCED\"},\"metadata\":{\"self\":\"xc\",\"resourceName\":\"npc\",\"createdTimestamp\":\"ocohslkevleg\",\"updatedTimestamp\":\"fbuhfmvfaxkffe\",\"deletedTimestamp\":\"th\"}},\"id\":\"m\",\"name\":\"zy\",\"type\":\"shxmzsbbzoggigrx\"}")
.toObject(SCEnvironmentRecordInner.class);
- Assertions.assertEquals("scjeypv", model.kind());
+ Assertions.assertEquals("gidyjrrf", model.kind());
Assertions.assertEquals(Package.ADVANCED, model.streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("hcjrefovgmk", model.metadata().self());
- Assertions.assertEquals("leyyvx", model.metadata().resourceName());
- Assertions.assertEquals("jpkcattpng", model.metadata().createdTimestamp());
- Assertions.assertEquals("rcczsqpjhvmd", model.metadata().updatedTimestamp());
- Assertions.assertEquals("v", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("xc", model.metadata().self());
+ Assertions.assertEquals("npc", model.metadata().resourceName());
+ Assertions.assertEquals("ocohslkevleg", model.metadata().createdTimestamp());
+ Assertions.assertEquals("fbuhfmvfaxkffe", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("th", model.metadata().deletedTimestamp());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- SCEnvironmentRecordInner model = new SCEnvironmentRecordInner().withKind("scjeypv")
+ SCEnvironmentRecordInner model = new SCEnvironmentRecordInner().withKind("gidyjrrf")
.withStreamGovernanceConfig(new StreamGovernanceConfig().withPackageProperty(Package.ADVANCED))
- .withMetadata(new SCMetadataEntity().withSelf("hcjrefovgmk")
- .withResourceName("leyyvx")
- .withCreatedTimestamp("jpkcattpng")
- .withUpdatedTimestamp("rcczsqpjhvmd")
- .withDeletedTimestamp("v"));
+ .withMetadata(new SCMetadataEntity().withSelf("xc")
+ .withResourceName("npc")
+ .withCreatedTimestamp("ocohslkevleg")
+ .withUpdatedTimestamp("fbuhfmvfaxkffe")
+ .withDeletedTimestamp("th"));
model = BinaryData.fromObject(model).toObject(SCEnvironmentRecordInner.class);
- Assertions.assertEquals("scjeypv", model.kind());
+ Assertions.assertEquals("gidyjrrf", model.kind());
Assertions.assertEquals(Package.ADVANCED, model.streamGovernanceConfig().packageProperty());
- Assertions.assertEquals("hcjrefovgmk", model.metadata().self());
- Assertions.assertEquals("leyyvx", model.metadata().resourceName());
- Assertions.assertEquals("jpkcattpng", model.metadata().createdTimestamp());
- Assertions.assertEquals("rcczsqpjhvmd", model.metadata().updatedTimestamp());
- Assertions.assertEquals("v", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("xc", model.metadata().self());
+ Assertions.assertEquals("npc", model.metadata().resourceName());
+ Assertions.assertEquals("ocohslkevleg", model.metadata().createdTimestamp());
+ Assertions.assertEquals("fbuhfmvfaxkffe", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("th", model.metadata().deletedTimestamp());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCMetadataEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCMetadataEntityTests.java
index a7ef2d9b7dbb..8562284d9a3c 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCMetadataEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SCMetadataEntityTests.java
@@ -12,27 +12,27 @@ public final class SCMetadataEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SCMetadataEntity model = BinaryData.fromString(
- "{\"self\":\"wlokjyem\",\"resourceName\":\"vnipjox\",\"createdTimestamp\":\"nchgej\",\"updatedTimestamp\":\"odmailzyd\",\"deletedTimestamp\":\"o\"}")
+ "{\"self\":\"jpsq\",\"resourceName\":\"mpoyfd\",\"createdTimestamp\":\"ogknygjofjdd\",\"updatedTimestamp\":\"s\",\"deletedTimestamp\":\"eupewnwreitjz\"}")
.toObject(SCMetadataEntity.class);
- Assertions.assertEquals("wlokjyem", model.self());
- Assertions.assertEquals("vnipjox", model.resourceName());
- Assertions.assertEquals("nchgej", model.createdTimestamp());
- Assertions.assertEquals("odmailzyd", model.updatedTimestamp());
- Assertions.assertEquals("o", model.deletedTimestamp());
+ Assertions.assertEquals("jpsq", model.self());
+ Assertions.assertEquals("mpoyfd", model.resourceName());
+ Assertions.assertEquals("ogknygjofjdd", model.createdTimestamp());
+ Assertions.assertEquals("s", model.updatedTimestamp());
+ Assertions.assertEquals("eupewnwreitjz", model.deletedTimestamp());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- SCMetadataEntity model = new SCMetadataEntity().withSelf("wlokjyem")
- .withResourceName("vnipjox")
- .withCreatedTimestamp("nchgej")
- .withUpdatedTimestamp("odmailzyd")
- .withDeletedTimestamp("o");
+ SCMetadataEntity model = new SCMetadataEntity().withSelf("jpsq")
+ .withResourceName("mpoyfd")
+ .withCreatedTimestamp("ogknygjofjdd")
+ .withUpdatedTimestamp("s")
+ .withDeletedTimestamp("eupewnwreitjz");
model = BinaryData.fromObject(model).toObject(SCMetadataEntity.class);
- Assertions.assertEquals("wlokjyem", model.self());
- Assertions.assertEquals("vnipjox", model.resourceName());
- Assertions.assertEquals("nchgej", model.createdTimestamp());
- Assertions.assertEquals("odmailzyd", model.updatedTimestamp());
- Assertions.assertEquals("o", model.deletedTimestamp());
+ Assertions.assertEquals("jpsq", model.self());
+ Assertions.assertEquals("mpoyfd", model.resourceName());
+ Assertions.assertEquals("ogknygjofjdd", model.createdTimestamp());
+ Assertions.assertEquals("s", model.updatedTimestamp());
+ Assertions.assertEquals("eupewnwreitjz", model.deletedTimestamp());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SaaSDataTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SaaSDataTests.java
new file mode 100644
index 000000000000..1359a0eef9db
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SaaSDataTests.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.confluent.models.SaaSData;
+import org.junit.jupiter.api.Assertions;
+
+public final class SaaSDataTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ SaaSData model = BinaryData.fromString("{\"saaSResourceId\":\"qzbqjvsov\"}").toObject(SaaSData.class);
+ Assertions.assertEquals("qzbqjvsov", model.saaSResourceId());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ SaaSData model = new SaaSData().withSaaSResourceId("qzbqjvsov");
+ model = BinaryData.fromObject(model).toObject(SaaSData.class);
+ Assertions.assertEquals("qzbqjvsov", model.saaSResourceId());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SaaSResourceDetailsResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SaaSResourceDetailsResponseInnerTests.java
new file mode 100644
index 000000000000..b0e85e5161f5
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SaaSResourceDetailsResponseInnerTests.java
@@ -0,0 +1,19 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.confluent.fluent.models.SaaSResourceDetailsResponseInner;
+import org.junit.jupiter.api.Assertions;
+
+public final class SaaSResourceDetailsResponseInnerTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ SaaSResourceDetailsResponseInner model = BinaryData
+ .fromString("{\"saasId\":\"juqk\",\"id\":\"sa\",\"name\":\"iwkuofos\",\"type\":\"ghsauuimjmvxied\"}")
+ .toObject(SaaSResourceDetailsResponseInner.class);
+ Assertions.assertEquals("juqk", model.saasId());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterEnvironmentRegionEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterEnvironmentRegionEntityTests.java
index 6c933c8a39a6..56e2ea0cf19b 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterEnvironmentRegionEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterEnvironmentRegionEntityTests.java
@@ -12,10 +12,11 @@ public final class SchemaRegistryClusterEnvironmentRegionEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SchemaRegistryClusterEnvironmentRegionEntity model = BinaryData
- .fromString("{\"id\":\"pabgyeps\",\"related\":\"tazqugxywpmueefj\",\"resourceName\":\"fqkquj\"}")
+ .fromString(
+ "{\"id\":\"bxwyjsflhhcaa\",\"related\":\"jixisxyawjoyaqcs\",\"resourceName\":\"jpkiidzyexznelix\"}")
.toObject(SchemaRegistryClusterEnvironmentRegionEntity.class);
- Assertions.assertEquals("pabgyeps", model.id());
- Assertions.assertEquals("tazqugxywpmueefj", model.related());
- Assertions.assertEquals("fqkquj", model.resourceName());
+ Assertions.assertEquals("bxwyjsflhhcaa", model.id());
+ Assertions.assertEquals("jixisxyawjoyaqcs", model.related());
+ Assertions.assertEquals("jpkiidzyexznelix", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterPropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterPropertiesTests.java
index 758a7f1e8307..4329747d7b49 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterPropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterPropertiesTests.java
@@ -12,23 +12,23 @@ public final class SchemaRegistryClusterPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SchemaRegistryClusterProperties model = BinaryData.fromString(
- "{\"metadata\":{\"self\":\"xrhdwbavxbniwdjs\",\"resourceName\":\"tsdbpgn\",\"createdTimestamp\":\"txhp\",\"updatedTimestamp\":\"bzpfzab\",\"deletedTimestamp\":\"cuh\"},\"spec\":{\"name\":\"ctyqik\",\"httpEndpoint\":\"bovpl\",\"package\":\"bhvgy\",\"region\":{\"id\":\"osvmk\",\"related\":\"sxqu\",\"resourceName\":\"fpl\"},\"environment\":{\"id\":\"sxnkjzkdeslpvlo\",\"related\":\"i\",\"resourceName\":\"ghxpkdw\"},\"cloud\":\"aiuebbaumnyqu\"},\"status\":{\"phase\":\"eojnabc\"}}")
+ "{\"metadata\":{\"self\":\"ujznb\",\"resourceName\":\"ow\",\"createdTimestamp\":\"przqlveu\",\"updatedTimestamp\":\"upjm\",\"deletedTimestamp\":\"fxobbcsws\"},\"spec\":{\"name\":\"riplrbpbewtg\",\"httpEndpoint\":\"gblcgwxzvlvq\",\"package\":\"kbegibt\",\"region\":{\"id\":\"iebwwaloayqcgwrt\",\"related\":\"uzgwyzmhtx\",\"resourceName\":\"gmtsavjcbpwxqpsr\"},\"environment\":{\"id\":\"tguvriuhp\",\"related\":\"mdyvxqtayriw\",\"resourceName\":\"oyq\"},\"cloud\":\"xrmcqibycnojvk\"},\"status\":{\"phase\":\"fqsgzvahapjy\"}}")
.toObject(SchemaRegistryClusterProperties.class);
- Assertions.assertEquals("xrhdwbavxbniwdjs", model.metadata().self());
- Assertions.assertEquals("tsdbpgn", model.metadata().resourceName());
- Assertions.assertEquals("txhp", model.metadata().createdTimestamp());
- Assertions.assertEquals("bzpfzab", model.metadata().updatedTimestamp());
- Assertions.assertEquals("cuh", model.metadata().deletedTimestamp());
- Assertions.assertEquals("ctyqik", model.spec().name());
- Assertions.assertEquals("bovpl", model.spec().httpEndpoint());
- Assertions.assertEquals("bhvgy", model.spec().packageProperty());
- Assertions.assertEquals("osvmk", model.spec().region().id());
- Assertions.assertEquals("sxqu", model.spec().region().related());
- Assertions.assertEquals("fpl", model.spec().region().resourceName());
- Assertions.assertEquals("sxnkjzkdeslpvlo", model.spec().environment().id());
- Assertions.assertEquals("i", model.spec().environment().related());
- Assertions.assertEquals("ghxpkdw", model.spec().environment().resourceName());
- Assertions.assertEquals("aiuebbaumnyqu", model.spec().cloud());
- Assertions.assertEquals("eojnabc", model.status().phase());
+ Assertions.assertEquals("ujznb", model.metadata().self());
+ Assertions.assertEquals("ow", model.metadata().resourceName());
+ Assertions.assertEquals("przqlveu", model.metadata().createdTimestamp());
+ Assertions.assertEquals("upjm", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("fxobbcsws", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("riplrbpbewtg", model.spec().name());
+ Assertions.assertEquals("gblcgwxzvlvq", model.spec().httpEndpoint());
+ Assertions.assertEquals("kbegibt", model.spec().packageProperty());
+ Assertions.assertEquals("iebwwaloayqcgwrt", model.spec().region().id());
+ Assertions.assertEquals("uzgwyzmhtx", model.spec().region().related());
+ Assertions.assertEquals("gmtsavjcbpwxqpsr", model.spec().region().resourceName());
+ Assertions.assertEquals("tguvriuhp", model.spec().environment().id());
+ Assertions.assertEquals("mdyvxqtayriw", model.spec().environment().related());
+ Assertions.assertEquals("oyq", model.spec().environment().resourceName());
+ Assertions.assertEquals("xrmcqibycnojvk", model.spec().cloud());
+ Assertions.assertEquals("fqsgzvahapjy", model.status().phase());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterRecordInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterRecordInnerTests.java
index e97ab10f187c..af0104ad179f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterRecordInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterRecordInnerTests.java
@@ -12,25 +12,25 @@ public final class SchemaRegistryClusterRecordInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SchemaRegistryClusterRecordInner model = BinaryData.fromString(
- "{\"kind\":\"bnuqqkpik\",\"id\":\"rgvtqag\",\"properties\":{\"metadata\":{\"self\":\"nhijggmebfsi\",\"resourceName\":\"butr\",\"createdTimestamp\":\"pnazzm\",\"updatedTimestamp\":\"runmp\",\"deletedTimestamp\":\"tdbhrbnla\"},\"spec\":{\"name\":\"myskpbhenbtkcxy\",\"httpEndpoint\":\"y\",\"package\":\"rsyn\",\"region\":{\"id\":\"dybyxczfclhaa\",\"related\":\"babphlwrqlfk\",\"resourceName\":\"thsu\"},\"environment\":{\"id\":\"mnyyazt\",\"related\":\"twwrqp\",\"resourceName\":\"dckzywbiexz\"},\"cloud\":\"yueaxibxujwb\"},\"status\":{\"phase\":\"almuzyoxaepdkzja\"}}}")
+ "{\"kind\":\"ofmxagkvtmelmqkr\",\"id\":\"hvljuahaquh\",\"properties\":{\"metadata\":{\"self\":\"duala\",\"resourceName\":\"qpv\",\"createdTimestamp\":\"dmwsrcrgvxpvgomz\",\"updatedTimestamp\":\"misgwbnb\",\"deletedTimestamp\":\"ldawkzbaliourqha\"},\"spec\":{\"name\":\"hashsfwxosow\",\"httpEndpoint\":\"cugicjoox\",\"package\":\"ebwpucwwfvo\",\"region\":{\"id\":\"meue\",\"related\":\"vyhzceuojgjrwj\",\"resourceName\":\"iotwmcdytdxwit\"},\"environment\":{\"id\":\"jawgqwg\",\"related\":\"ni\",\"resourceName\":\"x\"},\"cloud\":\"kpycgklwndnhjd\"},\"status\":{\"phase\":\"hvylwzbt\"}}}")
.toObject(SchemaRegistryClusterRecordInner.class);
- Assertions.assertEquals("bnuqqkpik", model.kind());
- Assertions.assertEquals("rgvtqag", model.id());
- Assertions.assertEquals("nhijggmebfsi", model.metadata().self());
- Assertions.assertEquals("butr", model.metadata().resourceName());
- Assertions.assertEquals("pnazzm", model.metadata().createdTimestamp());
- Assertions.assertEquals("runmp", model.metadata().updatedTimestamp());
- Assertions.assertEquals("tdbhrbnla", model.metadata().deletedTimestamp());
- Assertions.assertEquals("myskpbhenbtkcxy", model.spec().name());
- Assertions.assertEquals("y", model.spec().httpEndpoint());
- Assertions.assertEquals("rsyn", model.spec().packageProperty());
- Assertions.assertEquals("dybyxczfclhaa", model.spec().region().id());
- Assertions.assertEquals("babphlwrqlfk", model.spec().region().related());
- Assertions.assertEquals("thsu", model.spec().region().resourceName());
- Assertions.assertEquals("mnyyazt", model.spec().environment().id());
- Assertions.assertEquals("twwrqp", model.spec().environment().related());
- Assertions.assertEquals("dckzywbiexz", model.spec().environment().resourceName());
- Assertions.assertEquals("yueaxibxujwb", model.spec().cloud());
- Assertions.assertEquals("almuzyoxaepdkzja", model.status().phase());
+ Assertions.assertEquals("ofmxagkvtmelmqkr", model.kind());
+ Assertions.assertEquals("hvljuahaquh", model.id());
+ Assertions.assertEquals("duala", model.metadata().self());
+ Assertions.assertEquals("qpv", model.metadata().resourceName());
+ Assertions.assertEquals("dmwsrcrgvxpvgomz", model.metadata().createdTimestamp());
+ Assertions.assertEquals("misgwbnb", model.metadata().updatedTimestamp());
+ Assertions.assertEquals("ldawkzbaliourqha", model.metadata().deletedTimestamp());
+ Assertions.assertEquals("hashsfwxosow", model.spec().name());
+ Assertions.assertEquals("cugicjoox", model.spec().httpEndpoint());
+ Assertions.assertEquals("ebwpucwwfvo", model.spec().packageProperty());
+ Assertions.assertEquals("meue", model.spec().region().id());
+ Assertions.assertEquals("vyhzceuojgjrwj", model.spec().region().related());
+ Assertions.assertEquals("iotwmcdytdxwit", model.spec().region().resourceName());
+ Assertions.assertEquals("jawgqwg", model.spec().environment().id());
+ Assertions.assertEquals("ni", model.spec().environment().related());
+ Assertions.assertEquals("x", model.spec().environment().resourceName());
+ Assertions.assertEquals("kpycgklwndnhjd", model.spec().cloud());
+ Assertions.assertEquals("hvylwzbt", model.status().phase());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterSpecEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterSpecEntityTests.java
index 4ad05059bf44..ab8a8a16414d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterSpecEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterSpecEntityTests.java
@@ -12,17 +12,17 @@ public final class SchemaRegistryClusterSpecEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SchemaRegistryClusterSpecEntity model = BinaryData.fromString(
- "{\"name\":\"smtxpsieb\",\"httpEndpoint\":\"hvpesapskrdqm\",\"package\":\"jdhtldwkyzxu\",\"region\":{\"id\":\"ncwscwsvlxoto\",\"related\":\"wrupqsxvnmicykvc\",\"resourceName\":\"vei\"},\"environment\":{\"id\":\"notyfjfcnjbkcn\",\"related\":\"hbttkphyw\",\"resourceName\":\"vjtoqnermclfp\"},\"cloud\":\"hoxus\"}")
+ "{\"name\":\"pvgqzcjrvxdjzlm\",\"httpEndpoint\":\"xkvugfhzov\",\"package\":\"jvzunluthnnp\",\"region\":{\"id\":\"i\",\"related\":\"ilpjzuaejxdult\",\"resourceName\":\"zbbtdzumveek\"},\"environment\":{\"id\":\"ozuhkfp\",\"related\":\"jyofdxluusdtto\",\"resourceName\":\"aboekqv\"},\"cloud\":\"lns\"}")
.toObject(SchemaRegistryClusterSpecEntity.class);
- Assertions.assertEquals("smtxpsieb", model.name());
- Assertions.assertEquals("hvpesapskrdqm", model.httpEndpoint());
- Assertions.assertEquals("jdhtldwkyzxu", model.packageProperty());
- Assertions.assertEquals("ncwscwsvlxoto", model.region().id());
- Assertions.assertEquals("wrupqsxvnmicykvc", model.region().related());
- Assertions.assertEquals("vei", model.region().resourceName());
- Assertions.assertEquals("notyfjfcnjbkcn", model.environment().id());
- Assertions.assertEquals("hbttkphyw", model.environment().related());
- Assertions.assertEquals("vjtoqnermclfp", model.environment().resourceName());
- Assertions.assertEquals("hoxus", model.cloud());
+ Assertions.assertEquals("pvgqzcjrvxdjzlm", model.name());
+ Assertions.assertEquals("xkvugfhzov", model.httpEndpoint());
+ Assertions.assertEquals("jvzunluthnnp", model.packageProperty());
+ Assertions.assertEquals("i", model.region().id());
+ Assertions.assertEquals("ilpjzuaejxdult", model.region().related());
+ Assertions.assertEquals("zbbtdzumveek", model.region().resourceName());
+ Assertions.assertEquals("ozuhkfp", model.environment().id());
+ Assertions.assertEquals("jyofdxluusdtto", model.environment().related());
+ Assertions.assertEquals("aboekqv", model.environment().resourceName());
+ Assertions.assertEquals("lns", model.cloud());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterStatusEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterStatusEntityTests.java
index aab846ecc3a6..6959ca4f4ed7 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterStatusEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/SchemaRegistryClusterStatusEntityTests.java
@@ -12,7 +12,7 @@ public final class SchemaRegistryClusterStatusEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
SchemaRegistryClusterStatusEntity model
- = BinaryData.fromString("{\"phase\":\"suyonobglaocq\"}").toObject(SchemaRegistryClusterStatusEntity.class);
- Assertions.assertEquals("suyonobglaocq", model.phase());
+ = BinaryData.fromString("{\"phase\":\"rzt\"}").toObject(SchemaRegistryClusterStatusEntity.class);
+ Assertions.assertEquals("rzt", model.phase());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ServiceAccountRecordTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ServiceAccountRecordTests.java
index 721b2437a785..f850665c6f58 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ServiceAccountRecordTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ServiceAccountRecordTests.java
@@ -12,16 +12,16 @@ public final class ServiceAccountRecordTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ServiceAccountRecord model = BinaryData.fromString(
- "{\"kind\":\"ihleos\",\"id\":\"w\",\"metadata\":{\"self\":\"slyzrpzbchckqq\",\"resource_name\":\"ioxiysuiizyn\",\"created_at\":\"dy\",\"updated_at\":\"rwyhqmibzyhwitsm\",\"deleted_at\":\"yynpcdpumnzgmwz\"},\"display_name\":\"abikns\",\"description\":\"gj\"}")
+ "{\"kind\":\"iodhkhazxkhnz\",\"id\":\"nlwntoe\",\"metadata\":{\"self\":\"dwbwhkszzcmrvexz\",\"resource_name\":\"bt\",\"created_at\":\"sfraoyzko\",\"updated_at\":\"tlmngu\",\"deleted_at\":\"wqaldsyu\"},\"display_name\":\"imerqfobwyznk\",\"description\":\"kutwpf\"}")
.toObject(ServiceAccountRecord.class);
- Assertions.assertEquals("ihleos", model.kind());
- Assertions.assertEquals("w", model.id());
- Assertions.assertEquals("slyzrpzbchckqq", model.metadata().self());
- Assertions.assertEquals("ioxiysuiizyn", model.metadata().resourceName());
- Assertions.assertEquals("dy", model.metadata().createdAt());
- Assertions.assertEquals("rwyhqmibzyhwitsm", model.metadata().updatedAt());
- Assertions.assertEquals("yynpcdpumnzgmwz", model.metadata().deletedAt());
- Assertions.assertEquals("abikns", model.displayName());
- Assertions.assertEquals("gj", model.description());
+ Assertions.assertEquals("iodhkhazxkhnz", model.kind());
+ Assertions.assertEquals("nlwntoe", model.id());
+ Assertions.assertEquals("dwbwhkszzcmrvexz", model.metadata().self());
+ Assertions.assertEquals("bt", model.metadata().resourceName());
+ Assertions.assertEquals("sfraoyzko", model.metadata().createdAt());
+ Assertions.assertEquals("tlmngu", model.metadata().updatedAt());
+ Assertions.assertEquals("wqaldsyu", model.metadata().deletedAt());
+ Assertions.assertEquals("imerqfobwyznk", model.displayName());
+ Assertions.assertEquals("kutwpf", model.description());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/StreamGovernanceConfigTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/StreamGovernanceConfigTests.java
index e60ebd819cca..076a378f4400 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/StreamGovernanceConfigTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/StreamGovernanceConfigTests.java
@@ -13,14 +13,14 @@ public final class StreamGovernanceConfigTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
StreamGovernanceConfig model
- = BinaryData.fromString("{\"package\":\"ESSENTIALS\"}").toObject(StreamGovernanceConfig.class);
- Assertions.assertEquals(Package.ESSENTIALS, model.packageProperty());
+ = BinaryData.fromString("{\"package\":\"ADVANCED\"}").toObject(StreamGovernanceConfig.class);
+ Assertions.assertEquals(Package.ADVANCED, model.packageProperty());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- StreamGovernanceConfig model = new StreamGovernanceConfig().withPackageProperty(Package.ESSENTIALS);
+ StreamGovernanceConfig model = new StreamGovernanceConfig().withPackageProperty(Package.ADVANCED);
model = BinaryData.fromObject(model).toObject(StreamGovernanceConfig.class);
- Assertions.assertEquals(Package.ESSENTIALS, model.packageProperty());
+ Assertions.assertEquals(Package.ADVANCED, model.packageProperty());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicMetadataEntityTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicMetadataEntityTests.java
index 9ed4e24b6234..f09ea53512d2 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicMetadataEntityTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicMetadataEntityTests.java
@@ -11,17 +11,19 @@
public final class TopicMetadataEntityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- TopicMetadataEntity model = BinaryData.fromString("{\"self\":\"gyvudtjuewbc\",\"resourceName\":\"xuuwhcj\"}")
- .toObject(TopicMetadataEntity.class);
- Assertions.assertEquals("gyvudtjuewbc", model.self());
- Assertions.assertEquals("xuuwhcj", model.resourceName());
+ TopicMetadataEntity model
+ = BinaryData.fromString("{\"self\":\"onbzoggculapzwy\",\"resourceName\":\"gogtqxepnylbf\"}")
+ .toObject(TopicMetadataEntity.class);
+ Assertions.assertEquals("onbzoggculapzwy", model.self());
+ Assertions.assertEquals("gogtqxepnylbf", model.resourceName());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- TopicMetadataEntity model = new TopicMetadataEntity().withSelf("gyvudtjuewbc").withResourceName("xuuwhcj");
+ TopicMetadataEntity model
+ = new TopicMetadataEntity().withSelf("onbzoggculapzwy").withResourceName("gogtqxepnylbf");
model = BinaryData.fromObject(model).toObject(TopicMetadataEntity.class);
- Assertions.assertEquals("gyvudtjuewbc", model.self());
- Assertions.assertEquals("xuuwhcj", model.resourceName());
+ Assertions.assertEquals("onbzoggculapzwy", model.self());
+ Assertions.assertEquals("gogtqxepnylbf", model.resourceName());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicPropertiesTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicPropertiesTests.java
index 27c4b15fe6d4..3786c71fbe3f 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicPropertiesTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicPropertiesTests.java
@@ -16,45 +16,46 @@ public final class TopicPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
TopicProperties model = BinaryData.fromString(
- "{\"kind\":\"in\",\"topicId\":\"owzfttsttkt\",\"metadata\":{\"self\":\"bqactxtgzukx\",\"resourceName\":\"mmqtgqqqxhr\"},\"partitions\":{\"related\":\"xcpjuisavokqdzf\"},\"configs\":{\"related\":\"ivjlfrqttbajlka\"},\"inputConfigs\":[{\"name\":\"yiopi\",\"value\":\"qqfkuv\"},{\"name\":\"xkdmligo\",\"value\":\"brxk\"},{\"name\":\"loazuruocbgoo\",\"value\":\"te\"}],\"partitionsReassignments\":{\"related\":\"fhjxakvvjgs\"},\"partitionsCount\":\"r\",\"replicationFactor\":\"lmywwtkgkxnyed\"}")
+ "{\"kind\":\"xgwjplmagstcyoh\",\"topicId\":\"kyrk\",\"metadata\":{\"self\":\"giogsjkmnwqjno\",\"resourceName\":\"iyhddvi\"},\"partitions\":{\"related\":\"gfnmntfpmvmemfnc\"},\"configs\":{\"related\":\"vvbalx\"},\"inputConfigs\":[{\"name\":\"hpodbzev\",\"value\":\"dnhfuk\"},{\"name\":\"sjcswsmystuluqyp\",\"value\":\"vlerchpqbmfpjba\"},{\"name\":\"idfcxsspuunnoxyh\",\"value\":\"g\"},{\"name\":\"drihpfhoqcaaewda\",\"value\":\"djvlpj\"}],\"partitionsReassignments\":{\"related\":\"zb\"},\"partitionsCount\":\"sgeivsiy\",\"replicationFactor\":\"kdncj\"}")
.toObject(TopicProperties.class);
- Assertions.assertEquals("in", model.kind());
- Assertions.assertEquals("owzfttsttkt", model.topicId());
- Assertions.assertEquals("bqactxtgzukx", model.metadata().self());
- Assertions.assertEquals("mmqtgqqqxhr", model.metadata().resourceName());
- Assertions.assertEquals("xcpjuisavokqdzf", model.partitions().related());
- Assertions.assertEquals("ivjlfrqttbajlka", model.configs().related());
- Assertions.assertEquals("yiopi", model.inputConfigs().get(0).name());
- Assertions.assertEquals("qqfkuv", model.inputConfigs().get(0).value());
- Assertions.assertEquals("fhjxakvvjgs", model.partitionsReassignments().related());
- Assertions.assertEquals("r", model.partitionsCount());
- Assertions.assertEquals("lmywwtkgkxnyed", model.replicationFactor());
+ Assertions.assertEquals("xgwjplmagstcyoh", model.kind());
+ Assertions.assertEquals("kyrk", model.topicId());
+ Assertions.assertEquals("giogsjkmnwqjno", model.metadata().self());
+ Assertions.assertEquals("iyhddvi", model.metadata().resourceName());
+ Assertions.assertEquals("gfnmntfpmvmemfnc", model.partitions().related());
+ Assertions.assertEquals("vvbalx", model.configs().related());
+ Assertions.assertEquals("hpodbzev", model.inputConfigs().get(0).name());
+ Assertions.assertEquals("dnhfuk", model.inputConfigs().get(0).value());
+ Assertions.assertEquals("zb", model.partitionsReassignments().related());
+ Assertions.assertEquals("sgeivsiy", model.partitionsCount());
+ Assertions.assertEquals("kdncj", model.replicationFactor());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- TopicProperties model = new TopicProperties().withKind("in")
- .withTopicId("owzfttsttkt")
- .withMetadata(new TopicMetadataEntity().withSelf("bqactxtgzukx").withResourceName("mmqtgqqqxhr"))
- .withPartitions(new TopicsRelatedLink().withRelated("xcpjuisavokqdzf"))
- .withConfigs(new TopicsRelatedLink().withRelated("ivjlfrqttbajlka"))
- .withInputConfigs(Arrays.asList(new TopicsInputConfig().withName("yiopi").withValue("qqfkuv"),
- new TopicsInputConfig().withName("xkdmligo").withValue("brxk"),
- new TopicsInputConfig().withName("loazuruocbgoo").withValue("te")))
- .withPartitionsReassignments(new TopicsRelatedLink().withRelated("fhjxakvvjgs"))
- .withPartitionsCount("r")
- .withReplicationFactor("lmywwtkgkxnyed");
+ TopicProperties model = new TopicProperties().withKind("xgwjplmagstcyoh")
+ .withTopicId("kyrk")
+ .withMetadata(new TopicMetadataEntity().withSelf("giogsjkmnwqjno").withResourceName("iyhddvi"))
+ .withPartitions(new TopicsRelatedLink().withRelated("gfnmntfpmvmemfnc"))
+ .withConfigs(new TopicsRelatedLink().withRelated("vvbalx"))
+ .withInputConfigs(Arrays.asList(new TopicsInputConfig().withName("hpodbzev").withValue("dnhfuk"),
+ new TopicsInputConfig().withName("sjcswsmystuluqyp").withValue("vlerchpqbmfpjba"),
+ new TopicsInputConfig().withName("idfcxsspuunnoxyh").withValue("g"),
+ new TopicsInputConfig().withName("drihpfhoqcaaewda").withValue("djvlpj")))
+ .withPartitionsReassignments(new TopicsRelatedLink().withRelated("zb"))
+ .withPartitionsCount("sgeivsiy")
+ .withReplicationFactor("kdncj");
model = BinaryData.fromObject(model).toObject(TopicProperties.class);
- Assertions.assertEquals("in", model.kind());
- Assertions.assertEquals("owzfttsttkt", model.topicId());
- Assertions.assertEquals("bqactxtgzukx", model.metadata().self());
- Assertions.assertEquals("mmqtgqqqxhr", model.metadata().resourceName());
- Assertions.assertEquals("xcpjuisavokqdzf", model.partitions().related());
- Assertions.assertEquals("ivjlfrqttbajlka", model.configs().related());
- Assertions.assertEquals("yiopi", model.inputConfigs().get(0).name());
- Assertions.assertEquals("qqfkuv", model.inputConfigs().get(0).value());
- Assertions.assertEquals("fhjxakvvjgs", model.partitionsReassignments().related());
- Assertions.assertEquals("r", model.partitionsCount());
- Assertions.assertEquals("lmywwtkgkxnyed", model.replicationFactor());
+ Assertions.assertEquals("xgwjplmagstcyoh", model.kind());
+ Assertions.assertEquals("kyrk", model.topicId());
+ Assertions.assertEquals("giogsjkmnwqjno", model.metadata().self());
+ Assertions.assertEquals("iyhddvi", model.metadata().resourceName());
+ Assertions.assertEquals("gfnmntfpmvmemfnc", model.partitions().related());
+ Assertions.assertEquals("vvbalx", model.configs().related());
+ Assertions.assertEquals("hpodbzev", model.inputConfigs().get(0).name());
+ Assertions.assertEquals("dnhfuk", model.inputConfigs().get(0).value());
+ Assertions.assertEquals("zb", model.partitionsReassignments().related());
+ Assertions.assertEquals("sgeivsiy", model.partitionsCount());
+ Assertions.assertEquals("kdncj", model.replicationFactor());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicRecordInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicRecordInnerTests.java
index 278c182cb2c7..4e3d76ab0109 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicRecordInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicRecordInnerTests.java
@@ -16,45 +16,43 @@ public final class TopicRecordInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
TopicRecordInner model = BinaryData.fromString(
- "{\"properties\":{\"kind\":\"ywjhhgdnhx\",\"topicId\":\"ivfomiloxgg\",\"metadata\":{\"self\":\"iqndieuzaofj\",\"resourceName\":\"vcyy\"},\"partitions\":{\"related\":\"gdotcubiipuipwo\"},\"configs\":{\"related\":\"macjekn\"},\"inputConfigs\":[{\"name\":\"qvci\",\"value\":\"ev\"},{\"name\":\"mblrrilbywd\",\"value\":\"miccwrwfscjfnyn\"},{\"name\":\"qujizdvo\",\"value\":\"tiby\"}],\"partitionsReassignments\":{\"related\":\"blgyavutpthj\"},\"partitionsCount\":\"oismsksbpimlqol\",\"replicationFactor\":\"kcgxxlxsffgcvi\"},\"id\":\"zdwlvwlyoupfgfb\",\"name\":\"jub\",\"type\":\"yhgk\"}")
+ "{\"properties\":{\"kind\":\"ivjlfrqttbajlka\",\"topicId\":\"wxyiopidkqq\",\"metadata\":{\"self\":\"vscx\",\"resourceName\":\"mligov\"},\"partitions\":{\"related\":\"xk\"},\"configs\":{\"related\":\"oaz\"},\"inputConfigs\":[{\"name\":\"cbgoor\",\"value\":\"eoybfhjxakvvjgs\"}],\"partitionsReassignments\":{\"related\":\"dilmyww\"},\"partitionsCount\":\"gkxnyedabg\",\"replicationFactor\":\"udtjuewbc\"},\"id\":\"xuuwhcj\",\"name\":\"xccybvpa\",\"type\":\"akkud\"}")
.toObject(TopicRecordInner.class);
- Assertions.assertEquals("ywjhhgdnhx", model.kind());
- Assertions.assertEquals("ivfomiloxgg", model.topicId());
- Assertions.assertEquals("iqndieuzaofj", model.metadata().self());
- Assertions.assertEquals("vcyy", model.metadata().resourceName());
- Assertions.assertEquals("gdotcubiipuipwo", model.partitions().related());
- Assertions.assertEquals("macjekn", model.configs().related());
- Assertions.assertEquals("qvci", model.inputConfigs().get(0).name());
- Assertions.assertEquals("ev", model.inputConfigs().get(0).value());
- Assertions.assertEquals("blgyavutpthj", model.partitionsReassignments().related());
- Assertions.assertEquals("oismsksbpimlqol", model.partitionsCount());
- Assertions.assertEquals("kcgxxlxsffgcvi", model.replicationFactor());
+ Assertions.assertEquals("ivjlfrqttbajlka", model.kind());
+ Assertions.assertEquals("wxyiopidkqq", model.topicId());
+ Assertions.assertEquals("vscx", model.metadata().self());
+ Assertions.assertEquals("mligov", model.metadata().resourceName());
+ Assertions.assertEquals("xk", model.partitions().related());
+ Assertions.assertEquals("oaz", model.configs().related());
+ Assertions.assertEquals("cbgoor", model.inputConfigs().get(0).name());
+ Assertions.assertEquals("eoybfhjxakvvjgs", model.inputConfigs().get(0).value());
+ Assertions.assertEquals("dilmyww", model.partitionsReassignments().related());
+ Assertions.assertEquals("gkxnyedabg", model.partitionsCount());
+ Assertions.assertEquals("udtjuewbc", model.replicationFactor());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- TopicRecordInner model = new TopicRecordInner().withKind("ywjhhgdnhx")
- .withTopicId("ivfomiloxgg")
- .withMetadata(new TopicMetadataEntity().withSelf("iqndieuzaofj").withResourceName("vcyy"))
- .withPartitions(new TopicsRelatedLink().withRelated("gdotcubiipuipwo"))
- .withConfigs(new TopicsRelatedLink().withRelated("macjekn"))
- .withInputConfigs(Arrays.asList(new TopicsInputConfig().withName("qvci").withValue("ev"),
- new TopicsInputConfig().withName("mblrrilbywd").withValue("miccwrwfscjfnyn"),
- new TopicsInputConfig().withName("qujizdvo").withValue("tiby")))
- .withPartitionsReassignments(new TopicsRelatedLink().withRelated("blgyavutpthj"))
- .withPartitionsCount("oismsksbpimlqol")
- .withReplicationFactor("kcgxxlxsffgcvi");
+ TopicRecordInner model = new TopicRecordInner().withKind("ivjlfrqttbajlka")
+ .withTopicId("wxyiopidkqq")
+ .withMetadata(new TopicMetadataEntity().withSelf("vscx").withResourceName("mligov"))
+ .withPartitions(new TopicsRelatedLink().withRelated("xk"))
+ .withConfigs(new TopicsRelatedLink().withRelated("oaz"))
+ .withInputConfigs(Arrays.asList(new TopicsInputConfig().withName("cbgoor").withValue("eoybfhjxakvvjgs")))
+ .withPartitionsReassignments(new TopicsRelatedLink().withRelated("dilmyww"))
+ .withPartitionsCount("gkxnyedabg")
+ .withReplicationFactor("udtjuewbc");
model = BinaryData.fromObject(model).toObject(TopicRecordInner.class);
- Assertions.assertEquals("ywjhhgdnhx", model.kind());
- Assertions.assertEquals("ivfomiloxgg", model.topicId());
- Assertions.assertEquals("iqndieuzaofj", model.metadata().self());
- Assertions.assertEquals("vcyy", model.metadata().resourceName());
- Assertions.assertEquals("gdotcubiipuipwo", model.partitions().related());
- Assertions.assertEquals("macjekn", model.configs().related());
- Assertions.assertEquals("qvci", model.inputConfigs().get(0).name());
- Assertions.assertEquals("ev", model.inputConfigs().get(0).value());
- Assertions.assertEquals("blgyavutpthj", model.partitionsReassignments().related());
- Assertions.assertEquals("oismsksbpimlqol", model.partitionsCount());
- Assertions.assertEquals("kcgxxlxsffgcvi", model.replicationFactor());
+ Assertions.assertEquals("ivjlfrqttbajlka", model.kind());
+ Assertions.assertEquals("wxyiopidkqq", model.topicId());
+ Assertions.assertEquals("vscx", model.metadata().self());
+ Assertions.assertEquals("mligov", model.metadata().resourceName());
+ Assertions.assertEquals("xk", model.partitions().related());
+ Assertions.assertEquals("oaz", model.configs().related());
+ Assertions.assertEquals("cbgoor", model.inputConfigs().get(0).name());
+ Assertions.assertEquals("eoybfhjxakvvjgs", model.inputConfigs().get(0).value());
+ Assertions.assertEquals("dilmyww", model.partitionsReassignments().related());
+ Assertions.assertEquals("gkxnyedabg", model.partitionsCount());
+ Assertions.assertEquals("udtjuewbc", model.replicationFactor());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsCreateWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsCreateWithResponseMockTests.java
index c65fd19b6e15..1822fae68743 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsCreateWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsCreateWithResponseMockTests.java
@@ -25,7 +25,7 @@ public final class TopicsCreateWithResponseMockTests {
@Test
public void testCreateWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"kind\":\"yvneeza\",\"topicId\":\"gh\",\"metadata\":{\"self\":\"qqtlffhzbkrkj\",\"resourceName\":\"avfqnvhnqoewdogi\"},\"partitions\":{\"related\":\"esypvidbztjh\"},\"configs\":{\"related\":\"b\"},\"inputConfigs\":[{\"name\":\"nkbw\",\"value\":\"njuhpsprkzya\"},{\"name\":\"ia\",\"value\":\"xnafbw\"}],\"partitionsReassignments\":{\"related\":\"ohtuovmaonur\"},\"partitionsCount\":\"umghihpvecmsl\",\"replicationFactor\":\"bl\"},\"id\":\"xltbsjuscvsf\",\"name\":\"igctmgxuupbezq\",\"type\":\"cydrtceukdqkk\"}";
+ = "{\"properties\":{\"kind\":\"liuhqawmoaiancz\",\"topicId\":\"odrrslblxyd\",\"metadata\":{\"self\":\"xvv\",\"resourceName\":\"iwkgfbqljnq\"},\"partitions\":{\"related\":\"chocokulehur\"},\"configs\":{\"related\":\"qffawey\"},\"inputConfigs\":[{\"name\":\"hy\",\"value\":\"xra\"},{\"name\":\"uqd\",\"value\":\"xmrgchbapxkiy\"},{\"name\":\"j\",\"value\":\"ajb\"}],\"partitionsReassignments\":{\"related\":\"gd\"},\"partitionsCount\":\"sioycblevpmcl\",\"replicationFactor\":\"yxkyxlz\"},\"id\":\"jgkz\",\"name\":\"ltafhbzffo\",\"type\":\"wmbjlzqsczpg\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -35,29 +35,32 @@ public void testCreateWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
TopicRecord response = manager.topics()
- .define("mlghktuidvrmazlp")
- .withExistingCluster("intqpbrlcyr", "uczkgofxyfsruc", "crrpcjttbstvje", "qnrmvvfko")
- .withKind("exymzvla")
- .withTopicId("pbh")
- .withMetadata(new TopicMetadataEntity().withSelf("qsg").withResourceName("yuuzivens"))
- .withPartitions(new TopicsRelatedLink().withRelated("eyyvpkpatl"))
- .withConfigs(new TopicsRelatedLink().withRelated("pzgsk"))
- .withInputConfigs(Arrays.asList(new TopicsInputConfig().withName("fvolmknbnxwcd").withValue("mp")))
- .withPartitionsReassignments(new TopicsRelatedLink().withRelated("awz"))
- .withPartitionsCount("brttuiacl")
- .withReplicationFactor("exhajlfn")
+ .define("hhqxuwyvcacoyviv")
+ .withExistingCluster("ypsjoq", "jenkyh", "qzvs", "xfxjelgcmpzqj")
+ .withKind("zusjsz")
+ .withTopicId("scmnlziji")
+ .withMetadata(new TopicMetadataEntity().withSelf("hgm").withResourceName("lnwyvqkxr"))
+ .withPartitions(new TopicsRelatedLink().withRelated("niylyly"))
+ .withConfigs(new TopicsRelatedLink().withRelated("zutgqztwhghmupg"))
+ .withInputConfigs(Arrays.asList(new TopicsInputConfig().withName("cdxa").withValue("u"),
+ new TopicsInputConfig().withName("tabenbbk").withValue("pxzuca"),
+ new TopicsInputConfig().withName("ddwwnlzafwxudgnh").withValue("okrtalvnb"),
+ new TopicsInputConfig().withName("pbeme").withValue("clvdjjukyrdnqod")))
+ .withPartitionsReassignments(new TopicsRelatedLink().withRelated("h"))
+ .withPartitionsCount("qfaqnvzoqg")
+ .withReplicationFactor("pem")
.create();
- Assertions.assertEquals("yvneeza", response.kind());
- Assertions.assertEquals("gh", response.topicId());
- Assertions.assertEquals("qqtlffhzbkrkj", response.metadata().self());
- Assertions.assertEquals("avfqnvhnqoewdogi", response.metadata().resourceName());
- Assertions.assertEquals("esypvidbztjh", response.partitions().related());
- Assertions.assertEquals("b", response.configs().related());
- Assertions.assertEquals("nkbw", response.inputConfigs().get(0).name());
- Assertions.assertEquals("njuhpsprkzya", response.inputConfigs().get(0).value());
- Assertions.assertEquals("ohtuovmaonur", response.partitionsReassignments().related());
- Assertions.assertEquals("umghihpvecmsl", response.partitionsCount());
- Assertions.assertEquals("bl", response.replicationFactor());
+ Assertions.assertEquals("liuhqawmoaiancz", response.kind());
+ Assertions.assertEquals("odrrslblxyd", response.topicId());
+ Assertions.assertEquals("xvv", response.metadata().self());
+ Assertions.assertEquals("iwkgfbqljnq", response.metadata().resourceName());
+ Assertions.assertEquals("chocokulehur", response.partitions().related());
+ Assertions.assertEquals("qffawey", response.configs().related());
+ Assertions.assertEquals("hy", response.inputConfigs().get(0).name());
+ Assertions.assertEquals("xra", response.inputConfigs().get(0).value());
+ Assertions.assertEquals("gd", response.partitionsReassignments().related());
+ Assertions.assertEquals("sioycblevpmcl", response.partitionsCount());
+ Assertions.assertEquals("yxkyxlz", response.replicationFactor());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsGetWithResponseMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsGetWithResponseMockTests.java
index 892268f4cc2c..c7a4acca5bae 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsGetWithResponseMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsGetWithResponseMockTests.java
@@ -21,7 +21,7 @@ public final class TopicsGetWithResponseMockTests {
@Test
public void testGetWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"kind\":\"scbbxig\",\"topicId\":\"xiidloped\",\"metadata\":{\"self\":\"pyqy\",\"resourceName\":\"xubmdnafcbqw\"},\"partitions\":{\"related\":\"jelaqacigele\"},\"configs\":{\"related\":\"bvqvwzkjopwbeo\"},\"inputConfigs\":[{\"name\":\"wzdqybxceakxcpts\",\"value\":\"fyiaseqch\"},{\"name\":\"ttzrazisgyki\",\"value\":\"mvanbwzo\"},{\"name\":\"nrxxbsojklin\",\"value\":\"dptysprqs\"},{\"name\":\"zxojpslsv\",\"value\":\"pli\"}],\"partitionsReassignments\":{\"related\":\"qwoyxqvapco\"},\"partitionsCount\":\"oucqpqojx\",\"replicationFactor\":\"zrzdcgd\"},\"id\":\"enribc\",\"name\":\"wetzqddtjwfljh\",\"type\":\"namtuatmzw\"}";
+ = "{\"properties\":{\"kind\":\"cjrmmua\",\"topicId\":\"ibvjogjonmcy\",\"metadata\":{\"self\":\"y\",\"resourceName\":\"amwineofvfkakp\"},\"partitions\":{\"related\":\"t\"},\"configs\":{\"related\":\"boclzhzjknyuxgv\"},\"inputConfigs\":[{\"name\":\"nrup\",\"value\":\"amrdixtrekidswys\"}],\"partitionsReassignments\":{\"related\":\"uffgllukkutvlx\"},\"partitionsCount\":\"pqhvmblcouqehbhb\",\"replicationFactor\":\"sziryrandoyp\"},\"id\":\"ltoormkfqlwxldyk\",\"name\":\"lsygaol\",\"type\":\"jpnnbmjksibjgsj\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -31,19 +31,20 @@ public void testGetWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
TopicRecord response = manager.topics()
- .getWithResponse("k", "hltnjadhqoawjq", "yueayfbpcmsp", "byrrueqth", "mg", com.azure.core.util.Context.NONE)
+ .getWithResponse("pzealbmqkyojw", "vf", "mbtsuahxsg", "jcmmzrrscub", "wsdrnpxqwodif",
+ com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("scbbxig", response.kind());
- Assertions.assertEquals("xiidloped", response.topicId());
- Assertions.assertEquals("pyqy", response.metadata().self());
- Assertions.assertEquals("xubmdnafcbqw", response.metadata().resourceName());
- Assertions.assertEquals("jelaqacigele", response.partitions().related());
- Assertions.assertEquals("bvqvwzkjopwbeo", response.configs().related());
- Assertions.assertEquals("wzdqybxceakxcpts", response.inputConfigs().get(0).name());
- Assertions.assertEquals("fyiaseqch", response.inputConfigs().get(0).value());
- Assertions.assertEquals("qwoyxqvapco", response.partitionsReassignments().related());
- Assertions.assertEquals("oucqpqojx", response.partitionsCount());
- Assertions.assertEquals("zrzdcgd", response.replicationFactor());
+ Assertions.assertEquals("cjrmmua", response.kind());
+ Assertions.assertEquals("ibvjogjonmcy", response.topicId());
+ Assertions.assertEquals("y", response.metadata().self());
+ Assertions.assertEquals("amwineofvfkakp", response.metadata().resourceName());
+ Assertions.assertEquals("t", response.partitions().related());
+ Assertions.assertEquals("boclzhzjknyuxgv", response.configs().related());
+ Assertions.assertEquals("nrup", response.inputConfigs().get(0).name());
+ Assertions.assertEquals("amrdixtrekidswys", response.inputConfigs().get(0).value());
+ Assertions.assertEquals("uffgllukkutvlx", response.partitionsReassignments().related());
+ Assertions.assertEquals("pqhvmblcouqehbhb", response.partitionsCount());
+ Assertions.assertEquals("sziryrandoyp", response.replicationFactor());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsInputConfigTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsInputConfigTests.java
index ad35d7e88e6a..7c928d7cc679 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsInputConfigTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsInputConfigTests.java
@@ -11,17 +11,17 @@
public final class TopicsInputConfigTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- TopicsInputConfig model = BinaryData.fromString("{\"name\":\"akkud\",\"value\":\"xgwjplmagstcyoh\"}")
- .toObject(TopicsInputConfig.class);
- Assertions.assertEquals("akkud", model.name());
- Assertions.assertEquals("xgwjplmagstcyoh", model.value());
+ TopicsInputConfig model
+ = BinaryData.fromString("{\"name\":\"vfcibyfmowux\",\"value\":\"jpvd\"}").toObject(TopicsInputConfig.class);
+ Assertions.assertEquals("vfcibyfmowux", model.name());
+ Assertions.assertEquals("jpvd", model.value());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- TopicsInputConfig model = new TopicsInputConfig().withName("akkud").withValue("xgwjplmagstcyoh");
+ TopicsInputConfig model = new TopicsInputConfig().withName("vfcibyfmowux").withValue("jpvd");
model = BinaryData.fromObject(model).toObject(TopicsInputConfig.class);
- Assertions.assertEquals("akkud", model.name());
- Assertions.assertEquals("xgwjplmagstcyoh", model.value());
+ Assertions.assertEquals("vfcibyfmowux", model.name());
+ Assertions.assertEquals("jpvd", model.value());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsListMockTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsListMockTests.java
index 60be3dc12b74..d006f5f36805 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsListMockTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsListMockTests.java
@@ -22,7 +22,7 @@ public final class TopicsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"properties\":{\"kind\":\"t\",\"topicId\":\"joqza\",\"metadata\":{\"self\":\"wqrjzfrg\",\"resourceName\":\"aohcmbuocn\"},\"partitions\":{\"related\":\"hmbpyryxamebly\"},\"configs\":{\"related\":\"kfkmrocxnehvsmt\"},\"inputConfigs\":[{\"name\":\"pyapucygvoav\",\"value\":\"nssxlgh\"},{\"name\":\"egjlgvvpa\",\"value\":\"ksgbuxan\"}],\"partitionsReassignments\":{\"related\":\"gdhg\"},\"partitionsCount\":\"i\",\"replicationFactor\":\"rpiwrqofulo\"},\"id\":\"jnlex\",\"name\":\"hcbjpibk\",\"type\":\"phuuuerctato\"}]}";
+ = "{\"value\":[{\"properties\":{\"kind\":\"dtaawxwf\",\"topicId\":\"aumrrqmbzmqkrat\",\"metadata\":{\"self\":\"wbjsidbirkf\",\"resourceName\":\"sokdgoge\"},\"partitions\":{\"related\":\"ym\"},\"configs\":{\"related\":\"guzozkyew\"},\"inputConfigs\":[{\"name\":\"hhhqosm\",\"value\":\"jkutycyarnr\"},{\"name\":\"hguabzoghktdp\",\"value\":\"z\"}],\"partitionsReassignments\":{\"related\":\"eocnhzqrottj\"},\"partitionsCount\":\"fyjzptwr\",\"replicationFactor\":\"h\"},\"id\":\"qinfszpyglqd\",\"name\":\"mrjzral\",\"type\":\"xpjb\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,19 +32,19 @@ public void testList() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.topics()
- .list("jj", "cqtjzmi", "vgbgatzuuvbxng", "ebwgga", 1794399403, "tzlswvaj",
+ .list("xxahmrnadzyqegxy", "vpinbmhwbj", "jkgqxnhmbkez", "jauj", 731836967, "annggiy",
com.azure.core.util.Context.NONE);
- Assertions.assertEquals("t", response.iterator().next().kind());
- Assertions.assertEquals("joqza", response.iterator().next().topicId());
- Assertions.assertEquals("wqrjzfrg", response.iterator().next().metadata().self());
- Assertions.assertEquals("aohcmbuocn", response.iterator().next().metadata().resourceName());
- Assertions.assertEquals("hmbpyryxamebly", response.iterator().next().partitions().related());
- Assertions.assertEquals("kfkmrocxnehvsmt", response.iterator().next().configs().related());
- Assertions.assertEquals("pyapucygvoav", response.iterator().next().inputConfigs().get(0).name());
- Assertions.assertEquals("nssxlgh", response.iterator().next().inputConfigs().get(0).value());
- Assertions.assertEquals("gdhg", response.iterator().next().partitionsReassignments().related());
- Assertions.assertEquals("i", response.iterator().next().partitionsCount());
- Assertions.assertEquals("rpiwrqofulo", response.iterator().next().replicationFactor());
+ Assertions.assertEquals("dtaawxwf", response.iterator().next().kind());
+ Assertions.assertEquals("aumrrqmbzmqkrat", response.iterator().next().topicId());
+ Assertions.assertEquals("wbjsidbirkf", response.iterator().next().metadata().self());
+ Assertions.assertEquals("sokdgoge", response.iterator().next().metadata().resourceName());
+ Assertions.assertEquals("ym", response.iterator().next().partitions().related());
+ Assertions.assertEquals("guzozkyew", response.iterator().next().configs().related());
+ Assertions.assertEquals("hhhqosm", response.iterator().next().inputConfigs().get(0).name());
+ Assertions.assertEquals("jkutycyarnr", response.iterator().next().inputConfigs().get(0).value());
+ Assertions.assertEquals("eocnhzqrottj", response.iterator().next().partitionsReassignments().related());
+ Assertions.assertEquals("fyjzptwr", response.iterator().next().partitionsCount());
+ Assertions.assertEquals("h", response.iterator().next().replicationFactor());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsRelatedLinkTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsRelatedLinkTests.java
index 690af02730b6..49967233b887 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsRelatedLinkTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/TopicsRelatedLinkTests.java
@@ -11,14 +11,15 @@
public final class TopicsRelatedLinkTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- TopicsRelatedLink model = BinaryData.fromString("{\"related\":\"ccybvp\"}").toObject(TopicsRelatedLink.class);
- Assertions.assertEquals("ccybvp", model.related());
+ TopicsRelatedLink model
+ = BinaryData.fromString("{\"related\":\"jlyjtlvofq\"}").toObject(TopicsRelatedLink.class);
+ Assertions.assertEquals("jlyjtlvofq", model.related());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- TopicsRelatedLink model = new TopicsRelatedLink().withRelated("ccybvp");
+ TopicsRelatedLink model = new TopicsRelatedLink().withRelated("jlyjtlvofq");
model = BinaryData.fromObject(model).toObject(TopicsRelatedLink.class);
- Assertions.assertEquals("ccybvp", model.related());
+ Assertions.assertEquals("jlyjtlvofq", model.related());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserDetailTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserDetailTests.java
index 9e0c984f8877..8d271e4c6a14 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserDetailTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserDetailTests.java
@@ -12,27 +12,27 @@ public final class UserDetailTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
UserDetail model = BinaryData.fromString(
- "{\"firstName\":\"b\",\"lastName\":\"tmut\",\"emailAddress\":\"uqktap\",\"userPrincipalName\":\"wgcu\",\"aadEmail\":\"tumkdosvqwhbm\"}")
+ "{\"firstName\":\"qeojnxqbzvddntw\",\"lastName\":\"eic\",\"emailAddress\":\"twnpzaoqvuhrhcf\",\"userPrincipalName\":\"yd\",\"aadEmail\":\"lmjthjq\"}")
.toObject(UserDetail.class);
- Assertions.assertEquals("b", model.firstName());
- Assertions.assertEquals("tmut", model.lastName());
- Assertions.assertEquals("uqktap", model.emailAddress());
- Assertions.assertEquals("wgcu", model.userPrincipalName());
- Assertions.assertEquals("tumkdosvqwhbm", model.aadEmail());
+ Assertions.assertEquals("qeojnxqbzvddntw", model.firstName());
+ Assertions.assertEquals("eic", model.lastName());
+ Assertions.assertEquals("twnpzaoqvuhrhcf", model.emailAddress());
+ Assertions.assertEquals("yd", model.userPrincipalName());
+ Assertions.assertEquals("lmjthjq", model.aadEmail());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- UserDetail model = new UserDetail().withFirstName("b")
- .withLastName("tmut")
- .withEmailAddress("uqktap")
- .withUserPrincipalName("wgcu")
- .withAadEmail("tumkdosvqwhbm");
+ UserDetail model = new UserDetail().withFirstName("qeojnxqbzvddntw")
+ .withLastName("eic")
+ .withEmailAddress("twnpzaoqvuhrhcf")
+ .withUserPrincipalName("yd")
+ .withAadEmail("lmjthjq");
model = BinaryData.fromObject(model).toObject(UserDetail.class);
- Assertions.assertEquals("b", model.firstName());
- Assertions.assertEquals("tmut", model.lastName());
- Assertions.assertEquals("uqktap", model.emailAddress());
- Assertions.assertEquals("wgcu", model.userPrincipalName());
- Assertions.assertEquals("tumkdosvqwhbm", model.aadEmail());
+ Assertions.assertEquals("qeojnxqbzvddntw", model.firstName());
+ Assertions.assertEquals("eic", model.lastName());
+ Assertions.assertEquals("twnpzaoqvuhrhcf", model.emailAddress());
+ Assertions.assertEquals("yd", model.userPrincipalName());
+ Assertions.assertEquals("lmjthjq", model.aadEmail());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserRecordTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserRecordTests.java
index 030d0410265e..73cb42421ea9 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserRecordTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/UserRecordTests.java
@@ -12,17 +12,17 @@ public final class UserRecordTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
UserRecord model = BinaryData.fromString(
- "{\"kind\":\"pnedgf\",\"id\":\"vkcvqvpkeqd\",\"metadata\":{\"self\":\"rhvoods\",\"resource_name\":\"bobzdopcjwvnhd\",\"created_at\":\"wmgxcxrsl\",\"updated_at\":\"utwu\",\"deleted_at\":\"grpkhjwniyqs\"},\"email\":\"i\",\"full_name\":\"dggkzzlvmbmpa\",\"auth_type\":\"odfvuefywsbp\"}")
+ "{\"kind\":\"sbzkf\",\"id\":\"eyvpnqicvinvkj\",\"metadata\":{\"self\":\"xrbuukzclew\",\"resource_name\":\"mlwpazt\",\"created_at\":\"ofncckwyfzqwhxxb\",\"updated_at\":\"qa\",\"deleted_at\":\"feqztppriol\"},\"email\":\"rjaltolmncw\",\"full_name\":\"bqwcsdbnwdcf\",\"auth_type\":\"cqdpfuv\"}")
.toObject(UserRecord.class);
- Assertions.assertEquals("pnedgf", model.kind());
- Assertions.assertEquals("vkcvqvpkeqd", model.id());
- Assertions.assertEquals("rhvoods", model.metadata().self());
- Assertions.assertEquals("bobzdopcjwvnhd", model.metadata().resourceName());
- Assertions.assertEquals("wmgxcxrsl", model.metadata().createdAt());
- Assertions.assertEquals("utwu", model.metadata().updatedAt());
- Assertions.assertEquals("grpkhjwniyqs", model.metadata().deletedAt());
- Assertions.assertEquals("i", model.email());
- Assertions.assertEquals("dggkzzlvmbmpa", model.fullName());
- Assertions.assertEquals("odfvuefywsbp", model.authType());
+ Assertions.assertEquals("sbzkf", model.kind());
+ Assertions.assertEquals("eyvpnqicvinvkj", model.id());
+ Assertions.assertEquals("xrbuukzclew", model.metadata().self());
+ Assertions.assertEquals("mlwpazt", model.metadata().resourceName());
+ Assertions.assertEquals("ofncckwyfzqwhxxb", model.metadata().createdAt());
+ Assertions.assertEquals("qa", model.metadata().updatedAt());
+ Assertions.assertEquals("feqztppriol", model.metadata().deletedAt());
+ Assertions.assertEquals("rjaltolmncw", model.email());
+ Assertions.assertEquals("bqwcsdbnwdcf", model.fullName());
+ Assertions.assertEquals("cqdpfuv", model.authType());
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ValidationResponseInnerTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ValidationResponseInnerTests.java
index 1d814dfc7e7a..ae7c695b5853 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ValidationResponseInnerTests.java
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/ValidationResponseInnerTests.java
@@ -11,9 +11,9 @@
public final class ValidationResponseInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- ValidationResponseInner model = BinaryData.fromString(
- "{\"info\":{\"mpjw\":\"uqovekqvgqouwif\",\"sphuagrttikteus\":\"ivqikfxcvhr\",\"kvyklxubyjaffmm\":\"c\"}}")
- .toObject(ValidationResponseInner.class);
- Assertions.assertEquals("uqovekqvgqouwif", model.info().get("mpjw"));
+ ValidationResponseInner model
+ = BinaryData.fromString("{\"info\":{\"uagrttikteusqc\":\"cvhrfsp\",\"bl\":\"kvyklxubyjaffmm\"}}")
+ .toObject(ValidationResponseInner.class);
+ Assertions.assertEquals("cvhrfsp", model.info().get("uagrttikteusqc"));
}
}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/VnetInjectionDetailsTests.java b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/VnetInjectionDetailsTests.java
new file mode 100644
index 000000000000..e21af4c54026
--- /dev/null
+++ b/sdk/confluent/azure-resourcemanager-confluent/src/test/java/com/azure/resourcemanager/confluent/generated/VnetInjectionDetailsTests.java
@@ -0,0 +1,29 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.confluent.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.confluent.models.VnetInjectionDetails;
+import org.junit.jupiter.api.Assertions;
+
+public final class VnetInjectionDetailsTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ VnetInjectionDetails model = BinaryData
+ .fromString("{\"virtualNetworkResourceId\":\"jakhmsbzjh\",\"subnetResourceId\":\"rzevdphlxaol\"}")
+ .toObject(VnetInjectionDetails.class);
+ Assertions.assertEquals("jakhmsbzjh", model.virtualNetworkResourceId());
+ Assertions.assertEquals("rzevdphlxaol", model.subnetResourceId());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ VnetInjectionDetails model = new VnetInjectionDetails().withVirtualNetworkResourceId("jakhmsbzjh")
+ .withSubnetResourceId("rzevdphlxaol");
+ model = BinaryData.fromObject(model).toObject(VnetInjectionDetails.class);
+ Assertions.assertEquals("jakhmsbzjh", model.virtualNetworkResourceId());
+ Assertions.assertEquals("rzevdphlxaol", model.subnetResourceId());
+ }
+}
diff --git a/sdk/confluent/azure-resourcemanager-confluent/tsp-location.yaml b/sdk/confluent/azure-resourcemanager-confluent/tsp-location.yaml
index e6ac8dbb3858..2e59f0716e9d 100644
--- a/sdk/confluent/azure-resourcemanager-confluent/tsp-location.yaml
+++ b/sdk/confluent/azure-resourcemanager-confluent/tsp-location.yaml
@@ -1,4 +1,4 @@
directory: specification/confluent/Confluent.Management
-commit: 37e381cdb441a1370593507d94157f3f6a57a154
+commit: ca9f13fac97f113332fc462668af7d800d570d54
repo: Azure/azure-rest-api-specs
additionalDirectories: