AI Navigate

Azure.ResourceManager.Confluent_1.3.0-beta.1

Azure OpenAI .NET Releases / 3/19/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The release migrates from AutoRest/Swagger to TypeSpec-based code generation for Azure Confluent resources.
  • The API version is upgraded from 2024-02-13 to 2025-08-18-preview.
  • New resource types are introduced: SCEnvironmentRecordResource, SCClusterRecordResource, ConfluentConnectorResource, and TopicRecordResource.
  • Environment and cluster records are now modeled as ARM resources with full CRUD support.
  • Breaking changes deprecate flat organization-level methods in favor of a new resource hierarchy (organization → environment → cluster).

1.3.0-beta.1 (2026-03-18)

Features Added

  • Migrated from AutoRest/Swagger to TypeSpec-based code generation.
  • Upgraded API version from 2024-02-13 to 2025-08-18-preview.
  • Added new resource types: SCEnvironmentRecordResource, SCClusterRecordResource, ConfluentConnectorResource, and TopicRecordResource.
  • Environment and cluster records are now modeled as ARM resources with full CRUD support.

Breaking Changes

  • Deprecated flat organization-level methods (GetEnvironments, GetClusters, GetSchemaRegistryClusters, CreateApiKey, GetCluster, GetSchemaRegistryCluster) in favor of the new resource hierarchy pattern (organization → environment → cluster).