diff --git a/.github/arm-leases/confluent/Microsoft.Confluent/Confluent/lease.yaml b/.github/arm-leases/confluent/Microsoft.Confluent/Confluent/lease.yaml new file mode 100644 index 000000000000..7b86eb9837c4 --- /dev/null +++ b/.github/arm-leases/confluent/Microsoft.Confluent/Confluent/lease.yaml @@ -0,0 +1,5 @@ +lease: + resource-provider: Microsoft.Confluent + startdate: "2026-05-04" + duration: P90D + reviewer: "@tejaswiminnu" diff --git a/.github/arm-leases/confluent/Microsoft.Confluent/lease.yaml b/.github/arm-leases/confluent/Microsoft.Confluent/lease.yaml new file mode 100644 index 000000000000..7b86eb9837c4 --- /dev/null +++ b/.github/arm-leases/confluent/Microsoft.Confluent/lease.yaml @@ -0,0 +1,5 @@ +lease: + resource-provider: Microsoft.Confluent + startdate: "2026-05-04" + duration: P90D + reviewer: "@tejaswiminnu" diff --git a/specification/confluent/Confluent.Management/AccessPointResource.tsp b/specification/confluent/Confluent.Management/AccessPointResource.tsp new file mode 100644 index 000000000000..599c0f9f8b0a --- /dev/null +++ b/specification/confluent/Confluent.Management/AccessPointResource.tsp @@ -0,0 +1,60 @@ +import "@azure-tools/typespec-azure-core"; +import "@azure-tools/typespec-azure-resource-manager"; +import "@typespec/openapi"; +import "@typespec/rest"; +import "@typespec/versioning"; +import "./models.tsp"; +import "./NetworkGatewayResource.tsp"; + +using TypeSpec.Rest; +using Azure.ResourceManager; +using TypeSpec.Http; +using TypeSpec.OpenAPI; +using TypeSpec.Versioning; + +namespace Microsoft.Confluent; +/** + * Details of access point record + */ +@added(Microsoft.Confluent.Versions.v2026_05_01_preview) +@parentResource(NetworkGatewayResource) +model AccessPointResource + is Azure.ResourceManager.ProxyResource { + ...ResourceNameParameter< + Resource = AccessPointResource, + KeyName = "accessPointId", + SegmentName = "accessPoints", + NamePattern = "" + >; +} + +@added(Microsoft.Confluent.Versions.v2026_05_01_preview) +@armResourceOperations +interface AccessPointResources { + /** + * Get confluent access point by Id + */ + get is ArmResourceRead; + + /** + * Create or replace a confluent access point + */ + createOrReplace is ArmResourceCreateOrReplaceAsync; + + /** + * Delete confluent access point by id + */ + delete is ArmResourceDeleteWithoutOkAsync; + + /** + * Lists all access points in a network gateway + */ + list is ArmResourceListByParent; +} + +@@doc(AccessPointResource.name, "Confluent access point id"); +@@doc(AccessPointResource.properties, "Access Point Properties"); +@@doc( + AccessPointResources.createOrReplace::parameters.resource, + "Confluent Access Point resource model" +); diff --git a/specification/confluent/Confluent.Management/ConnectorResource.tsp b/specification/confluent/Confluent.Management/ConnectorResource.tsp index 60db12d4d5a6..9fc28d1fc21d 100644 --- a/specification/confluent/Confluent.Management/ConnectorResource.tsp +++ b/specification/confluent/Confluent.Management/ConnectorResource.tsp @@ -121,6 +121,7 @@ interface ConnectorResources { @@doc(ConnectorResource.name, "Confluent connector name"); @@doc(ConnectorResource.properties, "The properties of the Connector"); -@@doc(ConnectorResources.createOrUpdate::parameters.resource, +@@doc( + ConnectorResources.createOrUpdate::parameters.resource, "Confluent Connector resource model" ); diff --git a/specification/confluent/Confluent.Management/NetworkGatewayResource.tsp b/specification/confluent/Confluent.Management/NetworkGatewayResource.tsp new file mode 100644 index 000000000000..94a90b96cbe4 --- /dev/null +++ b/specification/confluent/Confluent.Management/NetworkGatewayResource.tsp @@ -0,0 +1,59 @@ +import "@azure-tools/typespec-azure-core"; +import "@azure-tools/typespec-azure-resource-manager"; +import "@typespec/openapi"; +import "@typespec/rest"; +import "@typespec/versioning"; +import "./models.tsp"; +import "./SCEnvironmentRecord.tsp"; + +using TypeSpec.Rest; +using Azure.ResourceManager; +using TypeSpec.Http; +using TypeSpec.OpenAPI; +using TypeSpec.Versioning; + +namespace Microsoft.Confluent; +/** + * Details of network gateway record + */ +@added(Microsoft.Confluent.Versions.v2026_05_01_preview) +@parentResource(SCEnvironmentRecord) +model NetworkGatewayResource is ProxyResource { + ...ResourceNameParameter< + Resource = NetworkGatewayResource, + KeyName = "networkGatewayId", + SegmentName = "networkGateways", + NamePattern = "" + >; +} + +@added(Microsoft.Confluent.Versions.v2026_05_01_preview) +@armResourceOperations +interface NetworkGatewayResources { + /** + * Get confluent network gateway by Id + */ + get is ArmResourceRead; + + /** + * Create or replace a confluent network gateway + */ + createOrReplace is ArmResourceCreateOrReplaceAsync; + + /** + * Delete confluent network gateway by id + */ + delete is ArmResourceDeleteWithoutOkAsync; + + /** + * Lists all network gateways in an environment + */ + list is ArmResourceListByParent; +} + +@@doc(NetworkGatewayResource.name, "Confluent network gateway id"); +@@doc(NetworkGatewayResource.properties, "Network Gateway Properties"); +@@doc( + NetworkGatewayResources.createOrReplace::parameters.resource, + "Confluent Network Gateway resource model" +); diff --git a/specification/confluent/Confluent.Management/OrganizationResource.tsp b/specification/confluent/Confluent.Management/OrganizationResource.tsp index a63737077604..3edbd86b664d 100644 --- a/specification/confluent/Confluent.Management/OrganizationResource.tsp +++ b/specification/confluent/Confluent.Management/OrganizationResource.tsp @@ -190,7 +190,10 @@ interface OrganizationResources { #suppress "@azure-tools/typespec-azure-resource-manager/arm-delete-operation-response-codes" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" delete is ArmResourceDeleteWithoutOkAsync< OrganizationResource, - Response = ArmDeletedResponse | ArmDeleteAcceptedLroResponse | ArmDeletedNoContentResponse, + Response = + | ArmDeletedResponse + | ArmDeleteAcceptedLroResponse + | ArmDeletedNoContentResponse, Error = ResourceProviderDefaultErrorResponse >; @@ -334,39 +337,51 @@ interface OrganizationResources { @@doc(OrganizationResource.name, "Organization resource name"); @@doc(OrganizationResource.properties, "Organization resource properties"); -@@doc(OrganizationResources.create::parameters.resource, +@@doc( + OrganizationResources.create::parameters.resource, "Organization resource model" ); -@@doc(OrganizationResources.update::parameters.properties, +@@doc( + OrganizationResources.update::parameters.properties, "Updated Organization resource" ); -@@doc(OrganizationResources.listRegions::parameters.body, +@@doc( + OrganizationResources.listRegions::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.listUsers::parameters.body, +@@doc( + OrganizationResources.listUsers::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.listServiceAccounts::parameters.body, +@@doc( + OrganizationResources.listServiceAccounts::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.listInvitations::parameters.body, +@@doc( + OrganizationResources.listInvitations::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.inviteUser::parameters.body, +@@doc( + OrganizationResources.inviteUser::parameters.body, "Invite user account model" ); -@@doc(OrganizationResources.listEnvironments::parameters.body, +@@doc( + OrganizationResources.listEnvironments::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.listClusters::parameters.body, +@@doc( + OrganizationResources.listClusters::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.listRoleBindings::parameters.body, +@@doc( + OrganizationResources.listRoleBindings::parameters.body, "List Access Request Model" ); -@@doc(OrganizationResources.createRoleBinding::parameters.body, +@@doc( + OrganizationResources.createRoleBinding::parameters.body, "Create role binding Request Model" ); -@@doc(OrganizationResources.listRoleBindingNameList::parameters.body, +@@doc( + OrganizationResources.listRoleBindingNameList::parameters.body, "List Access Request Model" ); diff --git a/specification/confluent/Confluent.Management/SCClusterRecord.tsp b/specification/confluent/Confluent.Management/SCClusterRecord.tsp index 347b7e8c7a50..c74ba040e878 100644 --- a/specification/confluent/Confluent.Management/SCClusterRecord.tsp +++ b/specification/confluent/Confluent.Management/SCClusterRecord.tsp @@ -145,9 +145,11 @@ interface SCClusterRecords { @@doc(SCClusterRecord.name, "Confluent kafka or schema registry cluster id"); @@doc(SCClusterRecord.properties, "Cluster Properties"); -@@doc(SCClusterRecords.createOrUpdate::parameters.resource, +@@doc( + SCClusterRecords.createOrUpdate::parameters.resource, "Confluent Cluster resource model" ); -@@doc(SCClusterRecords.createAPIKey::parameters.body, +@@doc( + SCClusterRecords.createAPIKey::parameters.body, "Request payload for get creating API Key for schema registry Cluster ID or Kafka Cluster ID under a environment" ); diff --git a/specification/confluent/Confluent.Management/SCEnvironmentRecord.tsp b/specification/confluent/Confluent.Management/SCEnvironmentRecord.tsp index db35d55ee0a9..5f5a91e92529 100644 --- a/specification/confluent/Confluent.Management/SCEnvironmentRecord.tsp +++ b/specification/confluent/Confluent.Management/SCEnvironmentRecord.tsp @@ -194,6 +194,7 @@ interface SCEnvironmentRecordCluster { @@doc(SCEnvironmentRecord.name, "Confluent environment id"); @@doc(SCEnvironmentRecord.properties, "Environment properties"); -@@doc(SCEnvironmentRecords.createOrUpdate::parameters.resource, +@@doc( + SCEnvironmentRecords.createOrUpdate::parameters.resource, "Confluent Environment resource model" ); diff --git a/specification/confluent/Confluent.Management/TopicRecord.tsp b/specification/confluent/Confluent.Management/TopicRecord.tsp index 4d9cdcdf4622..634148641f21 100644 --- a/specification/confluent/Confluent.Management/TopicRecord.tsp +++ b/specification/confluent/Confluent.Management/TopicRecord.tsp @@ -117,6 +117,7 @@ interface TopicRecords { @@doc(TopicRecord.name, "Confluent kafka or schema registry topic name"); @@doc(TopicRecord.properties, "Topic Properties"); -@@doc(TopicRecords.create::parameters.resource, +@@doc( + TopicRecords.create::parameters.resource, "Confluent Topics resource model" ); diff --git a/specification/confluent/Confluent.Management/back-compatible.tsp b/specification/confluent/Confluent.Management/back-compatible.tsp index 62e0a7484b09..2d2830e0011f 100644 --- a/specification/confluent/Confluent.Management/back-compatible.tsp +++ b/specification/confluent/Confluent.Management/back-compatible.tsp @@ -8,22 +8,27 @@ using Microsoft.Confluent; @@clientLocation(Operations.list, "OrganizationOperations", "!csharp"); // OrganizationResourceAPIKeyActions interface -@@clientLocation(OrganizationResourceAPIKeyActions.getClusterAPIKey, +@@clientLocation( + OrganizationResourceAPIKeyActions.getClusterAPIKey, "Organization", "!csharp" ); -@@clientName(OrganizationResourceAPIKeyActions.getClusterAPIKey, +@@clientName( + OrganizationResourceAPIKeyActions.getClusterAPIKey, "GetClusterAPIKey" ); -@@clientLocation(OrganizationResourceAPIKeyActions.deleteClusterAPIKey, +@@clientLocation( + OrganizationResourceAPIKeyActions.deleteClusterAPIKey, "Organization", "!csharp" ); -@@clientName(OrganizationResourceAPIKeyActions.deleteClusterAPIKey, +@@clientName( + OrganizationResourceAPIKeyActions.deleteClusterAPIKey, "DeleteClusterAPIKey" ); // OrganizationResourceRoleBindingIdActions interface -@@clientLocation(OrganizationResourceRoleBindingIdActions.deleteRoleBinding, +@@clientLocation( + OrganizationResourceRoleBindingIdActions.deleteRoleBinding, "Access", "!csharp" ); @@ -33,17 +38,20 @@ using Microsoft.Confluent; @@clientLocation(OrganizationResources.create, "Organization", "!csharp"); @@clientLocation(OrganizationResources.update, "Organization", "!csharp"); @@clientLocation(OrganizationResources.delete, "Organization", "!csharp"); -@@clientLocation(OrganizationResources.listByResourceGroup, +@@clientLocation( + OrganizationResources.listByResourceGroup, "Organization", "!csharp" ); -@@clientLocation(OrganizationResources.listBySubscription, +@@clientLocation( + OrganizationResources.listBySubscription, "Organization", "!csharp" ); @@clientLocation(OrganizationResources.listRegions, "Organization", "!csharp"); @@clientLocation(OrganizationResources.listUsers, "Access", "!csharp"); -@@clientLocation(OrganizationResources.listServiceAccounts, +@@clientLocation( + OrganizationResources.listServiceAccounts, "Access", "!csharp" ); @@ -53,7 +61,8 @@ using Microsoft.Confluent; @@clientLocation(OrganizationResources.listClusters, "Access", "!csharp"); @@clientLocation(OrganizationResources.listRoleBindings, "Access", "!csharp"); @@clientLocation(OrganizationResources.createRoleBinding, "Access", "!csharp"); -@@clientLocation(OrganizationResources.listRoleBindingNameList, +@@clientLocation( + OrganizationResources.listRoleBindingNameList, "Access", "!csharp" ); @@ -65,21 +74,25 @@ using Microsoft.Confluent; @@clientLocation(ConnectorResources.list, "Connector", "!csharp"); // MarketplaceAgreementsOperationGroup interface -@@clientLocation(MarketplaceAgreementsOperationGroup.list, +@@clientLocation( + MarketplaceAgreementsOperationGroup.list, "MarketplaceAgreements", "!csharp" ); -@@clientLocation(MarketplaceAgreementsOperationGroup.create, +@@clientLocation( + MarketplaceAgreementsOperationGroup.create, "MarketplaceAgreements", "!csharp" ); // ValidationsOperationGroup interface -@@clientLocation(ValidationsOperationGroup.validateOrganization, +@@clientLocation( + ValidationsOperationGroup.validateOrganization, "Validations", "!csharp" ); -@@clientLocation(ValidationsOperationGroup.validateOrganizationV2, +@@clientLocation( + ValidationsOperationGroup.validateOrganizationV2, "Validations", "!csharp" ); @@ -93,23 +106,27 @@ using Microsoft.Confluent; @@clientName(SCClusterRecords.createAPIKey, "CreateApiKey"); // SCEnvironmentRecords interface -@@clientLocation(SCEnvironmentRecords.getEnvironmentById, +@@clientLocation( + SCEnvironmentRecords.getEnvironmentById, "Organization", "!csharp" ); @@clientLocation(SCEnvironmentRecords.createOrUpdate, "Environment", "!csharp"); @@clientLocation(SCEnvironmentRecords.delete, "Environment", "!csharp"); -@@clientLocation(SCEnvironmentRecords.listEnvironments, +@@clientLocation( + SCEnvironmentRecords.listEnvironments, "Organization", "!csharp" ); -@@clientLocation(SCEnvironmentRecords.listSchemaRegistryClusters, +@@clientLocation( + SCEnvironmentRecords.listSchemaRegistryClusters, "Organization", "!csharp" ); // SCEnvironmentRecordCluster interface -@@clientLocation(SCEnvironmentRecordCluster.getSchemaRegistryClusterById, +@@clientLocation( + SCEnvironmentRecordCluster.getSchemaRegistryClusterById, "Organization", "!csharp" ); @@ -122,12 +139,14 @@ using Microsoft.Confluent; #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Back compatibility" -@@Azure.ClientGenerator.Core.Legacy.flattenProperty(ConfluentAgreementResource.properties +@@Azure.ClientGenerator.Core.Legacy.flattenProperty( + ConfluentAgreementResource.properties ); #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Back compatibility" -@@Azure.ClientGenerator.Core.Legacy.flattenProperty(SchemaRegistryClusterRecord.properties +@@Azure.ClientGenerator.Core.Legacy.flattenProperty( + SchemaRegistryClusterRecord.properties ); #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" @@ -142,13 +161,15 @@ using Microsoft.Confluent; @@clientName(OrganizationResources.update::parameters.properties, "body"); #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Back compatibility" -@@Azure.ClientGenerator.Core.Legacy.flattenProperty(OrganizationResource.properties +@@Azure.ClientGenerator.Core.Legacy.flattenProperty( + OrganizationResource.properties ); @@clientName(SCEnvironmentRecords.createOrUpdate::parameters.resource, "body"); #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Back compatibility" -@@Azure.ClientGenerator.Core.Legacy.flattenProperty(SCEnvironmentRecord.properties +@@Azure.ClientGenerator.Core.Legacy.flattenProperty( + SCEnvironmentRecord.properties ); @@clientName(SCClusterRecords.createOrUpdate::parameters.resource, "body"); @@ -159,7 +180,8 @@ using Microsoft.Confluent; @@clientName(ConnectorResources.createOrUpdate::parameters.resource, "body"); #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Back compatibility" -@@Azure.ClientGenerator.Core.Legacy.flattenProperty(ConnectorResource.properties +@@Azure.ClientGenerator.Core.Legacy.flattenProperty( + ConnectorResource.properties ); @@clientName(TopicRecords.create::parameters.resource, "body"); diff --git a/specification/confluent/Confluent.Management/client.tsp b/specification/confluent/Confluent.Management/client.tsp index c7814ea18238..9382cf4f6a48 100644 --- a/specification/confluent/Confluent.Management/client.tsp +++ b/specification/confluent/Confluent.Management/client.tsp @@ -6,7 +6,8 @@ using Azure.ClientGenerator.Core; using Azure.ClientGenerator.Core.Legacy; using Microsoft.Confluent; -@@clientName(Microsoft.Confluent, +@@clientName( + Microsoft.Confluent, "ConfluentManagementClient", "javascript,python" ); @@ -18,20 +19,24 @@ using Microsoft.Confluent; @@clientName(APIKeySpecEntity, "ApiKeySpecEntity", "java,csharp"); @@clientName(APIKeyProperties, "ApiKeyProperties", "java"); @@clientName(APIKeyRecord, "ApiKeyRecord", "java"); -@@clientName(OrganizationResourceAPIKeyActions.getClusterAPIKey, +@@clientName( + OrganizationResourceAPIKeyActions.getClusterAPIKey, "getClusterApiKey", "java,csharp" ); -@@clientName(OrganizationResourceAPIKeyActions.deleteClusterAPIKey, +@@clientName( + OrganizationResourceAPIKeyActions.deleteClusterAPIKey, "deleteClusterApiKey", "java,csharp" ); @@clientName(SCClusterRecords.createAPIKey, "createApiKey", "java,csharp"); -@@clientLocation(OrganizationResourceAPIKeyActions.getClusterAPIKey, +@@clientLocation( + OrganizationResourceAPIKeyActions.getClusterAPIKey, "OrganizationResourceApiKeyActions", "java" ); -@@clientLocation(OrganizationResourceAPIKeyActions.deleteClusterAPIKey, +@@clientLocation( + OrganizationResourceAPIKeyActions.deleteClusterAPIKey, "OrganizationResourceApiKeyActions", "java" ); @@ -49,19 +54,23 @@ using Microsoft.Confluent; @@alternateType(OrganizationResourceProperties.organizationId, uuid, "csharp"); @@clientName(ConfluentAgreementResource, "ConfluentAgreement", "csharp"); @@clientName(ConfluentAgreementProperties.accepted, "IsAccepted", "csharp"); -@@clientName(ConfluentAgreementProperties.retrieveDatetime, +@@clientName( + ConfluentAgreementProperties.retrieveDatetime, "RetrieveOn", "csharp" ); -@@clientName(OrganizationResourceUpdate, +@@clientName( + OrganizationResourceUpdate, "ConfluentOrganizationPatch", "csharp" ); -@@clientName(ConfluentAgreementResourceListResponse, +@@clientName( + ConfluentAgreementResourceListResponse, "ConfluentAgreementListResult", "csharp" ); -@@clientName(ValidationResponse, +@@clientName( + ValidationResponse, "ConfluentOrganizationValidationResult", "csharp" ); @@ -79,17 +88,20 @@ using Microsoft.Confluent; @@clientName(SCMetadataEntity.deletedTimestamp, "DeletedOn", "csharp"); @@alternateType(SCMetadataEntity.deletedTimestamp, utcDateTime, "csharp"); @@clientName(ListAccessRequestModel, "AccessListContent", "csharp"); -@@clientName(AccessListClusterSuccessResponse, +@@clientName( + AccessListClusterSuccessResponse, "AccessClusterListResult", "csharp" ); @@clientName(ClusterRecord, "AccessClusterRecord", "csharp"); -@@clientName(AccessListEnvironmentsSuccessResponse, +@@clientName( + AccessListEnvironmentsSuccessResponse, "AccessEnvironmentListResult", "csharp" ); @@clientName(EnvironmentRecord, "AccessEnvironmentRecord", "csharp"); -@@clientName(AccessListInvitationsSuccessResponse, +@@clientName( + AccessListInvitationsSuccessResponse, "AccessInvitationListResult", "csharp" ); @@ -100,16 +112,19 @@ using Microsoft.Confluent; @@alternateType(InvitationRecord.expires_at, utcDateTime, "csharp"); @@clientName(ListRegionsSuccessResponse, "ConfluentRegionListResult", "csharp"); @@clientName(RegionRecord, "ConfluentRegionRecord", "csharp"); -@@clientName(AccessRoleBindingNameListSuccessResponse, +@@clientName( + AccessRoleBindingNameListSuccessResponse, "AccessRoleBindingNameListResult", "csharp" ); -@@clientName(AccessListServiceAccountsSuccessResponse, +@@clientName( + AccessListServiceAccountsSuccessResponse, "AccessServiceAccountListResult", "csharp" ); @@clientName(ServiceAccountRecord, "AccessServiceAccountRecord", "csharp"); -@@clientName(AccessCreateRoleBindingRequestModel, +@@clientName( + AccessCreateRoleBindingRequestModel, "AccessRoleBindingCreateContent", "csharp" ); @@ -117,62 +132,76 @@ using Microsoft.Confluent; @@clientName(AccessInviteUserAccountModel, "AccessInvitationContent", "csharp"); @@clientName(AccessListUsersSuccessResponse, "AccessUserListResult", "csharp"); @@clientName(UserRecord, "AccessUserRecord", "csharp"); -@@clientName(AccessListRoleBindingsSuccessResponse, +@@clientName( + AccessListRoleBindingsSuccessResponse, "AccessRoleBindingListResult", "csharp" ); @@clientName(SCClusterRecords.getClusterById, "GetCluster", "csharp"); -@@clientName(SCEnvironmentRecords.getEnvironmentById, +@@clientName( + SCEnvironmentRecords.getEnvironmentById, "GetEnvironment", "csharp" ); -@@clientName(SCEnvironmentRecordCluster.getSchemaRegistryClusterById, +@@clientName( + SCEnvironmentRecordCluster.getSchemaRegistryClusterById, "GetSchemaRegistryCluster", "csharp" ); -@@clientName(ValidationsOperationGroup.validateOrganization, +@@clientName( + ValidationsOperationGroup.validateOrganization, "ValidateOrganization", "csharp" ); -@@clientName(ValidationsOperationGroup.validateOrganizationV2, +@@clientName( + ValidationsOperationGroup.validateOrganizationV2, "ValidateOrganizationV2", "csharp" ); -@@clientName(OrganizationResources.createRoleBinding, +@@clientName( + OrganizationResources.createRoleBinding, "CreateAccessRoleBinding", "csharp" ); -@@clientName(OrganizationResourceRoleBindingIdActions.deleteRoleBinding, +@@clientName( + OrganizationResourceRoleBindingIdActions.deleteRoleBinding, "DeleteAccessRoleBinding", "csharp" ); @@clientName(OrganizationResources.listClusters, "GetAccessClusters", "csharp"); -@@clientName(SCEnvironmentRecords.listEnvironments, +@@clientName( + SCEnvironmentRecords.listEnvironments, "GetAccessEnvironments", "csharp" ); -@@clientName(OrganizationResources.listInvitations, +@@clientName( + OrganizationResources.listInvitations, "GetAccessInvitations", "csharp" ); -@@clientName(OrganizationResources.listRoleBindingNameList, +@@clientName( + OrganizationResources.listRoleBindingNameList, "GetAccessRoleBindingNames", "csharp" ); -@@clientName(OrganizationResources.listServiceAccounts, +@@clientName( + OrganizationResources.listServiceAccounts, "GetAccessServiceAccounts", "csharp" ); @@clientName(OrganizationResources.listUsers, "GetAccessUsers", "csharp"); -@@clientName(OrganizationResources.listRoleBindings, +@@clientName( + OrganizationResources.listRoleBindings, "GetAccessRoleBindings", "csharp" ); -@@clientName(MarketplaceAgreementsOperationGroup.create, +@@clientName( + MarketplaceAgreementsOperationGroup.create, "CreateMarketplaceAgreement", "csharp" ); -@@clientName(MarketplaceAgreementsOperationGroup.list, +@@clientName( + MarketplaceAgreementsOperationGroup.list, "GetMarketplaceAgreements", "csharp" ); @@ -201,7 +230,8 @@ using Microsoft.Confluent; @@clientName(ConnectorClass.AZUREBLOBSOURCE, "AzureBlobSource", "csharp"); @@clientName(ConnectorClass.AZUREBLOBSINK, "AzureBlobSink", "csharp"); @@clientName(ConnectorClass.AZURECOSMOSV2SINK, "AzureCosmosV2Sink", "csharp"); -@@clientName(ConnectorClass.AZURECOSMOSV2SOURCE, +@@clientName( + ConnectorClass.AZURECOSMOSV2SOURCE, "AzureCosmosV2Source", "csharp" ); @@ -220,14 +250,16 @@ using Microsoft.Confluent; @@clientName(DataFormatType.PROTOBUF, "Protobuf", "csharp"); // Restore the old operation name for the access-control list environments operation -@@clientName(OrganizationResources.listEnvironments, +@@clientName( + OrganizationResources.listEnvironments, "GetAccessEnvironments", "csharp" ); // Restore ConfluentAgreement base type to ResourceData for backward compatibility #suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Restore ResourceData base type for backward compatibility" -@@hierarchyBuilding(ConfluentAgreementResource, +@@hierarchyBuilding( + ConfluentAgreementResource, Azure.ResourceManager.Foundations.ProxyResource, "csharp" ); diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json new file mode 100644 index 000000000000..db7e72c0f8d6 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json @@ -0,0 +1,90 @@ +{ + "title": "AccessPointResources_CreateOrReplace_MaximumSet", + "operationId": "AccessPointResources_CreateOrReplace", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "accessPointId": "ap-xyz789", + "resource": { + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-12345?api-version=2026-05-01-preview", + "Retry-After": 10 + }, + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:00:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Creating", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..b037cf93bf90 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_Delete_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "AccessPointResources_Delete_MaximumSet", + "operationId": "AccessPointResources_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "accessPointId": "ap-xyz789" + }, + "responses": { + "202": { + "headers": { + "Location": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-67890?api-version=2026-05-01-preview", + "Retry-After": 10 + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_Get_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..159f9598c4d0 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_Get_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "AccessPointResources_Get_MaximumSet", + "operationId": "AccessPointResources_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "accessPointId": "ap-xyz789" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_List_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..4b74bbec96fe --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/AccessPointResources_List_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "AccessPointResources_List_MaximumSet", + "operationId": "AccessPointResources_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + ], + "nextLink": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints?api-version=2026-05-01-preview&$skipToken=token123" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_CreateRoleBinding_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_CreateRoleBinding_MaximumSet_Gen.json new file mode 100644 index 000000000000..f01132d94575 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_CreateRoleBinding_MaximumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "title": "Access_CreateRoleBinding_MaximumSet", + "operationId": "Access_CreateRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ablufxskoyvgtbngsfexfkdw", + "body": { + "principal": "xzbkopaxz", + "role_name": "dhqxbrapwgqnmpbrredgxa", + "crn_pattern": "iif" + } + }, + "responses": { + "200": { + "body": { + "kind": "rdgdgwc", + "id": "vyt", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "principal": "rl", + "role_name": "rssciyhklfxswfatbjncfbrpo", + "crn_pattern": "maqorrxyjiso" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_CreateRoleBinding_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_CreateRoleBinding_MinimumSet_Gen.json new file mode 100644 index 000000000000..36a359526f15 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_CreateRoleBinding_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_CreateRoleBinding_MinimumSet", + "operationId": "Access_CreateRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "gdzfl", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json new file mode 100644 index 000000000000..9e4737a81277 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_DeleteRoleBinding_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Access_DeleteRoleBinding_MaximumSet", + "operationId": "Access_DeleteRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "aeqwsawfoagclmfwwaw", + "roleBindingId": "ucuqvcuiwmoreczccknufbhrwyp" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json new file mode 100644 index 000000000000..e80a1252d997 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_DeleteRoleBinding_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Access_DeleteRoleBinding_MinimumSet", + "operationId": "Access_DeleteRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "kxbwvfhsqesuaswozdiivwo", + "roleBindingId": "dqlmrdp" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_InviteUser_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_InviteUser_MaximumSet_Gen.json new file mode 100644 index 000000000000..dd1ef3f7c124 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_InviteUser_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "Access_InviteUser_MaximumSet", + "operationId": "Access_InviteUser", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "aqwpihgldcvqwq", + "body": { + "organizationId": "aojvtivybqtuwwulokimwyh", + "email": "jtborwwroz", + "upn": "eyck", + "invitedUserDetails": { + "invitedEmail": "ozfkzouvjbvndqpyoxqbwtpzeiip", + "auth_type": "yaokrbtlql" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "uizkhsgicpwxpdoazoiwb", + "id": "ebcxw", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "email": "b", + "auth_type": "egtnwfguedlphfaitotzwbtkvpm", + "status": "wgfnvux", + "accepted_at": "kda", + "expires_at": "flexaixaqpuxkypvtfddlpyxjplhc" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_InviteUser_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_InviteUser_MinimumSet_Gen.json new file mode 100644 index 000000000000..2d144599c40f --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_InviteUser_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_InviteUser_MinimumSet", + "operationId": "Access_InviteUser", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "skqsedhorkejhhntdsiwroffkjld", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListClusters_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListClusters_MaximumSet_Gen.json new file mode 100644 index 000000000000..7fb2777d68e6 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListClusters_MaximumSet_Gen.json @@ -0,0 +1,77 @@ +{ + "title": "Access_ListClusters_MaximumSet", + "operationId": "Access_ListClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zfs", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "ajiagwlynkxffeqevka", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "rdqf", + "id": "pzxq", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "display_name": "qbyndbxswvnnv", + "spec": { + "display_name": "kjeresdxvrcqinmxbfolkckbvjbs", + "availability": "placdanwzunoc", + "cloud": "wr", + "zone": "cbksxjo", + "region": "kchfwif", + "kafka_bootstrap_endpoint": "tmdmunfnfdvdlxzcj", + "http_endpoint": "iczyidzyikhzrflaojdrtw", + "api_endpoint": "pp", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "enzp", + "environment": "gjnhpmvn", + "related": "sezqvsoddi", + "resource_name": "pdawfurkc" + }, + "network": { + "id": "vtyxnpzqzdwquvepfzeprhienb", + "environment": "rlbebgtfafahgricrrtvllzlwtfkx", + "related": "hywzpagxz", + "resource_name": "llkmbfiypcwcb" + }, + "byok": { + "id": "ttxxuxvettqfggt", + "related": "libhwonzzf", + "resource_name": "cruzztcpxvmrdmygx" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListClusters_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListClusters_MinimumSet_Gen.json new file mode 100644 index 000000000000..5421f6bc7b6b --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListClusters_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListClusters_MinimumSet", + "operationId": "Access_ListClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "kfmxlzmfkz", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListEnvironments_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListEnvironments_MaximumSet_Gen.json new file mode 100644 index 000000000000..ba42ee8d0453 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListEnvironments_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "Access_ListEnvironments_MaximumSet", + "operationId": "Access_ListEnvironments", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "rnbjtcdqddweb", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "otgvdvmkalxvfhntcupkzeumnmysh", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "tkqnynqjm", + "id": "yrboqodcmdtedagszhbiol", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "display_name": "qbrwkovtkhibq" + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListEnvironments_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListEnvironments_MinimumSet_Gen.json new file mode 100644 index 000000000000..1185e6264fa0 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListEnvironments_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListEnvironments_MinimumSet", + "operationId": "Access_ListEnvironments", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "mv", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListInvitations_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListInvitations_MaximumSet_Gen.json new file mode 100644 index 000000000000..27f20435962b --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListInvitations_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "Access_ListInvitations_MaximumSet", + "operationId": "Access_ListInvitations", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ltmhusxnwxyfnbgcvwktxqrlqabbre", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "bsiuyjkrslbybixusbaecuqj", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "uizkhsgicpwxpdoazoiwb", + "id": "ebcxw", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "email": "b", + "auth_type": "egtnwfguedlphfaitotzwbtkvpm", + "status": "wgfnvux", + "accepted_at": "kda", + "expires_at": "flexaixaqpuxkypvtfddlpyxjplhc" + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListInvitations_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListInvitations_MinimumSet_Gen.json new file mode 100644 index 000000000000..61b008480773 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListInvitations_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListInvitations_MinimumSet", + "operationId": "Access_ListInvitations", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "edpxevovxieanzlscvflmmcuoracwh", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json new file mode 100644 index 000000000000..7943fd3ba106 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindingNameList_MaximumSet_Gen.json @@ -0,0 +1,32 @@ +{ + "title": "Access_ListRoleBindingNameList_MaximumSet", + "operationId": "Access_ListRoleBindingNameList", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zgcfotubdmgowayipmpgujypv", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "pictmuncchderpgmyxqmmc", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + "nzevhl" + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json new file mode 100644 index 000000000000..7ed092f280a8 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindingNameList_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListRoleBindingNameList_MinimumSet", + "operationId": "Access_ListRoleBindingNameList", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "nlxbyyyyrdwjzwrcwfjlg", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindings_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindings_MaximumSet_Gen.json new file mode 100644 index 000000000000..56d0d5ba5f55 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindings_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Access_ListRoleBindings_MaximumSet", + "operationId": "Access_ListRoleBindings", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "tefgundwswvwqcfryviyoulrrokl", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "zpwiczs", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "rdgdgwc", + "id": "vyt", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "principal": "rl", + "role_name": "rssciyhklfxswfatbjncfbrpo", + "crn_pattern": "maqorrxyjiso" + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindings_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindings_MinimumSet_Gen.json new file mode 100644 index 000000000000..f82a3e73e6b1 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListRoleBindings_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListRoleBindings_MinimumSet", + "operationId": "Access_ListRoleBindings", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "yuwchphweukvwtruurjgh", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListServiceAccounts_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListServiceAccounts_MaximumSet_Gen.json new file mode 100644 index 000000000000..f2cc98021ed2 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListServiceAccounts_MaximumSet_Gen.json @@ -0,0 +1,44 @@ +{ + "title": "Access_ListServiceAccounts_MaximumSet", + "operationId": "Access_ListServiceAccounts", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "go", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "puztaopmygsvwfwufjvycnok", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "tozqpdeniq", + "id": "uayitlece", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "display_name": "nyhanwbkwn", + "description": "xcosvrzaslrokmxtdalllnc" + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListServiceAccounts_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListServiceAccounts_MinimumSet_Gen.json new file mode 100644 index 000000000000..dadff2f9d5ef --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListServiceAccounts_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListServiceAccounts_MinimumSet", + "operationId": "Access_ListServiceAccounts", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ambiyuv", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListUsers_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListUsers_MaximumSet_Gen.json new file mode 100644 index 000000000000..47169a0007cf --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListUsers_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Access_ListUsers_MaximumSet", + "operationId": "Access_ListUsers", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "iggbjjnfqgutjxyvnlriqdm", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "autatdvryzmgwnblxadobfvo", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "lsfwbthrt", + "id": "ojskonjuowucvdfheupco", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "email": "szjhghajgyhidwlufi", + "full_name": "wxsihxrbtuistewvojdyoeeqg", + "auth_type": "jbclnufyihzagafbguswcbjpqql" + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListUsers_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListUsers_MinimumSet_Gen.json new file mode 100644 index 000000000000..9bedfe3a99ae --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Access_ListUsers_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListUsers_MinimumSet", + "operationId": "Access_ListUsers", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "elqetgujssclojggilbgl", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..11e63a5a1fa1 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,181 @@ +{ + "title": "Cluster_CreateOrUpdate_MaximumSet", + "operationId": "Cluster_CreateOrUpdate", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "vwqtjoijzqitjmu", + "environmentId": "rwmpydknnovcfsattscfm", + "clusterId": "rdizpgcbewizsgffpg", + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + } + } + }, + "responses": { + "200": { + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..162d19669fb9 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_Delete_MaximumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "Cluster_Delete_MaximumSet", + "operationId": "Cluster_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "rwzpoelzgevhnkrvyqy", + "environmentId": "gnijsroqxwwyyariafdnmkc", + "clusterId": "zsvnfsirukovzkth" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_Delete_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..5449251fb7e9 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Cluster_Delete_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "Cluster_Delete_MinimumSet", + "operationId": "Cluster_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "tvbhdezawspzzfprrnjoxfwtwlp", + "environmentId": "mtmberahkmffekuuz", + "clusterId": "nyfmkuwyeqhkgwehdjakbjheujj" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..2d0fc8ae57b1 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,92 @@ +{ + "title": "Connector_CreateOrUpdate_MaximumSet", + "operationId": "Connector_CreateOrUpdate", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "cppyvn", + "environmentId": "tteibyyztawsguofmfn", + "clusterId": "bfokzevhjixs", + "connectorName": "fczksqy", + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..732d8ac37d6b --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Delete_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Connector_Delete_MaximumSet", + "operationId": "Connector_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "xqspbodq", + "environmentId": "aabxehocioujmjjkgegijsmntw", + "clusterId": "seivpzvrbyhjfmqb", + "connectorName": "qznabwwh" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Delete_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..0d660958e450 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Delete_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Connector_Delete_MinimumSet", + "operationId": "Connector_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "frwocpndztguhgng", + "environmentId": "duq", + "clusterId": "chw", + "connectorName": "suaugvwtvhexoqdrmxknvyiobq" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Get_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..1ea846b7c213 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_Get_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Connector_Get_MaximumSet", + "operationId": "Connector_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "pgwuoi", + "environmentId": "rxbrvvdnplvbedrzwbgtwhbdm", + "clusterId": "eknmpvbhtvwxdxddkos", + "connectorName": "zakwjragxeiur" + }, + "responses": { + "200": { + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_List_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..758e919df3e7 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Connector_List_MaximumSet_Gen.json @@ -0,0 +1,51 @@ +{ + "title": "Connector_List_MaximumSet", + "operationId": "Connector_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ygxwgulsjztjoxuhmegodplubt", + "environmentId": "mmxahiyh", + "clusterId": "rslbzgqdgsnwzsqhlhethe", + "pageSize": 18, + "pageToken": "spklebovnebppxshqcmkyundbw" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..a6ad79ecccc0 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,84 @@ +{ + "title": "Environment_CreateOrUpdate_MaximumSet", + "operationId": "Environment_CreateOrUpdate", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "uf", + "environmentId": "diycvbfypirqvomdkt", + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + } + } + }, + "responses": { + "200": { + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..cd9318a317a2 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_Delete_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Environment_Delete_MaximumSet", + "operationId": "Environment_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "sowkvcymfiziohnofcudjyyaro", + "environmentId": "lnmkjsylkxqqyrqmdaf" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_Delete_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..2f85e4ba4c56 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Environment_Delete_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Environment_Delete_MinimumSet", + "operationId": "Environment_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "yetpbmqrfbsanzjzkzdodlcygpj", + "environmentId": "quuhiyvpfajfxrqcyxsb" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..114d95529c66 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_Create_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "Create Confluent Marketplace agreement in the subscription. (Maximumset)", + "operationId": "MarketplaceAgreements_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "body": { + "properties": { + "publisher": "cxcrrfggvdmvcchohkyatlvbpyy", + "product": "ogusipjbwihlwbfivdbjfuvoqwija", + "plan": "vgphlikczel", + "licenseTextLink": "ztckliskduxmcluia", + "privacyPolicyLink": "wwvlrlfhzmvfjgimkhkqcaxn", + "retrieveDatetime": "2025-08-18T11:10:31.028Z", + "signature": "cfdxpybzzsrgcdtebmqzzskxfiool", + "accepted": true + } + } + }, + "responses": { + "200": { + "body": { + "id": "hqrct", + "name": "nazsgocpqpboswffunhuxjytrya", + "type": "mshlvpqsrhkba", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + }, + "properties": { + "publisher": "cxcrrfggvdmvcchohkyatlvbpyy", + "product": "ogusipjbwihlwbfivdbjfuvoqwija", + "plan": "vgphlikczel", + "licenseTextLink": "ztckliskduxmcluia", + "privacyPolicyLink": "wwvlrlfhzmvfjgimkhkqcaxn", + "retrieveDatetime": "2025-08-18T11:10:31.028Z", + "signature": "cfdxpybzzsrgcdtebmqzzskxfiool", + "accepted": true + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..8a037efc8867 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_Create_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "Create Confluent Marketplace agreement in the subscription. (MinimumSet)", + "operationId": "MarketplaceAgreements_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_List_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..1a483261f5ca --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_List_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "List Confluent marketplace agreements in the subscription. (Maximumset)", + "operationId": "MarketplaceAgreements_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "hqrct", + "name": "nazsgocpqpboswffunhuxjytrya", + "type": "mshlvpqsrhkba", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + }, + "properties": { + "publisher": "cxcrrfggvdmvcchohkyatlvbpyy", + "product": "ogusipjbwihlwbfivdbjfuvoqwija", + "plan": "vgphlikczel", + "licenseTextLink": "ztckliskduxmcluia", + "privacyPolicyLink": "wwvlrlfhzmvfjgimkhkqcaxn", + "retrieveDatetime": "2025-08-18T11:10:31.028Z", + "signature": "cfdxpybzzsrgcdtebmqzzskxfiool", + "accepted": true + } + } + ], + "nextLink": "https://microsoft.com/aaf" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_List_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..d41623435680 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/MarketplaceAgreements_List_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "List Confluent marketplace agreements in the subscription. (Minimumset)", + "operationId": "MarketplaceAgreements_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json new file mode 100644 index 000000000000..3c9b3db1f50a --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json @@ -0,0 +1,80 @@ +{ + "title": "NetworkGatewayResources_CreateOrReplace_MaximumSet", + "operationId": "NetworkGatewayResources_CreateOrReplace", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "resource": { + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-12345?api-version=2026-05-01-preview", + "Retry-After": 10 + }, + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:00:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Creating", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..a6923542518c --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_Delete_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "NetworkGatewayResources_Delete_MaximumSet", + "operationId": "NetworkGatewayResources_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456" + }, + "responses": { + "202": { + "headers": { + "Location": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-67890?api-version=2026-05-01-preview", + "Retry-After": 10 + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_Get_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..da6b61cef625 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_Get_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "NetworkGatewayResources_Get_MaximumSet", + "operationId": "NetworkGatewayResources_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_List_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..5f124ed6f33c --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/NetworkGatewayResources_List_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "NetworkGatewayResources_List_MaximumSet", + "operationId": "NetworkGatewayResources_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + ], + "nextLink": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways?api-version=2026-05-01-preview&$skipToken=token123" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/OrganizationOperations_List_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/OrganizationOperations_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..f65f6f2d517a --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/OrganizationOperations_List_MaximumSet_Gen.json @@ -0,0 +1,26 @@ +{ + "title": "OrganizationOperations_List_MaximumSet", + "operationId": "OrganizationOperations_List", + "parameters": { + "api-version": "2026-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "qzotkvxeupkhbrfbfn", + "display": { + "provider": "kvelkndjuoteelyvp", + "resource": "z", + "operation": "erafk", + "description": "yotxkmyfvrjp" + }, + "isDataAction": true + } + ], + "nextLink": "rfku" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/OrganizationOperations_List_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/OrganizationOperations_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..14f532171626 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/OrganizationOperations_List_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "OrganizationOperations_List_MinimumSet", + "operationId": "OrganizationOperations_List", + "parameters": { + "api-version": "2026-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_CreateAPIKey_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_CreateAPIKey_MaximumSet_Gen.json new file mode 100644 index 000000000000..1e307d0fb4ef --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_CreateAPIKey_MaximumSet_Gen.json @@ -0,0 +1,50 @@ +{ + "title": "Organization_CreateAPIKey_MaximumSet", + "operationId": "Organization_CreateAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "pzvuoywx", + "environmentId": "jqoxoahobqmhnklw", + "clusterId": "ypyzlfhbml", + "body": { + "name": "izlvofweryqgdgq", + "description": "vdxsmrddjlsfcsnwjezjraxgbkn" + } + }, + "responses": { + "200": { + "body": { + "kind": "g", + "id": "byr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "description": "cgzqydt", + "name": "zbsz", + "resource": { + "id": "ncxbrkuafkzqmivoqkewsji", + "environment": "spwmtilczuvrfhyykfyt", + "related": "yhgzvelqihdvuqxgrnvvos", + "resourceName": "cccrljvydtuuzknqrpy", + "kind": "q" + }, + "owner": { + "id": "nlbvfmehhymt", + "related": "frhqdjzhi", + "resourceName": "jdn", + "kind": "rujp" + } + } + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_CreateAPIKey_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_CreateAPIKey_MinimumSet_Gen.json new file mode 100644 index 000000000000..640d57e179b1 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_CreateAPIKey_MinimumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "title": "Organization_CreateAPIKey_MinimumSet", + "operationId": "Organization_CreateAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qbnpbkqxwtvjnytnconwynln", + "environmentId": "un", + "clusterId": "vuwuoryynnsuyfkicyejllc", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Create_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..53d4dd023fae --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Create_MaximumSet_Gen.json @@ -0,0 +1,139 @@ +{ + "title": "Organization_Create_MaximumSet", + "operationId": "Organization_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qcqrbyx", + "body": { + "properties": { + "provisioningState": "Accepted", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": { + "token": "yvynviychdid" + } + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json new file mode 100644 index 000000000000..165356925486 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Organization_DeleteClusterAPIKey_MaximumSet", + "operationId": "Organization_DeleteClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "y", + "apiKeyId": "guahwdpdvzealjrnpgiqumxtbqq" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json new file mode 100644 index 000000000000..ac27bc100ecd --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Organization_DeleteClusterAPIKey_MinimumSet", + "operationId": "Organization_DeleteClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "lokrfxecjwbnejqluwbwqcairu", + "apiKeyId": "lqyopqadqide" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..bbbd0d0d7ad5 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Delete_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Organization_Delete_MaximumSet", + "operationId": "Organization_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zqp" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Delete_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..79856cf893d7 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Delete_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Organization_Delete_MinimumSet", + "operationId": "Organization_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "w" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json new file mode 100644 index 000000000000..6056f32d175f --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterAPIKey_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Organization_GetClusterAPIKey_MaximumSet", + "operationId": "Organization_GetClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "puauqgrwsfgmolfhazfjcavnj", + "apiKeyId": "xxsquwnsllkkzuyzlhdxdl" + }, + "responses": { + "200": { + "body": { + "kind": "g", + "id": "byr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "description": "cgzqydt", + "name": "zbsz", + "resource": { + "id": "ncxbrkuafkzqmivoqkewsji", + "environment": "spwmtilczuvrfhyykfyt", + "related": "yhgzvelqihdvuqxgrnvvos", + "resourceName": "cccrljvydtuuzknqrpy", + "kind": "q" + }, + "owner": { + "id": "nlbvfmehhymt", + "related": "frhqdjzhi", + "resourceName": "jdn", + "kind": "rujp" + } + } + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json new file mode 100644 index 000000000000..d7f68f6ab511 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterAPIKey_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Organization_GetClusterAPIKey_MinimumSet", + "operationId": "Organization_GetClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "oiywgdcgyrmdcquutyn", + "apiKeyId": "gmgzzzwsoctmbdrgttw" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterById_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterById_MaximumSet_Gen.json new file mode 100644 index 000000000000..63f4d0937d02 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetClusterById_MaximumSet_Gen.json @@ -0,0 +1,74 @@ +{ + "title": "Organization_GetClusterById_MaximumSet", + "operationId": "Organization_GetClusterById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qiasyqphlvkxxgyofmf", + "environmentId": "xmkhyxmtjzez", + "clusterId": "lirhyplbzq" + }, + "responses": { + "200": { + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json new file mode 100644 index 000000000000..97045e16f619 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetEnvironmentById_MaximumSet_Gen.json @@ -0,0 +1,41 @@ +{ + "title": "Organization_GetEnvironmentById_MaximumSet", + "operationId": "Organization_GetEnvironmentById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "p", + "environmentId": "kvifvjnmbilj" + }, + "responses": { + "200": { + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json new file mode 100644 index 000000000000..244e997bb513 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json @@ -0,0 +1,48 @@ +{ + "title": "Organization_GetSchemaRegistryClusterById_MaximumSet", + "operationId": "Organization_GetSchemaRegistryClusterById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "hmhbrtw", + "environmentId": "ztozszmpzhwevkpmaxslloijkicwt", + "clusterId": "stfqijternpuzpleowkrbgzuutsgp" + }, + "responses": { + "200": { + "body": { + "kind": "vlwwdyfvefryzszqpimeyghwbg", + "id": "gpfxwmqatynchrxjdgvr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "ofhyvugq", + "httpEndpoint": "jsszdvdfopfoaixx", + "package": "yruygcrfip", + "region": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "environment": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "cloud": "jcangjhteaadfyipxxso" + }, + "status": { + "phase": "nipb" + } + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json new file mode 100644 index 000000000000..38bb4fd83729 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "Organization_GetSchemaRegistryClusterById_MinimumSet", + "operationId": "Organization_GetSchemaRegistryClusterById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "vcen", + "environmentId": "zsbdbdljcfrnxxafcchr", + "clusterId": "ivjcqxutsnlylxo" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Get_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..bdce4e477670 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Get_MaximumSet_Gen.json @@ -0,0 +1,58 @@ +{ + "title": "Organization_Get_MaximumSet", + "operationId": "Organization_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "nnyqgkogkmwjubhfaynme" + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json new file mode 100644 index 000000000000..f9b3cd7bf17d --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListByResourceGroup_MaximumSet_Gen.json @@ -0,0 +1,62 @@ +{ + "title": "Organization_ListByResourceGroup_MaximumSet", + "operationId": "Organization_ListByResourceGroup", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListBySubscription_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListBySubscription_MaximumSet_Gen.json new file mode 100644 index 000000000000..87b099ffe0bd --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListBySubscription_MaximumSet_Gen.json @@ -0,0 +1,61 @@ +{ + "title": "Organization_ListBySubscription_MaximumSet", + "operationId": "Organization_ListBySubscription", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListClusters_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListClusters_MaximumSet_Gen.json new file mode 100644 index 000000000000..11f732033f79 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListClusters_MaximumSet_Gen.json @@ -0,0 +1,80 @@ +{ + "title": "Organization_ListClusters_MaximumSet", + "operationId": "Organization_ListClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "hpinjsodpkprhbvpzh", + "environmentId": "qjeouprbl", + "pageSize": 24, + "pageToken": "esiyyipdkqikzcedkyrjnqvsbf" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListEnvironments_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListEnvironments_MaximumSet_Gen.json new file mode 100644 index 000000000000..ee328167e6dd --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListEnvironments_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "Organization_ListEnvironments_MaximumSet", + "operationId": "Organization_ListEnvironments", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zgvcszgobzkrvomvhkabzamqincp", + "pageSize": 21, + "pageToken": "e" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListRegions_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListRegions_MaximumSet_Gen.json new file mode 100644 index 000000000000..c61a69300541 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListRegions_MaximumSet_Gen.json @@ -0,0 +1,44 @@ +{ + "title": "Organization_ListRegions_MaximumSet", + "operationId": "Organization_ListRegions", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "bnu", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "data": [ + { + "kind": "muabtqsllrtrsecdvjgvntpke", + "id": "okvhazbpnpaxqchtznncekkwucejaa", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "futevtizlzyhjjrvub", + "cloud": "uagbogdrkcphfjcckxfoupusycw", + "regionName": "pzmdsnasogrogtatsdrwfyvetrhx", + "packages": [ + "dnscn" + ] + } + } + } + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListRegions_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListRegions_MinimumSet_Gen.json new file mode 100644 index 000000000000..056cf0a5f49c --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListRegions_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Organization_ListRegions_MinimumSet", + "operationId": "Organization_ListRegions", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "dvfvoveezvifybaptbuvprerr", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json new file mode 100644 index 000000000000..90c94e04adcc --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json @@ -0,0 +1,54 @@ +{ + "title": "Organization_ListSchemaRegistryClusters_MaximumSet", + "operationId": "Organization_ListSchemaRegistryClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "vkzifcygqhoewuixdmmg", + "environmentId": "psxriyxxbjnctgeohah", + "pageSize": 3, + "pageToken": "npqeazvityguunrpgbumrqivvq" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "vlwwdyfvefryzszqpimeyghwbg", + "id": "gpfxwmqatynchrxjdgvr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "ofhyvugq", + "httpEndpoint": "jsszdvdfopfoaixx", + "package": "yruygcrfip", + "region": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "environment": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "cloud": "jcangjhteaadfyipxxso" + }, + "status": { + "phase": "nipb" + } + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json new file mode 100644 index 000000000000..67eef46f456c --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "Organization_ListSchemaRegistryClusters_MinimumSet", + "operationId": "Organization_ListSchemaRegistryClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "npek", + "environmentId": "tdtxr" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Update_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..a3a7eaf5ce3f --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Organization_Update_MaximumSet_Gen.json @@ -0,0 +1,63 @@ +{ + "title": "Organization_Update_MaximumSet", + "operationId": "Organization_Update", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "nbpteobqdaoqi", + "body": { + "tags": { + "key662": "fhohynaaojyvdvlgizkfgix" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Create_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..467eb0ae0832 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Create_MaximumSet_Gen.json @@ -0,0 +1,122 @@ +{ + "title": "Topics_Create_MaximumSet", + "operationId": "Topics_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "pejjxxaztwoiqnzxsjqreefyuwriny", + "environmentId": "kgozj", + "clusterId": "bvhtsxflbnakmigqocm", + "topicName": "zlqnddejetmtrl", + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Delete_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..57d47953c7f6 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Delete_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Topics_Delete_MaximumSet", + "operationId": "Topics_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "xxoxo", + "environmentId": "ohwjl", + "clusterId": "llmaybvui", + "topicName": "xnprfffvbjtsnneofwwlpwuzua" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Delete_MinimumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..e426076e21f6 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Delete_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Topics_Delete_MinimumSet", + "operationId": "Topics_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "dmkqbkbzegenjirw", + "environmentId": "flqluwoymahhtfjmx", + "clusterId": "xrqfldtrcxvbxxqwbbouosmvnckut", + "topicName": "uflu" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Get_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..0012d75518be --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_Get_MaximumSet_Gen.json @@ -0,0 +1,55 @@ +{ + "title": "Topics_Get_MaximumSet", + "operationId": "Topics_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "mwvtthpz", + "environmentId": "gjcsgothfog", + "clusterId": "cbgic", + "topicName": "bspwihoyrewjny" + }, + "responses": { + "200": { + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_List_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..96d50888eba9 --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Topics_List_MaximumSet_Gen.json @@ -0,0 +1,61 @@ +{ + "title": "Topics_List_MaximumSet", + "operationId": "Topics_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zkei", + "environmentId": "cvgvhjgrodfwwhxkm", + "clusterId": "majpwlefqsjqpfezvkvd", + "pageSize": 28, + "pageToken": "nqtivttbasuwnkum" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json new file mode 100644 index 000000000000..59b2aa36031b --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Validations_ValidateOrganizationV2_MaximumSet_Gen.json @@ -0,0 +1,51 @@ +{ + "title": "Organization Validate proxy resource", + "operationId": "Validations_ValidateOrganizationV2", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qhipfdfhxjzvwlergbvldnwhttfb", + "body": { + "properties": { + "provisioningState": "Accepted", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": { + "token": "yvynviychdid" + } + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax" + } + }, + "responses": { + "200": { + "body": { + "info": { + "key7115": "owvfyhravpcrkzc" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Validations_ValidateOrganization_MaximumSet_Gen.json b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Validations_ValidateOrganization_MaximumSet_Gen.json new file mode 100644 index 000000000000..a4fdd4c8beeb --- /dev/null +++ b/specification/confluent/Confluent.Management/examples/2026-05-01-preview/Validations_ValidateOrganization_MaximumSet_Gen.json @@ -0,0 +1,90 @@ +{ + "title": "Organization Validate proxy resource", + "operationId": "Validations_ValidateOrganization", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "bqmqthdyixbkhlgw", + "body": { + "properties": { + "provisioningState": "Accepted", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": { + "token": "yvynviychdid" + } + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/Confluent.Management/main.tsp b/specification/confluent/Confluent.Management/main.tsp index 637d3d1aa3e2..bf5c13839784 100644 --- a/specification/confluent/Confluent.Management/main.tsp +++ b/specification/confluent/Confluent.Management/main.tsp @@ -19,6 +19,8 @@ import "./SCEnvironmentRecord.tsp"; import "./SCClusterRecord.tsp"; import "./ConnectorResource.tsp"; import "./TopicRecord.tsp"; +import "./NetworkGatewayResource.tsp"; +import "./AccessPointResource.tsp"; import "./routes.tsp"; using TypeSpec.Rest; @@ -53,6 +55,11 @@ enum Versions { * The 2025-08-18-preview API version. */ v2025_08_18_preview: "2025-08-18-preview", + + /** + * The 2026-05-01-preview API version. + */ + v2026_05_01_preview: "2026-05-01-preview", } interface Operations { @@ -65,8 +72,7 @@ interface Operations { @segment("operations") @get @list - list( - ...ApiVersionParameter, - ...Azure.ResourceManager.Legacy.Provider, - ): ArmResponse | ResourceProviderDefaultErrorResponse; + list(...ApiVersionParameter, ...Azure.ResourceManager.Legacy.Provider): + | ArmResponse + | ResourceProviderDefaultErrorResponse; } diff --git a/specification/confluent/Confluent.Management/models.tsp b/specification/confluent/Confluent.Management/models.tsp index 4f49fa1ece62..3401f02f1105 100644 --- a/specification/confluent/Confluent.Management/models.tsp +++ b/specification/confluent/Confluent.Management/models.tsp @@ -2476,3 +2476,105 @@ model KafkaAzureSynapseAnalyticsSinkConnectorInfo extends PartnerInfoBase { */ partnerConnectorType: "KafkaAzureSynapseAnalyticsSink"; } + +/** + * Network Gateway Properties + */ +/** + * A key-value pair for extensibility. + */ +#suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-provisioning-state" "" +model KeyValuePair { + /** The key. */ + key: string; + + /** The value. */ + value: string; +} + +/** + * Network Gateway Properties + */ +model NetworkGatewayProperties { + /** + * Display name of the network gateway + */ + networkGatewayName: string; + + /** + * The cloud service provider region for the network gateway + */ + region: string; + + /** + * Metadata of the record + */ + metadata?: SCMetadataEntity; + + /** + * Provisioning state of the network gateway + */ + @visibility(Lifecycle.Read) + provisioningState?: ProvisionState; + + /** + * Additional properties for extensibility + */ + @identifiers(#[]) + dictionary?: KeyValuePair[]; +} + +/** + * Access Point Properties + */ +model AccessPointProperties { + /** + * Display name of the access point + */ + accessPointName: string; + + /** + * The cloud service provider region for the access point + */ + region: string; + + /** + * The resource ID of the virtual network + */ + vnetId: Azure.Core.armResourceIdentifier<[ + { + type: "Microsoft.Network/virtualNetworks"; + } + ]>; + + /** + * The resource ID of the delegated subnet + */ + subnetId: Azure.Core.armResourceIdentifier<[ + { + type: "Microsoft.Network/virtualNetworks/subnets"; + } + ]>; + + /** + * 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). + */ + egressRoutes?: string; + + /** + * Metadata of the record + */ + metadata?: SCMetadataEntity; + + /** + * Provisioning state of the access point + */ + @visibility(Lifecycle.Read) + provisioningState?: ProvisionState; + + /** + * Additional properties for extensibility + */ + @identifiers(#[]) + dictionary?: KeyValuePair[]; +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/confluent.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/confluent.json new file mode 100644 index 000000000000..ce38970ad63f --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/confluent.json @@ -0,0 +1,6082 @@ +{ + "swagger": "2.0", + "info": { + "title": "ConfluentManagementClient", + "version": "2026-05-01-preview", + "x-typespec-generated": [ + { + "emitter": "@azure-tools/typespec-autorest" + } + ] + }, + "schemes": [ + "https" + ], + "host": "management.azure.com", + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "description": "Azure Active Directory OAuth2 Flow.", + "flow": "implicit", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "tags": [ + { + "name": "Operations" + }, + { + "name": "OrganizationResources" + }, + { + "name": "SCEnvironmentRecords" + }, + { + "name": "SCClusterRecords" + }, + { + "name": "ConnectorResources" + }, + { + "name": "TopicRecords" + }, + { + "name": "NetworkGatewayResources" + }, + { + "name": "AccessPointResources" + } + ], + "paths": { + "/providers/Microsoft.Confluent/operations": { + "get": { + "operationId": "OrganizationOperations_List", + "tags": [ + "Operations" + ], + "description": "List the operations for the provider", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/OperationListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "OrganizationOperations_List_MaximumSet": { + "$ref": "./examples/OrganizationOperations_List_MaximumSet_Gen.json" + }, + "OrganizationOperations_List_MinimumSet": { + "$ref": "./examples/OrganizationOperations_List_MinimumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements": { + "get": { + "operationId": "MarketplaceAgreements_List", + "summary": "List Confluent marketplace agreements in the subscription.", + "description": "List Confluent marketplace agreements in the subscription.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "The request has succeeded.", + "schema": { + "$ref": "#/definitions/ConfluentAgreementResourceListResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "List Confluent marketplace agreements in the subscription. (Maximumset)": { + "$ref": "./examples/MarketplaceAgreements_List_MaximumSet_Gen.json" + }, + "List Confluent marketplace agreements in the subscription. (Minimumset)": { + "$ref": "./examples/MarketplaceAgreements_List_MinimumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements/default": { + "put": { + "operationId": "MarketplaceAgreements_Create", + "summary": "Create Confluent Marketplace agreement in the subscription.", + "description": "Create Confluent Marketplace agreement in the subscription.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "name": "body", + "in": "body", + "description": "The request body", + "required": false, + "schema": { + "$ref": "#/definitions/ConfluentAgreementResource" + } + } + ], + "responses": { + "200": { + "description": "The request has succeeded.", + "schema": { + "$ref": "#/definitions/ConfluentAgreementResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Create Confluent Marketplace agreement in the subscription. (Maximumset)": { + "$ref": "./examples/MarketplaceAgreements_Create_MaximumSet_Gen.json" + }, + "Create Confluent Marketplace agreement in the subscription. (MinimumSet)": { + "$ref": "./examples/MarketplaceAgreements_Create_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations": { + "get": { + "operationId": "Organization_ListBySubscription", + "tags": [ + "OrganizationResources" + ], + "description": "List all organizations under the specified subscription.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/OrganizationResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_ListBySubscription_MaximumSet": { + "$ref": "./examples/Organization_ListBySubscription_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations": { + "get": { + "operationId": "Organization_ListByResourceGroup", + "tags": [ + "OrganizationResources" + ], + "description": "List all Organizations under the specified resource group.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/OrganizationResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_ListByResourceGroup_MaximumSet": { + "$ref": "./examples/Organization_ListByResourceGroup_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}": { + "get": { + "operationId": "Organization_Get", + "tags": [ + "OrganizationResources" + ], + "description": "Get the properties of a specific Organization resource.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_Get_MaximumSet": { + "$ref": "./examples/Organization_Get_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "Organization_Create", + "tags": [ + "OrganizationResources" + ], + "description": "Create Organization resource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Organization resource model", + "required": false, + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + } + ], + "responses": { + "200": { + "description": "Resource 'OrganizationResource' update operation succeeded", + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + }, + "201": { + "description": "Resource 'OrganizationResource' create operation succeeded", + "schema": { + "$ref": "#/definitions/OrganizationResource" + }, + "headers": { + "Azure-AsyncOperation": { + "type": "string", + "description": "A link to the status monitor" + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_Create_MaximumSet": { + "$ref": "./examples/Organization_Create_MaximumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true + }, + "patch": { + "operationId": "Organization_Update", + "tags": [ + "OrganizationResources" + ], + "description": "Update Organization resource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Updated Organization resource", + "required": false, + "schema": { + "$ref": "#/definitions/OrganizationResourceUpdate" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_Update_MaximumSet": { + "$ref": "./examples/Organization_Update_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "Organization_Delete", + "tags": [ + "OrganizationResources" + ], + "description": "Delete Organization resource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Resource deleted successfully." + }, + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_Delete_MaximumSet": { + "$ref": "./examples/Organization_Delete_MaximumSet_Gen.json" + }, + "Organization_Delete_MinimumSet": { + "$ref": "./examples/Organization_Delete_MinimumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/createInvitation": { + "post": { + "operationId": "Access_InviteUser", + "tags": [ + "OrganizationResources" + ], + "description": "Invite user to the organization", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Invite user account model", + "required": true, + "schema": { + "$ref": "#/definitions/AccessInviteUserAccountModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/InvitationRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_InviteUser_MaximumSet": { + "$ref": "./examples/Access_InviteUser_MaximumSet_Gen.json" + }, + "Access_InviteUser_MinimumSet": { + "$ref": "./examples/Access_InviteUser_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/createRoleBinding": { + "post": { + "operationId": "Access_CreateRoleBinding", + "tags": [ + "OrganizationResources" + ], + "description": "Organization role bindings", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Create role binding Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/AccessCreateRoleBindingRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/RoleBindingRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_CreateRoleBinding_MaximumSet": { + "$ref": "./examples/Access_CreateRoleBinding_MaximumSet_Gen.json" + }, + "Access_CreateRoleBinding_MinimumSet": { + "$ref": "./examples/Access_CreateRoleBinding_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/deleteRoleBinding/{roleBindingId}": { + "delete": { + "operationId": "Access_DeleteRoleBinding", + "description": "Organization role bindings", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "roleBindingId", + "in": "path", + "description": "Confluent Role binding id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The request has succeeded." + }, + "204": { + "description": "There is no content to send for this request, but the headers may be useful." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_DeleteRoleBinding_MaximumSet": { + "$ref": "./examples/Access_DeleteRoleBinding_MaximumSet_Gen.json" + }, + "Access_DeleteRoleBinding_MinimumSet": { + "$ref": "./examples/Access_DeleteRoleBinding_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listClusters": { + "post": { + "operationId": "Access_ListClusters", + "tags": [ + "OrganizationResources" + ], + "description": "Cluster details", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessListClusterSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListClusters_MaximumSet": { + "$ref": "./examples/Access_ListClusters_MaximumSet_Gen.json" + }, + "Access_ListClusters_MinimumSet": { + "$ref": "./examples/Access_ListClusters_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listEnvironments": { + "post": { + "operationId": "Access_ListEnvironments", + "tags": [ + "OrganizationResources" + ], + "description": "Environment list of an organization", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessListEnvironmentsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListEnvironments_MaximumSet": { + "$ref": "./examples/Access_ListEnvironments_MaximumSet_Gen.json" + }, + "Access_ListEnvironments_MinimumSet": { + "$ref": "./examples/Access_ListEnvironments_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listInvitations": { + "post": { + "operationId": "Access_ListInvitations", + "tags": [ + "OrganizationResources" + ], + "description": "Organization accounts invitation details", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessListInvitationsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListInvitations_MaximumSet": { + "$ref": "./examples/Access_ListInvitations_MaximumSet_Gen.json" + }, + "Access_ListInvitations_MinimumSet": { + "$ref": "./examples/Access_ListInvitations_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listRoleBindingNameList": { + "post": { + "operationId": "Access_ListRoleBindingNameList", + "tags": [ + "OrganizationResources" + ], + "description": "Organization role bindings", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessRoleBindingNameListSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListRoleBindingNameList_MaximumSet": { + "$ref": "./examples/Access_ListRoleBindingNameList_MaximumSet_Gen.json" + }, + "Access_ListRoleBindingNameList_MinimumSet": { + "$ref": "./examples/Access_ListRoleBindingNameList_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listRoleBindings": { + "post": { + "operationId": "Access_ListRoleBindings", + "tags": [ + "OrganizationResources" + ], + "description": "Organization role bindings", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessListRoleBindingsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListRoleBindings_MaximumSet": { + "$ref": "./examples/Access_ListRoleBindings_MaximumSet_Gen.json" + }, + "Access_ListRoleBindings_MinimumSet": { + "$ref": "./examples/Access_ListRoleBindings_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listServiceAccounts": { + "post": { + "operationId": "Access_ListServiceAccounts", + "tags": [ + "OrganizationResources" + ], + "description": "Organization service accounts details", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessListServiceAccountsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListServiceAccounts_MaximumSet": { + "$ref": "./examples/Access_ListServiceAccounts_MaximumSet_Gen.json" + }, + "Access_ListServiceAccounts_MinimumSet": { + "$ref": "./examples/Access_ListServiceAccounts_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listUsers": { + "post": { + "operationId": "Access_ListUsers", + "tags": [ + "OrganizationResources" + ], + "description": "Organization users details", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessListUsersSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Access_ListUsers_MaximumSet": { + "$ref": "./examples/Access_ListUsers_MaximumSet_Gen.json" + }, + "Access_ListUsers_MinimumSet": { + "$ref": "./examples/Access_ListUsers_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/apiKeys/{apiKeyId}": { + "get": { + "operationId": "Organization_GetClusterAPIKey", + "description": "Get API key details of a kafka or schema registry cluster", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "apiKeyId", + "in": "path", + "description": "Confluent API Key id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/APIKeyRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_GetClusterAPIKey_MaximumSet": { + "$ref": "./examples/Organization_GetClusterAPIKey_MaximumSet_Gen.json" + }, + "Organization_GetClusterAPIKey_MinimumSet": { + "$ref": "./examples/Organization_GetClusterAPIKey_MinimumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "Organization_DeleteClusterAPIKey", + "description": "Deletes API key of a kafka or schema registry cluster", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "apiKeyId", + "in": "path", + "description": "Confluent API Key id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The request has succeeded." + }, + "204": { + "description": "There is no content to send for this request, but the headers may be useful." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_DeleteClusterAPIKey_MaximumSet": { + "$ref": "./examples/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json" + }, + "Organization_DeleteClusterAPIKey_MinimumSet": { + "$ref": "./examples/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments": { + "get": { + "operationId": "Organization_ListEnvironments", + "tags": [ + "SCEnvironmentRecords" + ], + "description": "Lists of all the environments in a organization", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "pageSize", + "in": "query", + "description": "Pagination size", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "pageToken", + "in": "query", + "description": "An opaque pagination token to fetch the next set of records", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/GetEnvironmentsResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_ListEnvironments_MaximumSet": { + "$ref": "./examples/Organization_ListEnvironments_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}": { + "get": { + "operationId": "Organization_GetEnvironmentById", + "tags": [ + "SCEnvironmentRecords" + ], + "description": "Get Environment details by environment Id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/SCEnvironmentRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_GetEnvironmentById_MaximumSet": { + "$ref": "./examples/Organization_GetEnvironmentById_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "Environment_CreateOrUpdate", + "tags": [ + "SCEnvironmentRecords" + ], + "description": "Create confluent environment", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Confluent Environment resource model", + "required": false, + "schema": { + "$ref": "#/definitions/SCEnvironmentRecord" + } + } + ], + "responses": { + "200": { + "description": "Resource 'SCEnvironmentRecord' update operation succeeded", + "schema": { + "$ref": "#/definitions/SCEnvironmentRecord" + } + }, + "201": { + "description": "Resource 'SCEnvironmentRecord' create operation succeeded", + "schema": { + "$ref": "#/definitions/SCEnvironmentRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Environment_CreateOrUpdate_MaximumSet": { + "$ref": "./examples/Environment_CreateOrUpdate_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "Environment_Delete", + "tags": [ + "SCEnvironmentRecords" + ], + "description": "Delete confluent environment by id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Environment_Delete_MaximumSet": { + "$ref": "./examples/Environment_Delete_MaximumSet_Gen.json" + }, + "Environment_Delete_MinimumSet": { + "$ref": "./examples/Environment_Delete_MinimumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters": { + "get": { + "operationId": "Organization_ListClusters", + "tags": [ + "SCClusterRecords" + ], + "description": "Lists of all the clusters in a environment", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "pageSize", + "in": "query", + "description": "Pagination size", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "pageToken", + "in": "query", + "description": "An opaque pagination token to fetch the next set of records", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ListClustersSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_ListClusters_MaximumSet": { + "$ref": "./examples/Organization_ListClusters_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}": { + "get": { + "operationId": "Organization_GetClusterById", + "tags": [ + "SCClusterRecords" + ], + "description": "Get cluster by Id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/SCClusterRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_GetClusterById_MaximumSet": { + "$ref": "./examples/Organization_GetClusterById_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "Cluster_CreateOrUpdate", + "tags": [ + "SCClusterRecords" + ], + "description": "Create confluent clusters", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Confluent Cluster resource model", + "required": false, + "schema": { + "$ref": "#/definitions/SCClusterRecord" + } + } + ], + "responses": { + "200": { + "description": "Resource 'SCClusterRecord' update operation succeeded", + "schema": { + "$ref": "#/definitions/SCClusterRecord" + } + }, + "201": { + "description": "Resource 'SCClusterRecord' create operation succeeded", + "schema": { + "$ref": "#/definitions/SCClusterRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Cluster_CreateOrUpdate_MaximumSet": { + "$ref": "./examples/Cluster_CreateOrUpdate_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "Cluster_Delete", + "tags": [ + "SCClusterRecords" + ], + "description": "Delete confluent cluster by id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Cluster_Delete_MaximumSet": { + "$ref": "./examples/Cluster_Delete_MaximumSet_Gen.json" + }, + "Cluster_Delete_MinimumSet": { + "$ref": "./examples/Cluster_Delete_MinimumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/connectors": { + "get": { + "operationId": "Connector_List", + "tags": [ + "ConnectorResources" + ], + "description": "Lists all the connectors in a cluster", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "pageSize", + "in": "query", + "description": "Pagination size", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "pageToken", + "in": "query", + "description": "An opaque pagination token to fetch the next set of records", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ListConnectorsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Connector_List_MaximumSet": { + "$ref": "./examples/Connector_List_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/connectors/{connectorName}": { + "get": { + "operationId": "Connector_Get", + "tags": [ + "ConnectorResources" + ], + "description": "Get confluent connector by Name", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "connectorName", + "in": "path", + "description": "Confluent connector name", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ConnectorResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Connector_Get_MaximumSet": { + "$ref": "./examples/Connector_Get_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "Connector_CreateOrUpdate", + "tags": [ + "ConnectorResources" + ], + "description": "Create confluent connector by Name", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "connectorName", + "in": "path", + "description": "Confluent connector name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Confluent Connector resource model", + "required": false, + "schema": { + "$ref": "#/definitions/ConnectorResource" + } + } + ], + "responses": { + "200": { + "description": "Resource 'ConnectorResource' update operation succeeded", + "schema": { + "$ref": "#/definitions/ConnectorResource" + } + }, + "201": { + "description": "Resource 'ConnectorResource' create operation succeeded", + "schema": { + "$ref": "#/definitions/ConnectorResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Connector_CreateOrUpdate_MaximumSet": { + "$ref": "./examples/Connector_CreateOrUpdate_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "Connector_Delete", + "tags": [ + "ConnectorResources" + ], + "description": "Delete confluent connector by name", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "connectorName", + "in": "path", + "description": "Confluent connector name", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Connector_Delete_MaximumSet": { + "$ref": "./examples/Connector_Delete_MaximumSet_Gen.json" + }, + "Connector_Delete_MinimumSet": { + "$ref": "./examples/Connector_Delete_MinimumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/createAPIKey": { + "post": { + "operationId": "Organization_CreateAPIKey", + "tags": [ + "SCClusterRecords" + ], + "description": "Creates API key for a schema registry Cluster ID or Kafka Cluster ID under a environment", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Request payload for get creating API Key for schema registry Cluster ID or Kafka Cluster ID under a environment", + "required": true, + "schema": { + "$ref": "#/definitions/CreateAPIKeyModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/APIKeyRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_CreateAPIKey_MaximumSet": { + "$ref": "./examples/Organization_CreateAPIKey_MaximumSet_Gen.json" + }, + "Organization_CreateAPIKey_MinimumSet": { + "$ref": "./examples/Organization_CreateAPIKey_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/topics": { + "get": { + "operationId": "Topics_List", + "tags": [ + "TopicRecords" + ], + "description": "Lists of all the topics in a clusters", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "pageSize", + "in": "query", + "description": "Pagination size", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "pageToken", + "in": "query", + "description": "An opaque pagination token to fetch the next set of records", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ListTopicsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Topics_List_MaximumSet": { + "$ref": "./examples/Topics_List_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/topics/{topicName}": { + "get": { + "operationId": "Topics_Get", + "tags": [ + "TopicRecords" + ], + "description": "Get confluent topic by Name", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "topicName", + "in": "path", + "description": "Confluent kafka or schema registry topic name", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/TopicRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Topics_Get_MaximumSet": { + "$ref": "./examples/Topics_Get_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "Topics_Create", + "tags": [ + "TopicRecords" + ], + "description": "Create confluent topics by Name", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "topicName", + "in": "path", + "description": "Confluent kafka or schema registry topic name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Confluent Topics resource model", + "required": false, + "schema": { + "$ref": "#/definitions/TopicRecord" + } + } + ], + "responses": { + "200": { + "description": "Resource 'TopicRecord' update operation succeeded", + "schema": { + "$ref": "#/definitions/TopicRecord" + } + }, + "201": { + "description": "Resource 'TopicRecord' create operation succeeded", + "schema": { + "$ref": "#/definitions/TopicRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Topics_Create_MaximumSet": { + "$ref": "./examples/Topics_Create_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "Topics_Delete", + "tags": [ + "TopicRecords" + ], + "description": "Delete confluent topic by name", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent kafka or schema registry cluster id", + "required": true, + "type": "string" + }, + { + "name": "topicName", + "in": "path", + "description": "Confluent kafka or schema registry topic name", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Topics_Delete_MaximumSet": { + "$ref": "./examples/Topics_Delete_MaximumSet_Gen.json" + }, + "Topics_Delete_MinimumSet": { + "$ref": "./examples/Topics_Delete_MinimumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways": { + "get": { + "operationId": "NetworkGatewayResources_List", + "tags": [ + "NetworkGatewayResources" + ], + "description": "Lists all network gateways in an environment", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/NetworkGatewayResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "NetworkGatewayResources_List_MaximumSet": { + "$ref": "./examples/NetworkGatewayResources_List_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}": { + "get": { + "operationId": "NetworkGatewayResources_Get", + "tags": [ + "NetworkGatewayResources" + ], + "description": "Get confluent network gateway by Id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/NetworkGatewayResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "NetworkGatewayResources_Get_MaximumSet": { + "$ref": "./examples/NetworkGatewayResources_Get_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "NetworkGatewayResources_CreateOrReplace", + "tags": [ + "NetworkGatewayResources" + ], + "description": "Create or replace a confluent network gateway", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + }, + { + "name": "resource", + "in": "body", + "description": "Confluent Network Gateway resource model", + "required": true, + "schema": { + "$ref": "#/definitions/NetworkGatewayResource" + } + } + ], + "responses": { + "200": { + "description": "Resource 'NetworkGatewayResource' update operation succeeded", + "schema": { + "$ref": "#/definitions/NetworkGatewayResource" + } + }, + "201": { + "description": "Resource 'NetworkGatewayResource' create operation succeeded", + "schema": { + "$ref": "#/definitions/NetworkGatewayResource" + }, + "headers": { + "Azure-AsyncOperation": { + "type": "string", + "description": "A link to the status monitor" + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "NetworkGatewayResources_CreateOrReplace_MaximumSet": { + "$ref": "./examples/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true + }, + "delete": { + "operationId": "NetworkGatewayResources_Delete", + "tags": [ + "NetworkGatewayResources" + ], + "description": "Delete confluent network gateway by id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "NetworkGatewayResources_Delete_MaximumSet": { + "$ref": "./examples/NetworkGatewayResources_Delete_MaximumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints": { + "get": { + "operationId": "AccessPointResources_List", + "tags": [ + "AccessPointResources" + ], + "description": "Lists all access points in a network gateway", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessPointResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "AccessPointResources_List_MaximumSet": { + "$ref": "./examples/AccessPointResources_List_MaximumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}": { + "get": { + "operationId": "AccessPointResources_Get", + "tags": [ + "AccessPointResources" + ], + "description": "Get confluent access point by Id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + }, + { + "name": "accessPointId", + "in": "path", + "description": "Confluent access point id", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/AccessPointResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "AccessPointResources_Get_MaximumSet": { + "$ref": "./examples/AccessPointResources_Get_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "AccessPointResources_CreateOrReplace", + "tags": [ + "AccessPointResources" + ], + "description": "Create or replace a confluent access point", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + }, + { + "name": "accessPointId", + "in": "path", + "description": "Confluent access point id", + "required": true, + "type": "string" + }, + { + "name": "resource", + "in": "body", + "description": "Confluent Access Point resource model", + "required": true, + "schema": { + "$ref": "#/definitions/AccessPointResource" + } + } + ], + "responses": { + "200": { + "description": "Resource 'AccessPointResource' update operation succeeded", + "schema": { + "$ref": "#/definitions/AccessPointResource" + } + }, + "201": { + "description": "Resource 'AccessPointResource' create operation succeeded", + "schema": { + "$ref": "#/definitions/AccessPointResource" + }, + "headers": { + "Azure-AsyncOperation": { + "type": "string", + "description": "A link to the status monitor" + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "AccessPointResources_CreateOrReplace_MaximumSet": { + "$ref": "./examples/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true + }, + "delete": { + "operationId": "AccessPointResources_Delete", + "tags": [ + "AccessPointResources" + ], + "description": "Delete confluent access point by id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "networkGatewayId", + "in": "path", + "description": "Confluent network gateway id", + "required": true, + "type": "string" + }, + { + "name": "accessPointId", + "in": "path", + "description": "Confluent access point id", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Location": { + "type": "string", + "description": "The Location header contains the URL where the status of the long running operation can be checked." + }, + "Retry-After": { + "type": "integer", + "format": "int32", + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." + } + } + }, + "204": { + "description": "Resource does not exist." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "AccessPointResources_Delete_MaximumSet": { + "$ref": "./examples/AccessPointResources_Delete_MaximumSet_Gen.json" + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/schemaRegistryClusters": { + "get": { + "operationId": "Organization_ListSchemaRegistryClusters", + "tags": [ + "SCEnvironmentRecords" + ], + "description": "Get schema registry clusters", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "pageSize", + "in": "query", + "description": "Pagination size", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "pageToken", + "in": "query", + "description": "An opaque pagination token to fetch the next set of records", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ListSchemaRegistryClustersResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_ListSchemaRegistryClusters_MaximumSet": { + "$ref": "./examples/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json" + }, + "Organization_ListSchemaRegistryClusters_MinimumSet": { + "$ref": "./examples/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/schemaRegistryClusters/{clusterId}": { + "get": { + "operationId": "Organization_GetSchemaRegistryClusterById", + "description": "Get schema registry cluster by Id", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "environmentId", + "in": "path", + "description": "Confluent environment id", + "required": true, + "type": "string" + }, + { + "name": "clusterId", + "in": "path", + "description": "Confluent connector name", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/SchemaRegistryClusterRecord" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_GetSchemaRegistryClusterById_MaximumSet": { + "$ref": "./examples/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json" + }, + "Organization_GetSchemaRegistryClusterById_MinimumSet": { + "$ref": "./examples/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/listRegions": { + "post": { + "operationId": "Organization_ListRegions", + "tags": [ + "OrganizationResources" + ], + "description": "cloud provider regions available for creating Schema Registry clusters.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "List Access Request Model", + "required": true, + "schema": { + "$ref": "#/definitions/ListAccessRequestModel" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ListRegionsSuccessResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization_ListRegions_MaximumSet": { + "$ref": "./examples/Organization_ListRegions_MaximumSet_Gen.json" + }, + "Organization_ListRegions_MinimumSet": { + "$ref": "./examples/Organization_ListRegions_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate": { + "post": { + "operationId": "Validations_ValidateOrganization", + "summary": "Organization Validate proxy resource", + "description": "Organization Validate proxy resource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Organization resource model", + "required": true, + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization Validate proxy resource": { + "$ref": "./examples/Validations_ValidateOrganization_MaximumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidateV2": { + "post": { + "operationId": "Validations_ValidateOrganizationV2", + "summary": "Organization Validate proxy resource", + "description": "Organization Validate proxy resource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "organizationName", + "in": "path", + "description": "Organization resource name", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Organization resource model", + "required": true, + "schema": { + "$ref": "#/definitions/OrganizationResource" + } + } + ], + "responses": { + "200": { + "description": "Azure operation completed successfully.", + "schema": { + "$ref": "#/definitions/ValidationResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/ResourceProviderDefaultErrorResponse" + } + } + }, + "x-ms-examples": { + "Organization Validate proxy resource": { + "$ref": "./examples/Validations_ValidateOrganizationV2_MaximumSet_Gen.json" + } + } + } + } + }, + "definitions": { + "APIKeyOwnerEntity": { + "type": "object", + "description": "API Key Owner details which can be a user or service account", + "properties": { + "id": { + "type": "string", + "description": "API Key owner id" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resourceName": { + "type": "string", + "description": "CRN reference to the referred resource" + }, + "kind": { + "type": "string", + "description": "Type of the owner service or user account" + } + } + }, + "APIKeyProperties": { + "type": "object", + "description": "API Key Properties", + "properties": { + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + }, + "spec": { + "$ref": "#/definitions/APIKeySpecEntity", + "description": "Specification of the API Key" + } + } + }, + "APIKeyRecord": { + "type": "object", + "description": "Details API key", + "properties": { + "kind": { + "type": "string", + "description": "Type of api key" + }, + "id": { + "type": "string", + "description": "Id of the api key" + }, + "properties": { + "$ref": "#/definitions/APIKeyProperties", + "description": "API Key Properties", + "x-ms-client-flatten": true + } + } + }, + "APIKeyResourceEntity": { + "type": "object", + "description": "API Key Resource details which can be kafka cluster or schema registry cluster", + "properties": { + "id": { + "type": "string", + "description": "Id of the resource" + }, + "environment": { + "type": "string", + "description": "The environment of the api key" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the api key resource object" + }, + "resourceName": { + "type": "string", + "description": "CRN reference to the referred resource" + }, + "kind": { + "type": "string", + "description": "Type of the owner which can be service or user account" + } + } + }, + "APIKeySpecEntity": { + "type": "object", + "description": "Spec of the API Key record", + "properties": { + "description": { + "type": "string", + "description": "The description of the API Key" + }, + "name": { + "type": "string", + "description": "The name of the API Key" + }, + "secret": { + "type": "string", + "format": "password", + "description": "API Key Secret", + "x-ms-mutability": [ + "create" + ], + "x-ms-secret": true + }, + "resource": { + "$ref": "#/definitions/APIKeyResourceEntity", + "description": "Specification of the cluster" + }, + "owner": { + "$ref": "#/definitions/APIKeyOwnerEntity", + "description": "Specification of the cluster" + } + } + }, + "AccessCreateRoleBindingRequestModel": { + "type": "object", + "description": "Create role binding request model", + "properties": { + "principal": { + "type": "string", + "description": "The principal User or Group to bind the role to" + }, + "role_name": { + "type": "string", + "description": "The name of the role to bind to the principal" + }, + "crn_pattern": { + "type": "string", + "description": "A CRN that specifies the scope and resource patterns necessary for the role to bind" + } + } + }, + "AccessInviteUserAccountModel": { + "type": "object", + "description": "Invite User Account model", + "properties": { + "organizationId": { + "type": "string", + "description": "Id of the organization" + }, + "email": { + "type": "string", + "description": "Email of the logged in user" + }, + "upn": { + "type": "string", + "description": "Upn of the logged in user" + }, + "invitedUserDetails": { + "$ref": "#/definitions/AccessInvitedUserDetails", + "description": "Details of the user who is being invited" + } + } + }, + "AccessInvitedUserDetails": { + "type": "object", + "description": "Details of the user being invited", + "properties": { + "invitedEmail": { + "type": "string", + "description": "UPN/Email of the user who is being invited" + }, + "auth_type": { + "type": "string", + "description": "Auth type of the user" + } + } + }, + "AccessListClusterSuccessResponse": { + "type": "object", + "description": "Details of the clusters returned on successful response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the list" + }, + "data": { + "type": "array", + "description": "List of clusters", + "items": { + "$ref": "#/definitions/ClusterRecord" + } + } + } + }, + "AccessListEnvironmentsSuccessResponse": { + "type": "object", + "description": "Details of the environments returned on successful response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the environment list" + }, + "data": { + "type": "array", + "description": "Environment list data", + "items": { + "$ref": "#/definitions/EnvironmentRecord" + } + } + } + }, + "AccessListInvitationsSuccessResponse": { + "type": "object", + "description": "List invitations success response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the list" + }, + "data": { + "type": "array", + "description": "Data of the invitations list", + "items": { + "$ref": "#/definitions/InvitationRecord" + } + } + } + }, + "AccessListRoleBindingsSuccessResponse": { + "type": "object", + "description": "Details of the role bindings returned on successful response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the list" + }, + "data": { + "type": "array", + "description": "List of role binding", + "items": { + "$ref": "#/definitions/RoleBindingRecord" + } + } + } + }, + "AccessListServiceAccountsSuccessResponse": { + "type": "object", + "description": "List service accounts success response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the list" + }, + "data": { + "type": "array", + "description": "Data of the service accounts list", + "items": { + "$ref": "#/definitions/ServiceAccountRecord" + } + } + } + }, + "AccessListUsersSuccessResponse": { + "type": "object", + "description": "List users success response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the list" + }, + "data": { + "type": "array", + "description": "Data of the users list", + "items": { + "$ref": "#/definitions/UserRecord" + } + } + } + }, + "AccessPointProperties": { + "type": "object", + "description": "Access Point Properties", + "properties": { + "accessPointName": { + "type": "string", + "description": "Display name of the access point" + }, + "region": { + "type": "string", + "description": "The cloud service provider region for the access point" + }, + "vnetId": { + "type": "string", + "format": "arm-id", + "description": "The resource ID of the virtual network", + "x-ms-arm-id-details": { + "allowedResources": [ + { + "type": "Microsoft.Network/virtualNetworks" + } + ] + } + }, + "subnetId": { + "type": "string", + "format": "arm-id", + "description": "The resource ID of the delegated subnet", + "x-ms-arm-id-details": { + "allowedResources": [ + { + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ] + } + }, + "egressRoutes": { + "type": "string", + "description": "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)." + }, + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + }, + "provisioningState": { + "$ref": "#/definitions/ProvisionState", + "description": "Provisioning state of the access point", + "readOnly": true + }, + "dictionary": { + "type": "array", + "description": "Additional properties for extensibility", + "items": { + "$ref": "#/definitions/KeyValuePair" + }, + "x-ms-identifiers": [] + } + }, + "required": [ + "accessPointName", + "region", + "vnetId", + "subnetId" + ] + }, + "AccessPointResource": { + "type": "object", + "description": "Details of access point record", + "properties": { + "properties": { + "$ref": "#/definitions/AccessPointProperties", + "description": "Access Point Properties" + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource" + } + ] + }, + "AccessPointResourceListResult": { + "type": "object", + "description": "The response of a AccessPointResource list operation.", + "properties": { + "value": { + "type": "array", + "description": "The AccessPointResource items on this page", + "items": { + "$ref": "#/definitions/AccessPointResource" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "AccessRoleBindingNameListSuccessResponse": { + "type": "object", + "description": "Details of the role binding names returned on successful response", + "properties": { + "kind": { + "type": "string", + "description": "Type of response" + }, + "metadata": { + "$ref": "#/definitions/ConfluentListMetadata", + "description": "Metadata of the list" + }, + "data": { + "type": "array", + "description": "List of role binding names", + "items": { + "type": "string" + } + } + } + }, + "AuthType": { + "type": "string", + "description": "Kafka Connector Auth Type", + "enum": [ + "SERVICE_ACCOUNT", + "KAFKA_API_KEY" + ], + "x-ms-enum": { + "name": "AuthType", + "modelAsString": true, + "values": [ + { + "name": "SERVICE_ACCOUNT", + "value": "SERVICE_ACCOUNT" + }, + { + "name": "KAFKA_API_KEY", + "value": "KAFKA_API_KEY" + } + ] + } + }, + "AzureBlobStorageSinkConnectorServiceInfo": { + "type": "object", + "description": "The authentication info when auth_type is azureBlobStorageSinkConnector", + "properties": { + "storageAccountName": { + "type": "string", + "description": "Azure Blob Storage Account Name" + }, + "storageAccountKey": { + "type": "string", + "description": "Azure Blob Storage Account Key" + }, + "storageContainerName": { + "type": "string", + "description": "Azure Blob Storage Account Container Name" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ConnectorServiceTypeInfoBase" + } + ], + "x-ms-discriminator-value": "AzureBlobStorageSinkConnector" + }, + "AzureBlobStorageSourceConnectorServiceInfo": { + "type": "object", + "description": "The connector service type is AzureBlobStorageSourceConnector", + "properties": { + "storageAccountName": { + "type": "string", + "description": "Azure Blob Storage Account Name" + }, + "storageAccountKey": { + "type": "string", + "format": "password", + "description": "Azure Blob Storage Account Key", + "x-ms-secret": true + }, + "storageContainerName": { + "type": "string", + "description": "Azure Blob Storage Account Container Name" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ConnectorServiceTypeInfoBase" + } + ], + "x-ms-discriminator-value": "AzureBlobStorageSourceConnector" + }, + "AzureCosmosDBSinkConnectorServiceInfo": { + "type": "object", + "description": "The authentication info when auth_type is AzureCosmosDBSinkConnector", + "properties": { + "cosmosDatabaseName": { + "type": "string", + "description": "Azure Cosmos Database Name" + }, + "cosmosMasterKey": { + "type": "string", + "description": "Azure Cosmos Database Master Key" + }, + "cosmosConnectionEndpoint": { + "type": "string", + "description": "Azure Cosmos Database Connection Endpoint" + }, + "cosmosContainersTopicMapping": { + "type": "string", + "description": "Azure Cosmos Database Containers Topic Mapping" + }, + "cosmosIdStrategy": { + "type": "string", + "description": "Azure Cosmos Database Id Strategy" + }, + "cosmosWriteDetails": { + "type": "string", + "description": "Azure Cosmos write config details" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ConnectorServiceTypeInfoBase" + } + ], + "x-ms-discriminator-value": "AzureCosmosDBSinkConnector" + }, + "AzureCosmosDBSourceConnectorServiceInfo": { + "type": "object", + "description": "The authentication info when auth_type is AzureCosmosDBSourceConnector", + "properties": { + "cosmosDatabaseName": { + "type": "string", + "description": "Azure Cosmos Database Name" + }, + "cosmosMasterKey": { + "type": "string", + "description": "Azure Cosmos Database Master Key" + }, + "cosmosConnectionEndpoint": { + "type": "string", + "description": "Azure Cosmos Database Connection Endpoint" + }, + "cosmosContainersTopicMapping": { + "type": "string", + "description": "Azure Cosmos Database Containers Topic Mapping" + }, + "cosmosMessageKeyEnabled": { + "type": "boolean", + "description": "Azure Cosmos Database Message Key Enabled" + }, + "cosmosMessageKeyField": { + "type": "string", + "description": "Azure Cosmos Database Message Key Field" + }, + "cosmosIncludeAllContainers": { + "type": "string", + "description": "Azure Cosmos Database Include all the containers in the database." + } + }, + "allOf": [ + { + "$ref": "#/definitions/ConnectorServiceTypeInfoBase" + } + ], + "x-ms-discriminator-value": "AzureCosmosDBSourceConnector" + }, + "AzureSynapseAnalyticsSinkConnectorServiceInfo": { + "type": "object", + "description": "The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector", + "properties": { + "synapseSqlServerName": { + "type": "string", + "description": "Azure Synapse Analytics SQL Server Name" + }, + "synapseSqlUser": { + "type": "string", + "description": "Azure Synapse SQL login details" + }, + "synapseSqlPassword": { + "type": "string", + "description": "Azure Synapse SQL login details" + }, + "synapseSqlDatabaseName": { + "type": "string", + "description": "Azure Synapse Dedicated SQL Pool Database Name" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ConnectorServiceTypeInfoBase" + } + ], + "x-ms-discriminator-value": "AzureSynapseAnalyticsSinkConnector" + }, + "ClusterByokEntity": { + "type": "object", + "description": "The network associated with this object", + "properties": { + "id": { + "type": "string", + "description": "ID of the referred resource" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resource_name": { + "type": "string", + "description": "CRN reference to the referred resource" + } + } + }, + "ClusterConfigEntity": { + "type": "object", + "description": "The configuration of the Kafka cluster", + "properties": { + "kind": { + "type": "string", + "description": "The lifecycle phase of the cluster" + } + } + }, + "ClusterEnvironmentEntity": { + "type": "object", + "description": "The environment to which cluster belongs", + "properties": { + "id": { + "type": "string", + "description": "ID of the referred resource" + }, + "environment": { + "type": "string", + "description": "Environment of the referred resource" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resource_name": { + "type": "string", + "description": "CRN reference to the referred resource" + } + } + }, + "ClusterNetworkEntity": { + "type": "object", + "description": "The network associated with this object", + "properties": { + "id": { + "type": "string", + "description": "ID of the referred resource" + }, + "environment": { + "type": "string", + "description": "Environment of the referred resource" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resource_name": { + "type": "string", + "description": "CRN reference to the referred resource" + } + } + }, + "ClusterProperties": { + "type": "object", + "description": "Service Connector Cluster Properties", + "properties": { + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + }, + "spec": { + "$ref": "#/definitions/SCClusterSpecEntity", + "description": "Specification of the cluster" + }, + "status": { + "$ref": "#/definitions/ClusterStatusEntity", + "description": "Specification of the cluster status" + } + } + }, + "ClusterRecord": { + "type": "object", + "description": "Details of cluster record", + "properties": { + "kind": { + "type": "string", + "description": "Type of cluster" + }, + "id": { + "type": "string", + "description": "Id of the cluster" + }, + "metadata": { + "$ref": "#/definitions/MetadataEntity", + "description": "Metadata of the record" + }, + "display_name": { + "type": "string", + "description": "Display name of the cluster" + }, + "spec": { + "$ref": "#/definitions/ClusterSpecEntity", + "description": "Specification of the cluster" + }, + "status": { + "$ref": "#/definitions/ClusterStatusEntity", + "description": "Specification of the cluster" + } + } + }, + "ClusterSpecEntity": { + "type": "object", + "description": "Spec of the cluster record", + "properties": { + "display_name": { + "type": "string", + "description": "The name of the cluster" + }, + "availability": { + "type": "string", + "description": "The availability zone configuration of the cluster" + }, + "cloud": { + "type": "string", + "description": "The cloud service provider" + }, + "zone": { + "type": "string", + "description": "type of zone availability" + }, + "region": { + "type": "string", + "description": "The cloud service provider region" + }, + "kafka_bootstrap_endpoint": { + "type": "string", + "description": "The bootstrap endpoint used by Kafka clients to connect to the cluster" + }, + "http_endpoint": { + "type": "string", + "description": "The cluster HTTP request URL." + }, + "api_endpoint": { + "type": "string", + "description": "The Kafka API cluster endpoint" + }, + "config": { + "$ref": "#/definitions/ClusterConfigEntity", + "description": "Specification of the cluster" + }, + "environment": { + "$ref": "#/definitions/ClusterEnvironmentEntity", + "description": "Specification of the cluster" + }, + "network": { + "$ref": "#/definitions/ClusterNetworkEntity", + "description": "Specification of the cluster" + }, + "byok": { + "$ref": "#/definitions/ClusterByokEntity", + "description": "Specification of the cluster" + } + } + }, + "ClusterStatusEntity": { + "type": "object", + "description": "Status of the cluster record", + "properties": { + "phase": { + "type": "string", + "description": "The lifecycle phase of the cluster" + }, + "cku": { + "type": "integer", + "format": "int32", + "description": "The number of Confluent Kafka Units" + } + } + }, + "ConfluentAgreementProperties": { + "type": "object", + "description": "Terms properties for Marketplace and Confluent.", + "properties": { + "publisher": { + "type": "string", + "description": "Publisher identifier string." + }, + "product": { + "type": "string", + "description": "Product identifier string." + }, + "plan": { + "type": "string", + "description": "Plan identifier string." + }, + "licenseTextLink": { + "type": "string", + "description": "Link to HTML with Microsoft and Publisher terms." + }, + "privacyPolicyLink": { + "type": "string", + "description": "Link to the privacy policy of the publisher." + }, + "retrieveDatetime": { + "type": "string", + "format": "date-time", + "description": "Date and time in UTC of when the terms were accepted. This is empty if Accepted is false." + }, + "signature": { + "type": "string", + "description": "Terms signature." + }, + "accepted": { + "type": "boolean", + "description": "If any version of the terms have been accepted, otherwise false." + } + } + }, + "ConfluentAgreementResource": { + "type": "object", + "description": "Agreement Terms definition", + "properties": { + "id": { + "type": "string", + "description": "The ARM id of the resource.", + "readOnly": true + }, + "name": { + "type": "string", + "description": "The name of the agreement.", + "readOnly": true + }, + "type": { + "type": "string", + "description": "The type of the agreement.", + "readOnly": true + }, + "systemData": { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/systemData", + "description": "Metadata pertaining to creation and last modification of the resource", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/ConfluentAgreementProperties", + "description": "Represents the properties of the resource.", + "x-ms-client-flatten": true + } + } + }, + "ConfluentAgreementResourceListResponse": { + "type": "object", + "description": "Response of a list operation.", + "properties": { + "value": { + "type": "array", + "description": "The ConfluentAgreementResource items on this page", + "items": { + "$ref": "#/definitions/ConfluentAgreementResource" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "ConfluentListMetadata": { + "type": "object", + "description": "Metadata of the list", + "properties": { + "first": { + "type": "string", + "description": "First page of the list" + }, + "last": { + "type": "string", + "description": "Last page of the list" + }, + "prev": { + "type": "string", + "description": "Previous page of the list" + }, + "next": { + "type": "string", + "description": "Next page of the list" + }, + "total_size": { + "type": "integer", + "format": "int32", + "description": "Total size of the list" + } + } + }, + "ConnectorClass": { + "type": "string", + "description": "Connector Class", + "enum": [ + "AZUREBLOBSOURCE", + "AZUREBLOBSINK", + "AZURECOSMOSV2SINK", + "AZURECOSMOSV2SOURCE" + ], + "x-ms-enum": { + "name": "ConnectorClass", + "modelAsString": true, + "values": [ + { + "name": "AZUREBLOBSOURCE", + "value": "AZUREBLOBSOURCE" + }, + { + "name": "AZUREBLOBSINK", + "value": "AZUREBLOBSINK" + }, + { + "name": "AZURECOSMOSV2SINK", + "value": "AZURECOSMOSV2SINK" + }, + { + "name": "AZURECOSMOSV2SOURCE", + "value": "AZURECOSMOSV2SOURCE" + } + ] + } + }, + "ConnectorInfoBase": { + "type": "object", + "description": "Connector Info Base properties", + "properties": { + "connectorType": { + "$ref": "#/definitions/ConnectorType", + "description": "Connector Type" + }, + "connectorClass": { + "$ref": "#/definitions/ConnectorClass", + "description": "Connector Class" + }, + "connectorName": { + "type": "string", + "description": "Connector Name" + }, + "connectorId": { + "type": "string", + "description": "Connector Id" + }, + "connectorState": { + "$ref": "#/definitions/ConnectorStatus", + "description": "Connector Status" + } + } + }, + "ConnectorResource": { + "type": "object", + "description": "Details of connector record", + "properties": { + "properties": { + "$ref": "#/definitions/ConnectorResourceProperties", + "description": "The properties of the Connector", + "x-ms-client-flatten": true + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource" + } + ] + }, + "ConnectorResourceProperties": { + "type": "object", + "description": "The resource properties of the Connector", + "properties": { + "connectorBasicInfo": { + "$ref": "#/definitions/ConnectorInfoBase", + "description": "Connector Info Base" + }, + "connectorServiceTypeInfo": { + "$ref": "#/definitions/ConnectorServiceTypeInfoBase", + "description": "Connector Service type info base properties." + }, + "partnerConnectorInfo": { + "$ref": "#/definitions/PartnerInfoBase", + "description": "The connection information consumed by applications." + } + } + }, + "ConnectorServiceType": { + "type": "string", + "description": "The connector service type.", + "enum": [ + "AzureBlobStorageSinkConnector", + "AzureBlobStorageSourceConnector", + "AzureCosmosDBSinkConnector", + "AzureCosmosDBSourceConnector", + "AzureSynapseAnalyticsSinkConnector" + ], + "x-ms-enum": { + "name": "ConnectorServiceType", + "modelAsString": true, + "values": [ + { + "name": "AzureBlobStorageSinkConnector", + "value": "AzureBlobStorageSinkConnector" + }, + { + "name": "AzureBlobStorageSourceConnector", + "value": "AzureBlobStorageSourceConnector" + }, + { + "name": "AzureCosmosDBSinkConnector", + "value": "AzureCosmosDBSinkConnector" + }, + { + "name": "AzureCosmosDBSourceConnector", + "value": "AzureCosmosDBSourceConnector" + }, + { + "name": "AzureSynapseAnalyticsSinkConnector", + "value": "AzureSynapseAnalyticsSinkConnector" + } + ] + } + }, + "ConnectorServiceTypeInfoBase": { + "type": "object", + "description": "The connector service type info", + "properties": { + "connectorServiceType": { + "$ref": "#/definitions/ConnectorServiceType", + "description": "The connector service type." + } + }, + "discriminator": "connectorServiceType", + "required": [ + "connectorServiceType" + ] + }, + "ConnectorStatus": { + "type": "string", + "description": "Connector Status", + "enum": [ + "PROVISIONING", + "RUNNING", + "PAUSED", + "FAILED" + ], + "x-ms-enum": { + "name": "ConnectorStatus", + "modelAsString": true, + "values": [ + { + "name": "PROVISIONING", + "value": "PROVISIONING" + }, + { + "name": "RUNNING", + "value": "RUNNING" + }, + { + "name": "PAUSED", + "value": "PAUSED" + }, + { + "name": "FAILED", + "value": "FAILED" + } + ] + } + }, + "ConnectorType": { + "type": "string", + "description": "Connector Type", + "enum": [ + "SINK", + "SOURCE" + ], + "x-ms-enum": { + "name": "ConnectorType", + "modelAsString": true, + "values": [ + { + "name": "SINK", + "value": "SINK" + }, + { + "name": "SOURCE", + "value": "SOURCE" + } + ] + } + }, + "CreateAPIKeyModel": { + "type": "object", + "description": "Create API Key model", + "properties": { + "name": { + "type": "string", + "description": "Name of the API Key" + }, + "description": { + "type": "string", + "description": "Description of the API Key" + } + } + }, + "DataFormatType": { + "type": "string", + "description": "Data Format Type", + "enum": [ + "AVRO", + "JSON", + "STRING", + "BYTES", + "PROTOBUF" + ], + "x-ms-enum": { + "name": "DataFormatType", + "modelAsString": true, + "values": [ + { + "name": "AVRO", + "value": "AVRO" + }, + { + "name": "JSON", + "value": "JSON" + }, + { + "name": "STRING", + "value": "STRING" + }, + { + "name": "BYTES", + "value": "BYTES" + }, + { + "name": "PROTOBUF", + "value": "PROTOBUF" + } + ] + } + }, + "EnvironmentProperties": { + "type": "object", + "description": "Environment resource property", + "properties": { + "streamGovernanceConfig": { + "$ref": "#/definitions/StreamGovernanceConfig", + "description": "Stream governance configuration" + }, + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + } + } + }, + "EnvironmentRecord": { + "type": "object", + "description": "Details about environment name, metadata and environment id of an environment", + "properties": { + "kind": { + "type": "string", + "description": "Type of environment" + }, + "id": { + "type": "string", + "description": "Id of the environment" + }, + "metadata": { + "$ref": "#/definitions/MetadataEntity", + "description": "Metadata of the record" + }, + "display_name": { + "type": "string", + "description": "Display name of the user" + } + } + }, + "ErrorResponseBody": { + "type": "object", + "description": "Response body of Error", + "properties": { + "code": { + "type": "string", + "description": "Error code", + "readOnly": true + }, + "message": { + "type": "string", + "description": "Error message", + "readOnly": true + }, + "target": { + "type": "string", + "description": "Error target", + "readOnly": true + }, + "details": { + "type": "array", + "description": "Error detail", + "items": { + "$ref": "#/definitions/ErrorResponseBody" + }, + "readOnly": true, + "x-ms-identifiers": [] + } + } + }, + "GetEnvironmentsResponse": { + "type": "object", + "description": "Result of GET request to list Confluent operations.", + "properties": { + "value": { + "type": "array", + "description": "The SCEnvironmentRecord items on this page", + "items": { + "$ref": "#/definitions/SCEnvironmentRecord" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "InvitationRecord": { + "type": "object", + "description": "Record of the invitation", + "properties": { + "kind": { + "type": "string", + "description": "Type of account" + }, + "id": { + "type": "string", + "description": "Id of the invitation" + }, + "metadata": { + "$ref": "#/definitions/MetadataEntity", + "description": "Metadata of the record" + }, + "email": { + "type": "string", + "description": "Email of the user" + }, + "auth_type": { + "type": "string", + "description": "Auth type of the user" + }, + "status": { + "type": "string", + "description": "Status of the invitation" + }, + "accepted_at": { + "type": "string", + "description": "Accepted date time of the invitation" + }, + "expires_at": { + "type": "string", + "description": "Expiration date time of the invitation" + } + } + }, + "KafkaAzureBlobStorageSinkConnectorInfo": { + "type": "object", + "description": "The partner connector type is KafkaAzureBlobStorageSink", + "properties": { + "authType": { + "$ref": "#/definitions/AuthType", + "description": "Kafka Auth Type" + }, + "inputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Input Data Format Type" + }, + "outputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Output Data Format Type" + }, + "apiKey": { + "type": "string", + "description": "Kafka API Key" + }, + "apiSecret": { + "type": "string", + "description": "Kafka API Key Secret" + }, + "serviceAccountId": { + "type": "string", + "description": "Kafka Service Account Id" + }, + "serviceAccountName": { + "type": "string", + "description": "Kafka Service Account Name" + }, + "topics": { + "type": "array", + "description": "Kafka topics list", + "items": { + "type": "string" + } + }, + "topicsDir": { + "type": "string", + "description": "Kafka topics directory" + }, + "flushSize": { + "type": "string", + "description": "Flush size" + }, + "maxTasks": { + "type": "string", + "description": "Maximum Tasks" + }, + "timeInterval": { + "type": "string", + "description": "Time Interval" + } + }, + "allOf": [ + { + "$ref": "#/definitions/PartnerInfoBase" + } + ], + "x-ms-discriminator-value": "KafkaAzureBlobStorageSink" + }, + "KafkaAzureBlobStorageSourceConnectorInfo": { + "type": "object", + "description": "The partner connector type is KafkaAzureBlobStorageSource", + "properties": { + "authType": { + "$ref": "#/definitions/AuthType", + "description": "Kafka Auth Type" + }, + "inputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Input Data Format Type" + }, + "outputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Output Data Format Type" + }, + "apiKey": { + "type": "string", + "description": "Kafka API Key" + }, + "apiSecret": { + "type": "string", + "format": "password", + "description": "Kafka API Secret", + "x-ms-secret": true + }, + "serviceAccountId": { + "type": "string", + "description": "Kafka Service Account Id" + }, + "serviceAccountName": { + "type": "string", + "description": "Kafka Service Account Name" + }, + "topicRegex": { + "type": "string", + "description": "Kafka topics Regex pattern" + }, + "topicsDir": { + "type": "string", + "description": "Kafka topics directory" + }, + "maxTasks": { + "type": "string", + "description": "Maximum Tasks" + } + }, + "allOf": [ + { + "$ref": "#/definitions/PartnerInfoBase" + } + ], + "x-ms-discriminator-value": "KafkaAzureBlobStorageSource" + }, + "KafkaAzureCosmosDBSinkConnectorInfo": { + "type": "object", + "description": "The partner connector type is KafkaAzureCosmosDBSink", + "properties": { + "authType": { + "$ref": "#/definitions/AuthType", + "description": "Kafka Auth Type" + }, + "inputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Input Data Format Type" + }, + "outputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Output Data Format Type" + }, + "apiKey": { + "type": "string", + "description": "Kafka API Key" + }, + "apiSecret": { + "type": "string", + "description": "Kafka API Key Secret" + }, + "serviceAccountId": { + "type": "string", + "description": "Kafka Service Account Id" + }, + "serviceAccountName": { + "type": "string", + "description": "Kafka Service Account Name" + }, + "topics": { + "type": "array", + "description": "Kafka topics list", + "items": { + "type": "string" + } + }, + "topicsDir": { + "type": "string", + "description": "Kafka topics directory" + }, + "flushSize": { + "type": "string", + "description": "Flush size" + }, + "maxTasks": { + "type": "string", + "description": "Maximum Tasks" + }, + "timeInterval": { + "type": "string", + "description": "Time Interval" + } + }, + "allOf": [ + { + "$ref": "#/definitions/PartnerInfoBase" + } + ], + "x-ms-discriminator-value": "KafkaAzureCosmosDBSink" + }, + "KafkaAzureCosmosDBSourceConnectorInfo": { + "type": "object", + "description": "The partner connector type is KafkaAzureCosmosDBSource", + "properties": { + "authType": { + "$ref": "#/definitions/AuthType", + "description": "Kafka Auth Type" + }, + "inputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Input Data Format Type" + }, + "outputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Output Data Format Type" + }, + "apiKey": { + "type": "string", + "description": "Kafka API Key" + }, + "apiSecret": { + "type": "string", + "format": "password", + "description": "Kafka API Secret", + "x-ms-secret": true + }, + "serviceAccountId": { + "type": "string", + "description": "Kafka Service Account Id" + }, + "serviceAccountName": { + "type": "string", + "description": "Kafka Service Account Name" + }, + "topicRegex": { + "type": "string", + "description": "Kafka topics Regex pattern" + }, + "topicsDir": { + "type": "string", + "description": "Kafka topics directory" + }, + "maxTasks": { + "type": "string", + "description": "Maximum Tasks" + } + }, + "allOf": [ + { + "$ref": "#/definitions/PartnerInfoBase" + } + ], + "x-ms-discriminator-value": "KafkaAzureCosmosDBSource" + }, + "KafkaAzureSynapseAnalyticsSinkConnectorInfo": { + "type": "object", + "description": "The partner connector type is KafkaAzureSynapseAnalyticsSink", + "properties": { + "authType": { + "$ref": "#/definitions/AuthType", + "description": "Kafka Auth Type" + }, + "inputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Input Data Format Type" + }, + "outputFormat": { + "$ref": "#/definitions/DataFormatType", + "description": "Kafka Output Data Format Type" + }, + "apiKey": { + "type": "string", + "description": "Kafka API Key" + }, + "apiSecret": { + "type": "string", + "description": "Kafka API Key Secret" + }, + "serviceAccountId": { + "type": "string", + "description": "Kafka Service Account Id" + }, + "serviceAccountName": { + "type": "string", + "description": "Kafka Service Account Name" + }, + "topics": { + "type": "array", + "description": "Kafka topics list", + "items": { + "type": "string" + } + }, + "topicsDir": { + "type": "string", + "description": "Kafka topics directory" + }, + "flushSize": { + "type": "string", + "description": "Flush size" + }, + "maxTasks": { + "type": "string", + "description": "Maximum Tasks" + }, + "timeInterval": { + "type": "string", + "description": "Time Interval" + } + }, + "allOf": [ + { + "$ref": "#/definitions/PartnerInfoBase" + } + ], + "x-ms-discriminator-value": "KafkaAzureSynapseAnalyticsSink" + }, + "KeyValuePair": { + "type": "object", + "description": "Network Gateway PropertiesA key-value pair for extensibility.", + "properties": { + "key": { + "type": "string", + "description": "The key." + }, + "value": { + "type": "string", + "description": "The value." + } + }, + "required": [ + "key", + "value" + ] + }, + "LinkOrganization": { + "type": "object", + "description": "Link an existing Confluent organization", + "properties": { + "token": { + "type": "string", + "format": "password", + "description": "User auth token", + "x-ms-mutability": [ + "create" + ], + "x-ms-secret": true + } + }, + "required": [ + "token" + ] + }, + "ListAccessRequestModel": { + "type": "object", + "description": "List Access Request Model", + "properties": { + "searchFilters": { + "type": "object", + "description": "Search filters for the request", + "additionalProperties": { + "type": "string" + } + } + } + }, + "ListClustersSuccessResponse": { + "type": "object", + "description": "Result of GET request to list clusters in the environment of a confluent organization", + "properties": { + "value": { + "type": "array", + "description": "The SCClusterRecord items on this page", + "items": { + "$ref": "#/definitions/SCClusterRecord" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "ListConnectorsSuccessResponse": { + "type": "object", + "description": "Result of GET request to list connectors in the cluster of a confluent organization", + "properties": { + "value": { + "type": "array", + "description": "The ConnectorResource items on this page", + "items": { + "$ref": "#/definitions/ConnectorResource" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "ListRegionsSuccessResponse": { + "type": "object", + "description": "Result of POST request to list regions supported by confluent", + "properties": { + "data": { + "type": "array", + "description": "List of regions supported by confluent", + "items": { + "$ref": "#/definitions/RegionRecord" + }, + "x-ms-identifiers": [] + } + } + }, + "ListSchemaRegistryClustersResponse": { + "type": "object", + "description": "Result of GET request to list schema registry clusters in the environment of a confluent organization", + "properties": { + "value": { + "type": "array", + "description": "The SchemaRegistryClusterRecord items on this page", + "items": { + "$ref": "#/definitions/SchemaRegistryClusterRecord" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "ListTopicsSuccessResponse": { + "type": "object", + "description": "Result of GET request to list topics in the cluster of a confluent organization", + "properties": { + "value": { + "type": "array", + "description": "The TopicRecord items on this page", + "items": { + "$ref": "#/definitions/TopicRecord" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "MetadataEntity": { + "type": "object", + "description": "Metadata of the data record", + "properties": { + "self": { + "type": "string", + "description": "Self lookup url" + }, + "resource_name": { + "type": "string", + "description": "Resource name of the record" + }, + "created_at": { + "type": "string", + "description": "Created Date Time" + }, + "updated_at": { + "type": "string", + "description": "Updated Date time" + }, + "deleted_at": { + "type": "string", + "description": "Deleted Date time" + } + } + }, + "NetworkGatewayProperties": { + "type": "object", + "description": "Network Gateway Properties", + "properties": { + "networkGatewayName": { + "type": "string", + "description": "Display name of the network gateway" + }, + "region": { + "type": "string", + "description": "The cloud service provider region for the network gateway" + }, + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + }, + "provisioningState": { + "$ref": "#/definitions/ProvisionState", + "description": "Provisioning state of the network gateway", + "readOnly": true + }, + "dictionary": { + "type": "array", + "description": "Additional properties for extensibility", + "items": { + "$ref": "#/definitions/KeyValuePair" + }, + "x-ms-identifiers": [] + } + }, + "required": [ + "networkGatewayName", + "region" + ] + }, + "NetworkGatewayResource": { + "type": "object", + "description": "Details of network gateway record", + "properties": { + "properties": { + "$ref": "#/definitions/NetworkGatewayProperties", + "description": "Network Gateway Properties" + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource" + } + ] + }, + "NetworkGatewayResourceListResult": { + "type": "object", + "description": "The response of a NetworkGatewayResource list operation.", + "properties": { + "value": { + "type": "array", + "description": "The NetworkGatewayResource items on this page", + "items": { + "$ref": "#/definitions/NetworkGatewayResource" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "OfferDetail": { + "type": "object", + "description": "Confluent Offer detail", + "properties": { + "publisherId": { + "type": "string", + "description": "Publisher Id", + "maxLength": 50 + }, + "id": { + "type": "string", + "description": "Offer Id", + "maxLength": 50 + }, + "planId": { + "type": "string", + "description": "Offer Plan Id", + "maxLength": 200 + }, + "planName": { + "type": "string", + "description": "Offer Plan Name", + "maxLength": 200 + }, + "termUnit": { + "type": "string", + "description": "Offer Plan Term unit", + "maxLength": 25 + }, + "termId": { + "type": "string", + "description": "Offer Plan Term Id", + "maxLength": 50 + }, + "privateOfferId": { + "type": "string", + "description": "Private Offer Id", + "maxLength": 255 + }, + "privateOfferIds": { + "type": "array", + "description": "Array of Private Offer Ids", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/SaaSOfferStatus", + "description": "SaaS Offer Status" + } + }, + "required": [ + "publisherId", + "id", + "planId", + "planName", + "termUnit" + ] + }, + "OperationDisplay": { + "type": "object", + "description": "The object that represents the operation.", + "properties": { + "provider": { + "type": "string", + "description": "Service provider: Microsoft.Confluent" + }, + "resource": { + "type": "string", + "description": "Type on which the operation is performed, e.g., 'clusters'." + }, + "operation": { + "type": "string", + "description": "Operation type, e.g., read, write, delete, etc." + }, + "description": { + "type": "string", + "description": "Description of the operation, e.g., 'Write confluent'." + } + } + }, + "OperationListResult": { + "type": "object", + "description": "Result of GET request to list Confluent operations.", + "properties": { + "value": { + "type": "array", + "description": "List of Confluent operations supported by the Microsoft.Confluent provider.", + "items": { + "$ref": "#/definitions/OperationResult" + } + }, + "nextLink": { + "type": "string", + "description": "URL to get the next set of operation list results if there are any." + } + }, + "required": [ + "value" + ] + }, + "OperationResult": { + "type": "object", + "description": "An Confluent REST API operation.", + "properties": { + "name": { + "type": "string", + "description": "Operation name: {provider}/{resource}/{operation}" + }, + "display": { + "$ref": "#/definitions/OperationDisplay", + "description": "The object that represents the operation." + }, + "isDataAction": { + "type": "boolean", + "description": "Indicates whether the operation is a data action" + } + } + }, + "OrganizationResource": { + "type": "object", + "description": "Organization resource.", + "properties": { + "properties": { + "$ref": "#/definitions/OrganizationResourceProperties", + "description": "Organization resource properties", + "x-ms-client-flatten": true + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource" + } + ] + }, + "OrganizationResourceListResult": { + "type": "object", + "description": "The response of a OrganizationResource list operation.", + "properties": { + "value": { + "type": "array", + "description": "The OrganizationResource items on this page", + "items": { + "$ref": "#/definitions/OrganizationResource" + } + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items" + } + }, + "required": [ + "value" + ] + }, + "OrganizationResourceProperties": { + "type": "object", + "description": "Organization resource property", + "properties": { + "createdTime": { + "type": "string", + "format": "date-time", + "description": "The creation time of the resource.", + "readOnly": true + }, + "provisioningState": { + "$ref": "#/definitions/ProvisionState", + "description": "Provision states for confluent RP", + "readOnly": true + }, + "organizationId": { + "type": "string", + "description": "Id of the Confluent organization.", + "readOnly": true + }, + "ssoUrl": { + "type": "string", + "description": "SSO url for the Confluent organization.", + "readOnly": true + }, + "offerDetail": { + "$ref": "#/definitions/OfferDetail", + "description": "Confluent offer detail" + }, + "userDetail": { + "$ref": "#/definitions/UserDetail", + "description": "Subscriber detail" + }, + "linkOrganization": { + "$ref": "#/definitions/LinkOrganization", + "description": "Link an existing Confluent organization" + } + }, + "required": [ + "offerDetail", + "userDetail" + ] + }, + "OrganizationResourceUpdate": { + "type": "object", + "description": "Organization Resource update", + "properties": { + "tags": { + "type": "object", + "description": "ARM resource tags", + "additionalProperties": { + "type": "string" + } + } + } + }, + "Package": { + "type": "string", + "description": "Stream Governance Package. Supported values are ESSENTIALS and ADVANCED", + "enum": [ + "ESSENTIALS", + "ADVANCED" + ], + "x-ms-enum": { + "name": "Package", + "modelAsString": true, + "values": [ + { + "name": "ESSENTIALS", + "value": "ESSENTIALS" + }, + { + "name": "ADVANCED", + "value": "ADVANCED" + } + ] + } + }, + "PartnerConnectorType": { + "type": "string", + "description": "Partner Connector type.", + "enum": [ + "KafkaAzureBlobStorageSource", + "KafkaAzureBlobStorageSink", + "KafkaAzureCosmosDBSource", + "KafkaAzureCosmosDBSink", + "KafkaAzureSynapseAnalyticsSink" + ], + "x-ms-enum": { + "name": "PartnerConnectorType", + "modelAsString": true, + "values": [ + { + "name": "KafkaAzureBlobStorageSource", + "value": "KafkaAzureBlobStorageSource" + }, + { + "name": "KafkaAzureBlobStorageSink", + "value": "KafkaAzureBlobStorageSink" + }, + { + "name": "KafkaAzureCosmosDBSource", + "value": "KafkaAzureCosmosDBSource" + }, + { + "name": "KafkaAzureCosmosDBSink", + "value": "KafkaAzureCosmosDBSink" + }, + { + "name": "KafkaAzureSynapseAnalyticsSink", + "value": "KafkaAzureSynapseAnalyticsSink" + } + ] + } + }, + "PartnerInfoBase": { + "type": "object", + "description": "The partner info base", + "properties": { + "partnerConnectorType": { + "$ref": "#/definitions/PartnerConnectorType", + "description": "The partner connector type." + } + }, + "discriminator": "partnerConnectorType", + "required": [ + "partnerConnectorType" + ] + }, + "ProvisionState": { + "type": "string", + "description": "Provision states for confluent RP", + "enum": [ + "Accepted", + "Creating", + "Updating", + "Deleting", + "Succeeded", + "Failed", + "Canceled", + "Deleted", + "NotSpecified" + ], + "x-ms-enum": { + "name": "ProvisionState", + "modelAsString": true, + "values": [ + { + "name": "Accepted", + "value": "Accepted" + }, + { + "name": "Creating", + "value": "Creating" + }, + { + "name": "Updating", + "value": "Updating" + }, + { + "name": "Deleting", + "value": "Deleting" + }, + { + "name": "Succeeded", + "value": "Succeeded" + }, + { + "name": "Failed", + "value": "Failed" + }, + { + "name": "Canceled", + "value": "Canceled" + }, + { + "name": "Deleted", + "value": "Deleted" + }, + { + "name": "NotSpecified", + "value": "NotSpecified" + } + ] + } + }, + "RegionProperties": { + "type": "object", + "description": "Region Properties", + "properties": { + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + }, + "spec": { + "$ref": "#/definitions/RegionSpecEntity", + "description": "Specification of the region" + } + } + }, + "RegionRecord": { + "type": "object", + "description": "Details of region record", + "properties": { + "kind": { + "type": "string", + "description": "Kind of the cluster" + }, + "id": { + "type": "string", + "description": "Id of the cluster" + }, + "properties": { + "$ref": "#/definitions/RegionProperties", + "description": "Region Properties", + "x-ms-client-flatten": true + } + } + }, + "RegionSpecEntity": { + "type": "object", + "description": "Region spec details", + "properties": { + "name": { + "type": "string", + "description": "Display Name of the region" + }, + "cloud": { + "type": "string", + "description": "Cloud provider name" + }, + "regionName": { + "type": "string", + "description": "Region name" + }, + "packages": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "ResourceProviderDefaultErrorResponse": { + "type": "object", + "description": "Default error response for resource provider", + "properties": { + "error": { + "$ref": "#/definitions/ErrorResponseBody", + "description": "Response body of Error", + "readOnly": true + } + } + }, + "RoleBindingRecord": { + "type": "object", + "description": "Details on principal, role name and crn pattern of a role binding", + "properties": { + "kind": { + "type": "string", + "description": "The type of the resource." + }, + "id": { + "type": "string", + "description": "Id of the role binding" + }, + "metadata": { + "$ref": "#/definitions/MetadataEntity", + "description": "Metadata of the record" + }, + "principal": { + "type": "string", + "description": "The principal User or Group to bind the role to" + }, + "role_name": { + "type": "string", + "description": "The name of the role to bind to the principal" + }, + "crn_pattern": { + "type": "string", + "description": "A CRN that specifies the scope and resource patterns necessary for the role to bind" + } + } + }, + "SCClusterByokEntity": { + "type": "object", + "description": "The network associated with this object", + "properties": { + "id": { + "type": "string", + "description": "ID of the referred resource" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resourceName": { + "type": "string", + "description": "CRN reference to the referred resource" + } + } + }, + "SCClusterNetworkEnvironmentEntity": { + "type": "object", + "description": "The environment or the network to which cluster belongs", + "properties": { + "id": { + "type": "string", + "description": "ID of the referred resource" + }, + "environment": { + "type": "string", + "description": "Environment of the referred resource" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resourceName": { + "type": "string", + "description": "CRN reference to the referred resource" + } + } + }, + "SCClusterRecord": { + "type": "object", + "description": "Details of cluster record", + "properties": { + "kind": { + "type": "string", + "description": "Type of cluster" + }, + "properties": { + "$ref": "#/definitions/ClusterProperties", + "description": "Cluster Properties", + "x-ms-client-flatten": true + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource" + } + ] + }, + "SCClusterSpecEntity": { + "type": "object", + "description": "Spec of the cluster record", + "properties": { + "name": { + "type": "string", + "description": "The name of the cluster" + }, + "availability": { + "type": "string", + "description": "The availability zone configuration of the cluster" + }, + "cloud": { + "type": "string", + "description": "The cloud service provider" + }, + "zone": { + "type": "string", + "description": "type of zone availability" + }, + "package": { + "$ref": "#/definitions/Package", + "description": "Stream governance configuration" + }, + "region": { + "type": "string", + "description": "The cloud service provider region" + }, + "kafkaBootstrapEndpoint": { + "type": "string", + "description": "The bootstrap endpoint used by Kafka clients to connect to the cluster" + }, + "httpEndpoint": { + "type": "string", + "description": "The cluster HTTP request URL." + }, + "apiEndpoint": { + "type": "string", + "description": "The Kafka API cluster endpoint" + }, + "config": { + "$ref": "#/definitions/ClusterConfigEntity", + "description": "Specification of the cluster configuration" + }, + "environment": { + "$ref": "#/definitions/SCClusterNetworkEnvironmentEntity", + "description": "Specification of the cluster environment" + }, + "network": { + "$ref": "#/definitions/SCClusterNetworkEnvironmentEntity", + "description": "Specification of the cluster network" + }, + "byok": { + "$ref": "#/definitions/SCClusterByokEntity", + "description": "Specification of the cluster byok" + } + } + }, + "SCEnvironmentRecord": { + "type": "object", + "description": "Details about environment name, metadata and environment id of an environment", + "properties": { + "kind": { + "type": "string", + "description": "Type of environment" + }, + "properties": { + "$ref": "#/definitions/EnvironmentProperties", + "description": "Environment properties", + "x-ms-client-flatten": true + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource" + } + ] + }, + "SCMetadataEntity": { + "type": "object", + "description": "Metadata of the data record", + "properties": { + "self": { + "type": "string", + "description": "Self lookup url" + }, + "resourceName": { + "type": "string", + "description": "Resource name of the record" + }, + "createdTimestamp": { + "type": "string", + "description": "Created Date Time" + }, + "updatedTimestamp": { + "type": "string", + "description": "Updated Date time" + }, + "deletedTimestamp": { + "type": "string", + "description": "Deleted Date time" + } + } + }, + "SaaSOfferStatus": { + "type": "string", + "description": "SaaS Offer Status for confluent RP", + "enum": [ + "Started", + "PendingFulfillmentStart", + "InProgress", + "Subscribed", + "Suspended", + "Reinstated", + "Succeeded", + "Failed", + "Unsubscribed", + "Updating" + ], + "x-ms-enum": { + "name": "SaaSOfferStatus", + "modelAsString": true, + "values": [ + { + "name": "Started", + "value": "Started" + }, + { + "name": "PendingFulfillmentStart", + "value": "PendingFulfillmentStart" + }, + { + "name": "InProgress", + "value": "InProgress" + }, + { + "name": "Subscribed", + "value": "Subscribed" + }, + { + "name": "Suspended", + "value": "Suspended" + }, + { + "name": "Reinstated", + "value": "Reinstated" + }, + { + "name": "Succeeded", + "value": "Succeeded" + }, + { + "name": "Failed", + "value": "Failed" + }, + { + "name": "Unsubscribed", + "value": "Unsubscribed" + }, + { + "name": "Updating", + "value": "Updating" + } + ] + } + }, + "SchemaRegistryClusterEnvironmentRegionEntity": { + "type": "object", + "description": "The environment associated with this object", + "properties": { + "id": { + "type": "string", + "description": "ID of the referred resource" + }, + "related": { + "type": "string", + "description": "API URL for accessing or modifying the referred object" + }, + "resourceName": { + "type": "string", + "description": "CRN reference to the referred resource" + } + } + }, + "SchemaRegistryClusterProperties": { + "type": "object", + "description": "Schema Registry Cluster Properties", + "properties": { + "metadata": { + "$ref": "#/definitions/SCMetadataEntity", + "description": "Metadata of the record" + }, + "spec": { + "$ref": "#/definitions/SchemaRegistryClusterSpecEntity", + "description": "Specification of the schema registry cluster" + }, + "status": { + "$ref": "#/definitions/SchemaRegistryClusterStatusEntity", + "description": "Specification of the cluster status" + } + } + }, + "SchemaRegistryClusterRecord": { + "type": "object", + "description": "Details of schema registry cluster record", + "properties": { + "kind": { + "type": "string", + "description": "Kind of the cluster" + }, + "id": { + "type": "string", + "description": "Id of the cluster" + }, + "properties": { + "$ref": "#/definitions/SchemaRegistryClusterProperties", + "description": "Schema Registry Cluster Properties", + "x-ms-client-flatten": true + } + } + }, + "SchemaRegistryClusterSpecEntity": { + "type": "object", + "description": "Details of schema registry cluster spec", + "properties": { + "name": { + "type": "string", + "description": "Name of the schema registry cluster" + }, + "httpEndpoint": { + "type": "string", + "description": "Http endpoint of the cluster" + }, + "package": { + "type": "string", + "description": "Type of the cluster package Advanced, essentials" + }, + "region": { + "$ref": "#/definitions/SchemaRegistryClusterEnvironmentRegionEntity", + "description": "Region details of the schema registry cluster" + }, + "environment": { + "$ref": "#/definitions/SchemaRegistryClusterEnvironmentRegionEntity", + "description": "Environment details of the schema registry cluster" + }, + "cloud": { + "type": "string", + "description": "The cloud service provider" + } + } + }, + "SchemaRegistryClusterStatusEntity": { + "type": "object", + "description": "Status of the schema registry cluster record", + "properties": { + "phase": { + "type": "string", + "description": "The lifecycle phase of the cluster" + } + } + }, + "ServiceAccountRecord": { + "type": "object", + "description": "Record of the service account", + "properties": { + "kind": { + "type": "string", + "description": "Type of account" + }, + "id": { + "type": "string", + "description": "Id of the service account" + }, + "metadata": { + "$ref": "#/definitions/MetadataEntity", + "description": "Metadata of the record" + }, + "display_name": { + "type": "string", + "description": "Name of the service account" + }, + "description": { + "type": "string", + "description": "Description of the service account" + } + } + }, + "StreamGovernanceConfig": { + "type": "object", + "description": "Stream governance configuration", + "properties": { + "package": { + "$ref": "#/definitions/Package", + "description": "Stream governance configuration" + } + } + }, + "TopicMetadataEntity": { + "type": "object", + "description": "Metadata of the data record", + "properties": { + "self": { + "type": "string", + "description": "Self lookup url" + }, + "resourceName": { + "type": "string", + "description": "Resource name of the record" + } + } + }, + "TopicProperties": { + "type": "object", + "description": "Topic Properties", + "properties": { + "kind": { + "type": "string", + "description": "Type of topic" + }, + "topicId": { + "type": "string", + "description": "Topic Id returned by Confluent" + }, + "metadata": { + "$ref": "#/definitions/TopicMetadataEntity", + "description": "Metadata of the record" + }, + "partitions": { + "$ref": "#/definitions/TopicsRelatedLink", + "description": "Partition Specification of the topic" + }, + "configs": { + "$ref": "#/definitions/TopicsRelatedLink", + "description": "Config Specification of the topic" + }, + "inputConfigs": { + "type": "array", + "description": "Input Config Specification of the topic", + "items": { + "$ref": "#/definitions/TopicsInputConfig" + } + }, + "partitionsReassignments": { + "$ref": "#/definitions/TopicsRelatedLink", + "description": "Partition Reassignment Specification of the topic" + }, + "partitionsCount": { + "type": "string", + "description": "Partition count of the topic" + }, + "replicationFactor": { + "type": "string", + "description": "Replication factor of the topic" + } + } + }, + "TopicRecord": { + "type": "object", + "description": "Details of topic record", + "properties": { + "properties": { + "$ref": "#/definitions/TopicProperties", + "description": "Topic Properties", + "x-ms-client-flatten": true + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource" + } + ] + }, + "TopicsInputConfig": { + "type": "object", + "description": "Topics input config", + "properties": { + "name": { + "type": "string", + "description": "Name of the topic input config" + }, + "value": { + "type": "string", + "description": "Value of the topic input config" + } + } + }, + "TopicsRelatedLink": { + "type": "object", + "description": "Partition Config spec of the topic record", + "properties": { + "related": { + "type": "string", + "description": "Relationship of the topic" + } + } + }, + "UserDetail": { + "type": "object", + "description": "Subscriber detail", + "properties": { + "firstName": { + "type": "string", + "description": "First name", + "maxLength": 50 + }, + "lastName": { + "type": "string", + "description": "Last name", + "maxLength": 50 + }, + "emailAddress": { + "type": "string", + "description": "Email address", + "pattern": "^\\S+@\\S+\\.\\S+$" + }, + "userPrincipalName": { + "type": "string", + "description": "User principal name" + }, + "aadEmail": { + "type": "string", + "description": "AAD email address" + } + }, + "required": [ + "emailAddress" + ] + }, + "UserRecord": { + "type": "object", + "description": "Record of the user", + "properties": { + "kind": { + "type": "string", + "description": "Type of account" + }, + "id": { + "type": "string", + "description": "Id of the user" + }, + "metadata": { + "$ref": "#/definitions/MetadataEntity", + "description": "Metadata of the record" + }, + "email": { + "type": "string", + "description": "Email of the user" + }, + "full_name": { + "type": "string", + "description": "Name of the user" + }, + "auth_type": { + "type": "string", + "description": "Auth type of the user" + } + } + }, + "ValidationResponse": { + "type": "object", + "description": "Validation response from the provider", + "properties": { + "info": { + "type": "object", + "description": "Info from the response", + "additionalProperties": { + "type": "string" + } + } + } + } + }, + "parameters": {} +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json new file mode 100644 index 000000000000..db7e72c0f8d6 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_CreateOrReplace_MaximumSet_Gen.json @@ -0,0 +1,90 @@ +{ + "title": "AccessPointResources_CreateOrReplace_MaximumSet", + "operationId": "AccessPointResources_CreateOrReplace", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "accessPointId": "ap-xyz789", + "resource": { + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-12345?api-version=2026-05-01-preview", + "Retry-After": 10 + }, + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:00:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Creating", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..b037cf93bf90 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_Delete_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "AccessPointResources_Delete_MaximumSet", + "operationId": "AccessPointResources_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "accessPointId": "ap-xyz789" + }, + "responses": { + "202": { + "headers": { + "Location": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-67890?api-version=2026-05-01-preview", + "Retry-After": 10 + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_Get_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..159f9598c4d0 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_Get_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "AccessPointResources_Get_MaximumSet", + "operationId": "AccessPointResources_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "accessPointId": "ap-xyz789" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_List_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..4b74bbec96fe --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/AccessPointResources_List_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "AccessPointResources_List_MaximumSet", + "operationId": "AccessPointResources_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789", + "name": "ap-xyz789", + "type": "Microsoft.Confluent/organizations/environments/networkGateways/accessPoints", + "properties": { + "accessPointName": "my-access-point", + "region": "eastus", + "vnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet", + "subnetId": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet", + "egressRoutes": "10.0.0.0/8,172.16.0.0/12", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/access-points/ap-xyz789", + "resourceName": "ap-xyz789", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "accessPointType", + "value": "EgressPrivateLink" + } + ] + } + } + ], + "nextLink": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints?api-version=2026-05-01-preview&$skipToken=token123" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_CreateRoleBinding_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_CreateRoleBinding_MaximumSet_Gen.json new file mode 100644 index 000000000000..f01132d94575 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_CreateRoleBinding_MaximumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "title": "Access_CreateRoleBinding_MaximumSet", + "operationId": "Access_CreateRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ablufxskoyvgtbngsfexfkdw", + "body": { + "principal": "xzbkopaxz", + "role_name": "dhqxbrapwgqnmpbrredgxa", + "crn_pattern": "iif" + } + }, + "responses": { + "200": { + "body": { + "kind": "rdgdgwc", + "id": "vyt", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "principal": "rl", + "role_name": "rssciyhklfxswfatbjncfbrpo", + "crn_pattern": "maqorrxyjiso" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_CreateRoleBinding_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_CreateRoleBinding_MinimumSet_Gen.json new file mode 100644 index 000000000000..36a359526f15 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_CreateRoleBinding_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_CreateRoleBinding_MinimumSet", + "operationId": "Access_CreateRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "gdzfl", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_DeleteRoleBinding_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_DeleteRoleBinding_MaximumSet_Gen.json new file mode 100644 index 000000000000..9e4737a81277 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_DeleteRoleBinding_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Access_DeleteRoleBinding_MaximumSet", + "operationId": "Access_DeleteRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "aeqwsawfoagclmfwwaw", + "roleBindingId": "ucuqvcuiwmoreczccknufbhrwyp" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_DeleteRoleBinding_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_DeleteRoleBinding_MinimumSet_Gen.json new file mode 100644 index 000000000000..e80a1252d997 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_DeleteRoleBinding_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Access_DeleteRoleBinding_MinimumSet", + "operationId": "Access_DeleteRoleBinding", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "kxbwvfhsqesuaswozdiivwo", + "roleBindingId": "dqlmrdp" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_InviteUser_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_InviteUser_MaximumSet_Gen.json new file mode 100644 index 000000000000..dd1ef3f7c124 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_InviteUser_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "Access_InviteUser_MaximumSet", + "operationId": "Access_InviteUser", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "aqwpihgldcvqwq", + "body": { + "organizationId": "aojvtivybqtuwwulokimwyh", + "email": "jtborwwroz", + "upn": "eyck", + "invitedUserDetails": { + "invitedEmail": "ozfkzouvjbvndqpyoxqbwtpzeiip", + "auth_type": "yaokrbtlql" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "uizkhsgicpwxpdoazoiwb", + "id": "ebcxw", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "email": "b", + "auth_type": "egtnwfguedlphfaitotzwbtkvpm", + "status": "wgfnvux", + "accepted_at": "kda", + "expires_at": "flexaixaqpuxkypvtfddlpyxjplhc" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_InviteUser_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_InviteUser_MinimumSet_Gen.json new file mode 100644 index 000000000000..2d144599c40f --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_InviteUser_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_InviteUser_MinimumSet", + "operationId": "Access_InviteUser", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "skqsedhorkejhhntdsiwroffkjld", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListClusters_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListClusters_MaximumSet_Gen.json new file mode 100644 index 000000000000..7fb2777d68e6 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListClusters_MaximumSet_Gen.json @@ -0,0 +1,77 @@ +{ + "title": "Access_ListClusters_MaximumSet", + "operationId": "Access_ListClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zfs", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "ajiagwlynkxffeqevka", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "rdqf", + "id": "pzxq", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "display_name": "qbyndbxswvnnv", + "spec": { + "display_name": "kjeresdxvrcqinmxbfolkckbvjbs", + "availability": "placdanwzunoc", + "cloud": "wr", + "zone": "cbksxjo", + "region": "kchfwif", + "kafka_bootstrap_endpoint": "tmdmunfnfdvdlxzcj", + "http_endpoint": "iczyidzyikhzrflaojdrtw", + "api_endpoint": "pp", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "enzp", + "environment": "gjnhpmvn", + "related": "sezqvsoddi", + "resource_name": "pdawfurkc" + }, + "network": { + "id": "vtyxnpzqzdwquvepfzeprhienb", + "environment": "rlbebgtfafahgricrrtvllzlwtfkx", + "related": "hywzpagxz", + "resource_name": "llkmbfiypcwcb" + }, + "byok": { + "id": "ttxxuxvettqfggt", + "related": "libhwonzzf", + "resource_name": "cruzztcpxvmrdmygx" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListClusters_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListClusters_MinimumSet_Gen.json new file mode 100644 index 000000000000..5421f6bc7b6b --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListClusters_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListClusters_MinimumSet", + "operationId": "Access_ListClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "kfmxlzmfkz", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListEnvironments_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListEnvironments_MaximumSet_Gen.json new file mode 100644 index 000000000000..ba42ee8d0453 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListEnvironments_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "Access_ListEnvironments_MaximumSet", + "operationId": "Access_ListEnvironments", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "rnbjtcdqddweb", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "otgvdvmkalxvfhntcupkzeumnmysh", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "tkqnynqjm", + "id": "yrboqodcmdtedagszhbiol", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "display_name": "qbrwkovtkhibq" + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListEnvironments_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListEnvironments_MinimumSet_Gen.json new file mode 100644 index 000000000000..1185e6264fa0 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListEnvironments_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListEnvironments_MinimumSet", + "operationId": "Access_ListEnvironments", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "mv", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListInvitations_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListInvitations_MaximumSet_Gen.json new file mode 100644 index 000000000000..27f20435962b --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListInvitations_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "Access_ListInvitations_MaximumSet", + "operationId": "Access_ListInvitations", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ltmhusxnwxyfnbgcvwktxqrlqabbre", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "bsiuyjkrslbybixusbaecuqj", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "uizkhsgicpwxpdoazoiwb", + "id": "ebcxw", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "email": "b", + "auth_type": "egtnwfguedlphfaitotzwbtkvpm", + "status": "wgfnvux", + "accepted_at": "kda", + "expires_at": "flexaixaqpuxkypvtfddlpyxjplhc" + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListInvitations_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListInvitations_MinimumSet_Gen.json new file mode 100644 index 000000000000..61b008480773 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListInvitations_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListInvitations_MinimumSet", + "operationId": "Access_ListInvitations", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "edpxevovxieanzlscvflmmcuoracwh", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindingNameList_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindingNameList_MaximumSet_Gen.json new file mode 100644 index 000000000000..7943fd3ba106 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindingNameList_MaximumSet_Gen.json @@ -0,0 +1,32 @@ +{ + "title": "Access_ListRoleBindingNameList_MaximumSet", + "operationId": "Access_ListRoleBindingNameList", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zgcfotubdmgowayipmpgujypv", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "pictmuncchderpgmyxqmmc", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + "nzevhl" + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindingNameList_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindingNameList_MinimumSet_Gen.json new file mode 100644 index 000000000000..7ed092f280a8 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindingNameList_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListRoleBindingNameList_MinimumSet", + "operationId": "Access_ListRoleBindingNameList", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "nlxbyyyyrdwjzwrcwfjlg", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindings_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindings_MaximumSet_Gen.json new file mode 100644 index 000000000000..56d0d5ba5f55 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindings_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Access_ListRoleBindings_MaximumSet", + "operationId": "Access_ListRoleBindings", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "tefgundwswvwqcfryviyoulrrokl", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "zpwiczs", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "rdgdgwc", + "id": "vyt", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "principal": "rl", + "role_name": "rssciyhklfxswfatbjncfbrpo", + "crn_pattern": "maqorrxyjiso" + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindings_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindings_MinimumSet_Gen.json new file mode 100644 index 000000000000..f82a3e73e6b1 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListRoleBindings_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListRoleBindings_MinimumSet", + "operationId": "Access_ListRoleBindings", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "yuwchphweukvwtruurjgh", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListServiceAccounts_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListServiceAccounts_MaximumSet_Gen.json new file mode 100644 index 000000000000..f2cc98021ed2 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListServiceAccounts_MaximumSet_Gen.json @@ -0,0 +1,44 @@ +{ + "title": "Access_ListServiceAccounts_MaximumSet", + "operationId": "Access_ListServiceAccounts", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "go", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "puztaopmygsvwfwufjvycnok", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "tozqpdeniq", + "id": "uayitlece", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "display_name": "nyhanwbkwn", + "description": "xcosvrzaslrokmxtdalllnc" + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListServiceAccounts_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListServiceAccounts_MinimumSet_Gen.json new file mode 100644 index 000000000000..dadff2f9d5ef --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListServiceAccounts_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListServiceAccounts_MinimumSet", + "operationId": "Access_ListServiceAccounts", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ambiyuv", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListUsers_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListUsers_MaximumSet_Gen.json new file mode 100644 index 000000000000..47169a0007cf --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListUsers_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Access_ListUsers_MaximumSet", + "operationId": "Access_ListUsers", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "iggbjjnfqgutjxyvnlriqdm", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "kind": "autatdvryzmgwnblxadobfvo", + "metadata": { + "first": "gxyzsfkulrbudspwhbmhot", + "last": "b", + "prev": "ofxjgjyzkpqsqqjvd", + "next": "rohrcnueuolepyisnh", + "total_size": 4 + }, + "data": [ + { + "kind": "lsfwbthrt", + "id": "ojskonjuowucvdfheupco", + "metadata": { + "self": "lnzrk", + "resource_name": "vgzwrzjztaeord", + "created_at": "mqxjit", + "updated_at": "qmeqwokdgucbocytlfsticz", + "deleted_at": "mhkhttriidtlq" + }, + "email": "szjhghajgyhidwlufi", + "full_name": "wxsihxrbtuistewvojdyoeeqg", + "auth_type": "jbclnufyihzagafbguswcbjpqql" + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListUsers_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListUsers_MinimumSet_Gen.json new file mode 100644 index 000000000000..9bedfe3a99ae --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Access_ListUsers_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Access_ListUsers_MinimumSet", + "operationId": "Access_ListUsers", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "elqetgujssclojggilbgl", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_CreateOrUpdate_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..11e63a5a1fa1 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,181 @@ +{ + "title": "Cluster_CreateOrUpdate_MaximumSet", + "operationId": "Cluster_CreateOrUpdate", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "vwqtjoijzqitjmu", + "environmentId": "rwmpydknnovcfsattscfm", + "clusterId": "rdizpgcbewizsgffpg", + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + } + } + }, + "responses": { + "200": { + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..162d19669fb9 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_Delete_MaximumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "Cluster_Delete_MaximumSet", + "operationId": "Cluster_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "rwzpoelzgevhnkrvyqy", + "environmentId": "gnijsroqxwwyyariafdnmkc", + "clusterId": "zsvnfsirukovzkth" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_Delete_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..5449251fb7e9 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Cluster_Delete_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "Cluster_Delete_MinimumSet", + "operationId": "Cluster_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "tvbhdezawspzzfprrnjoxfwtwlp", + "environmentId": "mtmberahkmffekuuz", + "clusterId": "nyfmkuwyeqhkgwehdjakbjheujj" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_CreateOrUpdate_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..2d0fc8ae57b1 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,92 @@ +{ + "title": "Connector_CreateOrUpdate_MaximumSet", + "operationId": "Connector_CreateOrUpdate", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "cppyvn", + "environmentId": "tteibyyztawsguofmfn", + "clusterId": "bfokzevhjixs", + "connectorName": "fczksqy", + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..732d8ac37d6b --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Delete_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Connector_Delete_MaximumSet", + "operationId": "Connector_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "xqspbodq", + "environmentId": "aabxehocioujmjjkgegijsmntw", + "clusterId": "seivpzvrbyhjfmqb", + "connectorName": "qznabwwh" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Delete_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..0d660958e450 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Delete_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Connector_Delete_MinimumSet", + "operationId": "Connector_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "frwocpndztguhgng", + "environmentId": "duq", + "clusterId": "chw", + "connectorName": "suaugvwtvhexoqdrmxknvyiobq" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Get_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..1ea846b7c213 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_Get_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Connector_Get_MaximumSet", + "operationId": "Connector_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "pgwuoi", + "environmentId": "rxbrvvdnplvbedrzwbgtwhbdm", + "clusterId": "eknmpvbhtvwxdxddkos", + "connectorName": "zakwjragxeiur" + }, + "responses": { + "200": { + "body": { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_List_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..758e919df3e7 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Connector_List_MaximumSet_Gen.json @@ -0,0 +1,51 @@ +{ + "title": "Connector_List_MaximumSet", + "operationId": "Connector_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "ygxwgulsjztjoxuhmegodplubt", + "environmentId": "mmxahiyh", + "clusterId": "rslbzgqdgsnwzsqhlhethe", + "pageSize": 18, + "pageToken": "spklebovnebppxshqcmkyundbw" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "connectorBasicInfo": { + "connectorType": "SINK", + "connectorClass": "AZUREBLOBSOURCE", + "connectorName": "gxad", + "connectorId": "qlrrqyekgitbbes", + "connectorState": "PROVISIONING" + }, + "connectorServiceTypeInfo": { + "connectorServiceType": "ConnectorServiceTypeInfoBase" + }, + "partnerConnectorInfo": { + "partnerConnectorType": "PartnerInfoBase" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "fnjrvjq", + "type": "xxmdgmmqfhsvkaxpvoermvn", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_CreateOrUpdate_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..a6ad79ecccc0 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,84 @@ +{ + "title": "Environment_CreateOrUpdate_MaximumSet", + "operationId": "Environment_CreateOrUpdate", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "uf", + "environmentId": "diycvbfypirqvomdkt", + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + } + } + }, + "responses": { + "200": { + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..cd9318a317a2 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_Delete_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Environment_Delete_MaximumSet", + "operationId": "Environment_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "sowkvcymfiziohnofcudjyyaro", + "environmentId": "lnmkjsylkxqqyrqmdaf" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_Delete_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..2f85e4ba4c56 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Environment_Delete_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Environment_Delete_MinimumSet", + "operationId": "Environment_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "yetpbmqrfbsanzjzkzdodlcygpj", + "environmentId": "quuhiyvpfajfxrqcyxsb" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_Create_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..114d95529c66 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_Create_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "Create Confluent Marketplace agreement in the subscription. (Maximumset)", + "operationId": "MarketplaceAgreements_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "body": { + "properties": { + "publisher": "cxcrrfggvdmvcchohkyatlvbpyy", + "product": "ogusipjbwihlwbfivdbjfuvoqwija", + "plan": "vgphlikczel", + "licenseTextLink": "ztckliskduxmcluia", + "privacyPolicyLink": "wwvlrlfhzmvfjgimkhkqcaxn", + "retrieveDatetime": "2025-08-18T11:10:31.028Z", + "signature": "cfdxpybzzsrgcdtebmqzzskxfiool", + "accepted": true + } + } + }, + "responses": { + "200": { + "body": { + "id": "hqrct", + "name": "nazsgocpqpboswffunhuxjytrya", + "type": "mshlvpqsrhkba", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + }, + "properties": { + "publisher": "cxcrrfggvdmvcchohkyatlvbpyy", + "product": "ogusipjbwihlwbfivdbjfuvoqwija", + "plan": "vgphlikczel", + "licenseTextLink": "ztckliskduxmcluia", + "privacyPolicyLink": "wwvlrlfhzmvfjgimkhkqcaxn", + "retrieveDatetime": "2025-08-18T11:10:31.028Z", + "signature": "cfdxpybzzsrgcdtebmqzzskxfiool", + "accepted": true + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_Create_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..8a037efc8867 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_Create_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "Create Confluent Marketplace agreement in the subscription. (MinimumSet)", + "operationId": "MarketplaceAgreements_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_List_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..1a483261f5ca --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_List_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "List Confluent marketplace agreements in the subscription. (Maximumset)", + "operationId": "MarketplaceAgreements_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "hqrct", + "name": "nazsgocpqpboswffunhuxjytrya", + "type": "mshlvpqsrhkba", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + }, + "properties": { + "publisher": "cxcrrfggvdmvcchohkyatlvbpyy", + "product": "ogusipjbwihlwbfivdbjfuvoqwija", + "plan": "vgphlikczel", + "licenseTextLink": "ztckliskduxmcluia", + "privacyPolicyLink": "wwvlrlfhzmvfjgimkhkqcaxn", + "retrieveDatetime": "2025-08-18T11:10:31.028Z", + "signature": "cfdxpybzzsrgcdtebmqzzskxfiool", + "accepted": true + } + } + ], + "nextLink": "https://microsoft.com/aaf" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_List_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..d41623435680 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/MarketplaceAgreements_List_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "List Confluent marketplace agreements in the subscription. (Minimumset)", + "operationId": "MarketplaceAgreements_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json new file mode 100644 index 000000000000..3c9b3db1f50a --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_CreateOrReplace_MaximumSet_Gen.json @@ -0,0 +1,80 @@ +{ + "title": "NetworkGatewayResources_CreateOrReplace_MaximumSet", + "operationId": "NetworkGatewayResources_CreateOrReplace", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456", + "resource": { + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-12345?api-version=2026-05-01-preview", + "Retry-After": 10 + }, + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:00:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Creating", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..a6923542518c --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_Delete_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "NetworkGatewayResources_Delete_MaximumSet", + "operationId": "NetworkGatewayResources_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456" + }, + "responses": { + "202": { + "headers": { + "Location": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-67890?api-version=2026-05-01-preview", + "Retry-After": 10 + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_Get_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..da6b61cef625 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_Get_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "NetworkGatewayResources_Get_MaximumSet", + "operationId": "NetworkGatewayResources_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123", + "networkGatewayId": "gw-def456" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_List_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..5f124ed6f33c --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/NetworkGatewayResources_List_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "NetworkGatewayResources_List_MaximumSet", + "operationId": "NetworkGatewayResources_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "myOrganization", + "environmentId": "env-abc123" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456", + "name": "gw-def456", + "type": "Microsoft.Confluent/organizations/environments/networkGateways", + "properties": { + "networkGatewayName": "my-network-gateway", + "region": "eastus", + "metadata": { + "self": "https://api.confluent.cloud/networking/v1/gateways/gw-def456", + "resourceName": "gw-def456", + "createdTimestamp": "2026-01-15T10:00:00Z", + "updatedTimestamp": "2026-01-15T10:05:00Z", + "deletedTimestamp": "" + }, + "provisioningState": "Succeeded", + "dictionary": [ + { + "key": "gatewayType", + "value": "PrivateNetworkInterface" + } + ] + } + } + ], + "nextLink": "https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways?api-version=2026-05-01-preview&$skipToken=token123" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/OrganizationOperations_List_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/OrganizationOperations_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..f65f6f2d517a --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/OrganizationOperations_List_MaximumSet_Gen.json @@ -0,0 +1,26 @@ +{ + "title": "OrganizationOperations_List_MaximumSet", + "operationId": "OrganizationOperations_List", + "parameters": { + "api-version": "2026-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "qzotkvxeupkhbrfbfn", + "display": { + "provider": "kvelkndjuoteelyvp", + "resource": "z", + "operation": "erafk", + "description": "yotxkmyfvrjp" + }, + "isDataAction": true + } + ], + "nextLink": "rfku" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/OrganizationOperations_List_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/OrganizationOperations_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..14f532171626 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/OrganizationOperations_List_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "OrganizationOperations_List_MinimumSet", + "operationId": "OrganizationOperations_List", + "parameters": { + "api-version": "2026-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_CreateAPIKey_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_CreateAPIKey_MaximumSet_Gen.json new file mode 100644 index 000000000000..1e307d0fb4ef --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_CreateAPIKey_MaximumSet_Gen.json @@ -0,0 +1,50 @@ +{ + "title": "Organization_CreateAPIKey_MaximumSet", + "operationId": "Organization_CreateAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "pzvuoywx", + "environmentId": "jqoxoahobqmhnklw", + "clusterId": "ypyzlfhbml", + "body": { + "name": "izlvofweryqgdgq", + "description": "vdxsmrddjlsfcsnwjezjraxgbkn" + } + }, + "responses": { + "200": { + "body": { + "kind": "g", + "id": "byr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "description": "cgzqydt", + "name": "zbsz", + "resource": { + "id": "ncxbrkuafkzqmivoqkewsji", + "environment": "spwmtilczuvrfhyykfyt", + "related": "yhgzvelqihdvuqxgrnvvos", + "resourceName": "cccrljvydtuuzknqrpy", + "kind": "q" + }, + "owner": { + "id": "nlbvfmehhymt", + "related": "frhqdjzhi", + "resourceName": "jdn", + "kind": "rujp" + } + } + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_CreateAPIKey_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_CreateAPIKey_MinimumSet_Gen.json new file mode 100644 index 000000000000..640d57e179b1 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_CreateAPIKey_MinimumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "title": "Organization_CreateAPIKey_MinimumSet", + "operationId": "Organization_CreateAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qbnpbkqxwtvjnytnconwynln", + "environmentId": "un", + "clusterId": "vuwuoryynnsuyfkicyejllc", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Create_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..53d4dd023fae --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Create_MaximumSet_Gen.json @@ -0,0 +1,139 @@ +{ + "title": "Organization_Create_MaximumSet", + "operationId": "Organization_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qcqrbyx", + "body": { + "properties": { + "provisioningState": "Accepted", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": { + "token": "yvynviychdid" + } + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json new file mode 100644 index 000000000000..165356925486 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_DeleteClusterAPIKey_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Organization_DeleteClusterAPIKey_MaximumSet", + "operationId": "Organization_DeleteClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "y", + "apiKeyId": "guahwdpdvzealjrnpgiqumxtbqq" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json new file mode 100644 index 000000000000..ac27bc100ecd --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_DeleteClusterAPIKey_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "Organization_DeleteClusterAPIKey_MinimumSet", + "operationId": "Organization_DeleteClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "lokrfxecjwbnejqluwbwqcairu", + "apiKeyId": "lqyopqadqide" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..bbbd0d0d7ad5 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Delete_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Organization_Delete_MaximumSet", + "operationId": "Organization_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zqp" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Delete_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..79856cf893d7 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Delete_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Organization_Delete_MinimumSet", + "operationId": "Organization_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "w" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterAPIKey_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterAPIKey_MaximumSet_Gen.json new file mode 100644 index 000000000000..6056f32d175f --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterAPIKey_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "Organization_GetClusterAPIKey_MaximumSet", + "operationId": "Organization_GetClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "puauqgrwsfgmolfhazfjcavnj", + "apiKeyId": "xxsquwnsllkkzuyzlhdxdl" + }, + "responses": { + "200": { + "body": { + "kind": "g", + "id": "byr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "description": "cgzqydt", + "name": "zbsz", + "resource": { + "id": "ncxbrkuafkzqmivoqkewsji", + "environment": "spwmtilczuvrfhyykfyt", + "related": "yhgzvelqihdvuqxgrnvvos", + "resourceName": "cccrljvydtuuzknqrpy", + "kind": "q" + }, + "owner": { + "id": "nlbvfmehhymt", + "related": "frhqdjzhi", + "resourceName": "jdn", + "kind": "rujp" + } + } + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterAPIKey_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterAPIKey_MinimumSet_Gen.json new file mode 100644 index 000000000000..d7f68f6ab511 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterAPIKey_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Organization_GetClusterAPIKey_MinimumSet", + "operationId": "Organization_GetClusterAPIKey", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "oiywgdcgyrmdcquutyn", + "apiKeyId": "gmgzzzwsoctmbdrgttw" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterById_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterById_MaximumSet_Gen.json new file mode 100644 index 000000000000..63f4d0937d02 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetClusterById_MaximumSet_Gen.json @@ -0,0 +1,74 @@ +{ + "title": "Organization_GetClusterById_MaximumSet", + "operationId": "Organization_GetClusterById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qiasyqphlvkxxgyofmf", + "environmentId": "xmkhyxmtjzez", + "clusterId": "lirhyplbzq" + }, + "responses": { + "200": { + "body": { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetEnvironmentById_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetEnvironmentById_MaximumSet_Gen.json new file mode 100644 index 000000000000..97045e16f619 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetEnvironmentById_MaximumSet_Gen.json @@ -0,0 +1,41 @@ +{ + "title": "Organization_GetEnvironmentById_MaximumSet", + "operationId": "Organization_GetEnvironmentById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "p", + "environmentId": "kvifvjnmbilj" + }, + "responses": { + "200": { + "body": { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json new file mode 100644 index 000000000000..244e997bb513 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetSchemaRegistryClusterById_MaximumSet_Gen.json @@ -0,0 +1,48 @@ +{ + "title": "Organization_GetSchemaRegistryClusterById_MaximumSet", + "operationId": "Organization_GetSchemaRegistryClusterById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "hmhbrtw", + "environmentId": "ztozszmpzhwevkpmaxslloijkicwt", + "clusterId": "stfqijternpuzpleowkrbgzuutsgp" + }, + "responses": { + "200": { + "body": { + "kind": "vlwwdyfvefryzszqpimeyghwbg", + "id": "gpfxwmqatynchrxjdgvr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "ofhyvugq", + "httpEndpoint": "jsszdvdfopfoaixx", + "package": "yruygcrfip", + "region": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "environment": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "cloud": "jcangjhteaadfyipxxso" + }, + "status": { + "phase": "nipb" + } + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json new file mode 100644 index 000000000000..38bb4fd83729 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_GetSchemaRegistryClusterById_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "Organization_GetSchemaRegistryClusterById_MinimumSet", + "operationId": "Organization_GetSchemaRegistryClusterById", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "vcen", + "environmentId": "zsbdbdljcfrnxxafcchr", + "clusterId": "ivjcqxutsnlylxo" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Get_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..bdce4e477670 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Get_MaximumSet_Gen.json @@ -0,0 +1,58 @@ +{ + "title": "Organization_Get_MaximumSet", + "operationId": "Organization_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "nnyqgkogkmwjubhfaynme" + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListByResourceGroup_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListByResourceGroup_MaximumSet_Gen.json new file mode 100644 index 000000000000..f9b3cd7bf17d --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListByResourceGroup_MaximumSet_Gen.json @@ -0,0 +1,62 @@ +{ + "title": "Organization_ListByResourceGroup_MaximumSet", + "operationId": "Organization_ListByResourceGroup", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListBySubscription_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListBySubscription_MaximumSet_Gen.json new file mode 100644 index 000000000000..87b099ffe0bd --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListBySubscription_MaximumSet_Gen.json @@ -0,0 +1,61 @@ +{ + "title": "Organization_ListBySubscription_MaximumSet", + "operationId": "Organization_ListBySubscription", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListClusters_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListClusters_MaximumSet_Gen.json new file mode 100644 index 000000000000..11f732033f79 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListClusters_MaximumSet_Gen.json @@ -0,0 +1,80 @@ +{ + "title": "Organization_ListClusters_MaximumSet", + "operationId": "Organization_ListClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "hpinjsodpkprhbvpzh", + "environmentId": "qjeouprbl", + "pageSize": 24, + "pageToken": "esiyyipdkqikzcedkyrjnqvsbf" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "eroxushslwhufo", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "cq", + "availability": "mtt", + "cloud": "zamxartuouxpglfbitjwhqy", + "zone": "pqcxm", + "package": "ESSENTIALS", + "region": "gbodcnzmbifwyitnojrxali", + "kafkaBootstrapEndpoint": "cnbkuhfnnqjb", + "httpEndpoint": "bircvfulzjdeobklsrbuxwr", + "apiEndpoint": "axxhwauhucchb", + "config": { + "kind": "hsruehsjppcnlxlsabwns" + }, + "environment": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "network": { + "id": "wbshmvpdhycxltclubn", + "environment": "ern", + "related": "q", + "resourceName": "ewjrvururrahroszquhvhryqzmncp" + }, + "byok": { + "id": "kfppxiwgcmp", + "related": "sfvjcdvrpzwwmplohiniuselqq", + "resourceName": "dvttcugicoklgyavt" + } + }, + "status": { + "phase": "qkpkryngvlvlostlvilptnfhpj", + "cku": 1 + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "lvlznveelxr", + "type": "xgbfkxhuuzaujsdunwehpzesud", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListEnvironments_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListEnvironments_MaximumSet_Gen.json new file mode 100644 index 000000000000..ee328167e6dd --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListEnvironments_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "Organization_ListEnvironments_MaximumSet", + "operationId": "Organization_ListEnvironments", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zgvcszgobzkrvomvhkabzamqincp", + "pageSize": 21, + "pageToken": "e" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "qhwbkvelujjbojvhrgiikildjdrqox", + "properties": { + "streamGovernanceConfig": { + "package": "ESSENTIALS" + }, + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "tmbxsqjrvmryomopsflpdvaygfzy", + "type": "chfikcsvqvoiedtcgd", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListRegions_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListRegions_MaximumSet_Gen.json new file mode 100644 index 000000000000..c61a69300541 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListRegions_MaximumSet_Gen.json @@ -0,0 +1,44 @@ +{ + "title": "Organization_ListRegions_MaximumSet", + "operationId": "Organization_ListRegions", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "bnu", + "body": { + "searchFilters": { + "key8083": "ft" + } + } + }, + "responses": { + "200": { + "body": { + "data": [ + { + "kind": "muabtqsllrtrsecdvjgvntpke", + "id": "okvhazbpnpaxqchtznncekkwucejaa", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "futevtizlzyhjjrvub", + "cloud": "uagbogdrkcphfjcckxfoupusycw", + "regionName": "pzmdsnasogrogtatsdrwfyvetrhx", + "packages": [ + "dnscn" + ] + } + } + } + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListRegions_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListRegions_MinimumSet_Gen.json new file mode 100644 index 000000000000..056cf0a5f49c --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListRegions_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Organization_ListRegions_MinimumSet", + "operationId": "Organization_ListRegions", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "dvfvoveezvifybaptbuvprerr", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json new file mode 100644 index 000000000000..90c94e04adcc --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListSchemaRegistryClusters_MaximumSet_Gen.json @@ -0,0 +1,54 @@ +{ + "title": "Organization_ListSchemaRegistryClusters_MaximumSet", + "operationId": "Organization_ListSchemaRegistryClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "vkzifcygqhoewuixdmmg", + "environmentId": "psxriyxxbjnctgeohah", + "pageSize": 3, + "pageToken": "npqeazvityguunrpgbumrqivvq" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "vlwwdyfvefryzszqpimeyghwbg", + "id": "gpfxwmqatynchrxjdgvr", + "properties": { + "metadata": { + "self": "bnbnbarlsvfifpzcnsnplf", + "resourceName": "ciadqmxlpgllibvkz", + "createdTimestamp": "ouqjivxfggaxzrsmxm", + "updatedTimestamp": "ctrngbppcxdpzmp", + "deletedTimestamp": "gn" + }, + "spec": { + "name": "ofhyvugq", + "httpEndpoint": "jsszdvdfopfoaixx", + "package": "yruygcrfip", + "region": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "environment": { + "id": "k", + "related": "inuetawa", + "resourceName": "hmjptvxt" + }, + "cloud": "jcangjhteaadfyipxxso" + }, + "status": { + "phase": "nipb" + } + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json new file mode 100644 index 000000000000..67eef46f456c --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_ListSchemaRegistryClusters_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "Organization_ListSchemaRegistryClusters_MinimumSet", + "operationId": "Organization_ListSchemaRegistryClusters", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "npek", + "environmentId": "tdtxr" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Update_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..a3a7eaf5ce3f --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Organization_Update_MaximumSet_Gen.json @@ -0,0 +1,63 @@ +{ + "title": "Organization_Update_MaximumSet", + "operationId": "Organization_Update", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "nbpteobqdaoqi", + "body": { + "tags": { + "key662": "fhohynaaojyvdvlgizkfgix" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Create_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..467eb0ae0832 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Create_MaximumSet_Gen.json @@ -0,0 +1,122 @@ +{ + "title": "Topics_Create_MaximumSet", + "operationId": "Topics_Create", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "pejjxxaztwoiqnzxsjqreefyuwriny", + "environmentId": "kgozj", + "clusterId": "bvhtsxflbnakmigqocm", + "topicName": "zlqnddejetmtrl", + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + }, + "201": { + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Delete_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..57d47953c7f6 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Delete_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Topics_Delete_MaximumSet", + "operationId": "Topics_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "xxoxo", + "environmentId": "ohwjl", + "clusterId": "llmaybvui", + "topicName": "xnprfffvbjtsnneofwwlpwuzua" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Delete_MinimumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..e426076e21f6 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Delete_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Topics_Delete_MinimumSet", + "operationId": "Topics_Delete", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "dmkqbkbzegenjirw", + "environmentId": "flqluwoymahhtfjmx", + "clusterId": "xrqfldtrcxvbxxqwbbouosmvnckut", + "topicName": "uflu" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Get_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..0012d75518be --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_Get_MaximumSet_Gen.json @@ -0,0 +1,55 @@ +{ + "title": "Topics_Get_MaximumSet", + "operationId": "Topics_Get", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "mwvtthpz", + "environmentId": "gjcsgothfog", + "clusterId": "cbgic", + "topicName": "bspwihoyrewjny" + }, + "responses": { + "200": { + "body": { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_List_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..96d50888eba9 --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Topics_List_MaximumSet_Gen.json @@ -0,0 +1,61 @@ +{ + "title": "Topics_List_MaximumSet", + "operationId": "Topics_List", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "zkei", + "environmentId": "cvgvhjgrodfwwhxkm", + "clusterId": "majpwlefqsjqpfezvkvd", + "pageSize": 28, + "pageToken": "nqtivttbasuwnkum" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "kind": "olpxpglrwgzffeibtxqbzqn", + "topicId": "pughhn", + "metadata": { + "self": "jvriqck", + "resourceName": "jdscdybqkdiknhnyjb" + }, + "partitions": { + "related": "bgeg" + }, + "configs": { + "related": "bgeg" + }, + "inputConfigs": [ + { + "name": "pkjzhjsbugwmpqawh", + "value": "j" + } + ], + "partitionsReassignments": { + "related": "bgeg" + }, + "partitionsCount": "fxcu", + "replicationFactor": "ftsyww" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "qxqeghc", + "type": "p", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Validations_ValidateOrganizationV2_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Validations_ValidateOrganizationV2_MaximumSet_Gen.json new file mode 100644 index 000000000000..59b2aa36031b --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Validations_ValidateOrganizationV2_MaximumSet_Gen.json @@ -0,0 +1,51 @@ +{ + "title": "Organization Validate proxy resource", + "operationId": "Validations_ValidateOrganizationV2", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "qhipfdfhxjzvwlergbvldnwhttfb", + "body": { + "properties": { + "provisioningState": "Accepted", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": { + "token": "yvynviychdid" + } + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax" + } + }, + "responses": { + "200": { + "body": { + "info": { + "key7115": "owvfyhravpcrkzc" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Validations_ValidateOrganization_MaximumSet_Gen.json b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Validations_ValidateOrganization_MaximumSet_Gen.json new file mode 100644 index 000000000000..a4fdd4c8beeb --- /dev/null +++ b/specification/confluent/resource-manager/Microsoft.Confluent/preview/2026-05-01-preview/examples/Validations_ValidateOrganization_MaximumSet_Gen.json @@ -0,0 +1,90 @@ +{ + "title": "Organization Validate proxy resource", + "operationId": "Validations_ValidateOrganization", + "parameters": { + "api-version": "2026-05-01-preview", + "subscriptionId": "DC34558A-05D3-4370-AED8-75E60B381F94", + "resourceGroupName": "rgconfluent", + "organizationName": "bqmqthdyixbkhlgw", + "body": { + "properties": { + "provisioningState": "Accepted", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": { + "token": "yvynviychdid" + } + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTime": "2025-08-18T11:10:31.430Z", + "provisioningState": "Accepted", + "organizationId": "rcmkel", + "ssoUrl": "anhodmdyanjbkwvtkngyxvwdxupng", + "offerDetail": { + "publisherId": "jvmchwpbqvavlgmuwquhqrnacgpvlobkkavwppwvhjfqcy", + "id": "ufewkfngssvswmxfurnchnvgmnjuzzsoys", + "planId": "l", + "planName": "ycpeesrtyybhvmkdenugbkffjwistugfertrprgevcczlsnbcinotsdtsmealomyzsinypzimyyubepkuewirtcxhvxhsmwhwptvzuhirckvrgogahfwchvxnfkgfwqxqy", + "termUnit": "ipefrkgclpjaswyxpyjkppo", + "termId": "vujdve", + "privateOfferId": "goshpcnjukfzfhubmynjxiulurrwplzcjpjstebtsiigbkovchcrlfmgoymqfuayhihnxruthwjywtedlcsqqsgaelqthvfzvafyjhsfzfjwotsiajpcogwrwylgcphxfhvvwemynoyovnvqcetftiofkthgdzfvybvhpviqlwlslaupndcxlvjssdap", + "privateOfferIds": [ + "nrbzkbcpvsakewlgubfmej" + ], + "status": "Started" + }, + "userDetail": { + "firstName": "gqxqhtniapwvnsliaifhvmbtvvrciebktpeadanapfcqzflomz", + "lastName": "vhdbyshxnnxivxbgzxscscdsvlwbsukqmcw", + "emailAddress": "user@example.com", + "userPrincipalName": "g", + "aadEmail": "swugcwecfnkp" + }, + "linkOrganization": {} + }, + "tags": { + "key2047": "maumzdwvkwd" + }, + "location": "ogifpylahax", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization", + "name": "wcuxuqlxmdnulaqbp", + "type": "poesfzxtwlvrovsqncgynk", + "systemData": { + "createdBy": "lfskmafvssxoohhokqsa", + "createdByType": "User", + "createdAt": "2025-08-18T11:10:31.028Z", + "lastModifiedBy": "txubvkbhgirdizxd", + "lastModifiedByType": "User", + "lastModifiedAt": "2025-08-18T11:10:31.028Z" + } + } + } + } +} diff --git a/specification/confluent/resource-manager/readme.md b/specification/confluent/resource-manager/readme.md index fb0dd9d17f10..af5f34df4fe9 100644 --- a/specification/confluent/resource-manager/readme.md +++ b/specification/confluent/resource-manager/readme.md @@ -28,7 +28,16 @@ These are the global settings for the Confluent API. title: ConfluentManagementClient openapi-type: arm openapi-subtype: rpaas -tag: package-2025-08-18-preview +tag: package-2026-05-01-preview +``` + +### Tag: package-2026-05-01-preview + +These settings apply only when `--tag=package-2026-05-01-preview` is specified on the command line. + +```yaml $(tag) == 'package-2026-05-01-preview' +input-file: + - Microsoft.Confluent/preview/2026-05-01-preview/confluent.json ``` ### Tag: package-2025-08-18-preview @@ -180,6 +189,12 @@ suppressions: reason: We don't want the the organization name values to be restricted by the regular expressions and we have few more specific logic for validation in the backend code that involves replacing some of the chars and passing the check instead of failing at the ARM level. So the "pattern" property is not defined. - code: DefinitionsPropertiesNamesCamelCase reason: The property fields are in camel case to match the request and response payload of the confluent APIs. + - code: ProvisioningStateMustBeReadOnly + from: Microsoft.Confluent/preview/2026-05-01-preview/confluent.json + where: + - $.definitions.AccessPointProperties.properties.provisioningState + - $.definitions.NetworkGatewayProperties.properties.provisioningState + reason: "Known false positive: property is already readOnly=true via $ref sibling; see azure-openapi-validator#637" ``` \ No newline at end of file