Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions sdk/confluent/azure-mgmt-confluent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release History

## 3.0.0b2 (2026-07-16)

### Features Added

- Client `ConfluentManagementClient` added operation group `access_point_resources`
- Client `ConfluentManagementClient` added operation group `network_gateway_resources`
- Added model `AccessPointProperties`
- Added model `AccessPointResource`
- Added model `ActivateSaaSParameterRequest`
- Added model `KeyValuePair`
- Added model `LatestLinkedSaaSResponse`
- Added model `NetworkGatewayProperties`
- Added model `NetworkGatewayResource`
- Added model `SaaSData`
- Added model `SaaSResourceDetailsResponse`
- Added model `VnetInjectionDetails`
- Operation group `OrganizationOperations` added method `begin_activate_resource`
- Operation group `OrganizationOperations` added method `begin_link_saa_s`
- Operation group `OrganizationOperations` added method `latest_linked_saa_s`
- Added operation group `AccessPointResourcesOperations`
- Added operation group `NetworkGatewayResourcesOperations`

## 3.0.0b1 (2026-03-16)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/confluent/azure-mgmt-confluent/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Confluent Management Client Library.
This package has been tested with Python 3.9+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.9+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
10 changes: 7 additions & 3 deletions sdk/confluent/azure-mgmt-confluent/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"apiVersion": "2025-08-18-preview",
"commit": "bf2f971b4319da9f5624da7f3c13d487be477897",
"apiVersion": "2026-06-02-preview",
"apiVersions": {
"Microsoft.Confluent": "2026-06-02-preview"
},
"commit": "ca9f13fac97f113332fc462668af7d800d570d54",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/confluent/Confluent.Management",
"emitterVersion": "0.60.0"
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
Loading
Loading