Add AAZ Command Generation for Confluent Preview API Version 2025-08-18-preview#968
Open
Shekar2004 wants to merge 1 commit intoAzure:mainfrom
Open
Add AAZ Command Generation for Confluent Preview API Version 2025-08-18-preview#968Shekar2004 wants to merge 1 commit intoAzure:mainfrom
Shekar2004 wants to merge 1 commit intoAzure:mainfrom
Conversation
Member
Author
Member
|
@Shekar2004 it's only about the metada, could you please provide the link of code changes as well? |
Member
Author
|
Sure, the corresponding Changes were made in the azure-cli-extension repo with PR: Azure/azure-cli-extensions#9685 |
4 tasks
Member
please fix its ci. |
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.
Confluent Preview API – Command Generation
API Version:
2025-08-18-previewThis update introduces Azure CLI command definitions and resource models for the Confluent service, targeting the preview API version
2025-08-18-preview.Overview
This pull request adds support for managing Confluent resources via Azure CLI using the new preview API version.
The update includes:
2025-08-18-previewAPI versionCommand Definitions
New command stubs have been added under the
confluentcommand group.confluent agreementOperations:
listdefault createconfluent organizationOperations:
createdeletelistshowupdatecreate-role-bindingcreate-userlist-regionlist-role-bindinglist-service-accountslist-usersconfluent organization accessOperations:
list-clusterlist-environmentlist-invitationlist-role-binding-name-listconfluent organization api-keyOperations:
deleteshowconfluent organization environmentOperations:
createdeletelistshowupdateconfluent organization environment clusterOperations:
createdeletelistshowupdatecreate-api-keyconfluent organization environment cluster connectorOperations:
createdeletelistshowupdateconfluent organization environment cluster topicOperations:
createdeletelistshowupdateconfluent organization environment schema-registry-clusterOperations:
listshowconfluent organization role-bindingOperations:
deleteconfluent validationOperations:
orgvalidateorgvalidate-v2Resource Models
Resource definition files have been added under the
Resourcesdirectory.Added Files
2025-08-18-preview.json2025-08-18-preview.xmlApproximately 90 resource model files were generated.
Corresponding Code Changes
The code changes based on these new commands were made in Azure/azure-cli-extension repo with PR: Azure/azure-cli-extensions#9685
Supported Resource Types
The generated models cover the following Confluent resources:
API Version
2025-08-18-previewRepository Changes
Notes