[AutoPR sdk-resourcemanager/confluent/armconfluent]-generated-from-SDK Generation - Go-5858327#26002
Open
azure-sdk wants to merge 1 commit intoAzure:mainfrom
Conversation
…ig.yaml', API Version: 2025-08-18-preview, SDK Release Type: beta, and CommitSHA: '37e381cdb441a1370593507d94157f3f6a57a154' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5858327 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Confluent resource manager SDK from API version 2024-02-13 to 2025-08-18-preview, migrating from AutoRest to TypeSpec-based code generation. This is a major version bump (v2.0.0-beta.1) that includes breaking changes and new functionality for managing Confluent clusters, connectors, environments, and topics.
Changes:
- Migrated from AutoRest to TypeSpec code generation (Go Code Generator)
- Updated API version from 2024-02-13 to 2025-08-18-preview
- Added new client types: ClusterClient, ConnectorClient, EnvironmentClient, TopicsClient
- Breaking changes to MarketplaceAgreementsClient.Create, OrganizationClient.BeginCreate, and OrganizationClient.Update method signatures
- Updated module path to include
/v2suffix - Added new enum types for connectors, auth types, and data formats
Reviewed changes
Copilot reviewed 47 out of 48 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated module path to v2, upgraded azcore to v1.21.0, updated toolchain to go 1.24.0 |
| tsp-location.yaml | New TypeSpec configuration file |
| version.go | New file with module version v2.0.0-beta.1 |
| autorest.md, build.go | Removed AutoRest configuration files |
| cluster_client.go, connector_client.go, environment_client.go, topics_client.go | New client implementations for additional resources |
| validations_client.go, marketplaceagreements_client.go, organizationoperations_client.go | Updated for new API version and code generator |
| constants.go | Added new enum types for connectors and configurations |
| interfaces.go, polymorphic_helpers.go | New files for polymorphic type support |
| CHANGELOG.md | Documents breaking changes and new features |
| README.md | Updated import path to v2 |
| All example test files | Updated with new import paths and API examples |
JiaqiZhang-Dev
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configurations: 'specification/confluent/Confluent.Management/tspconfig.yaml', API Version: 2025-08-18-preview, SDK Release Type: beta, and CommitSHA: '37e381cdb441a1370593507d94157f3f6a57a154' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5858327 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.