[Confluent] Add cmdlets for API version 2024-07-01 stable#8520
[Confluent] Add cmdlets for API version 2024-07-01 stable#8520almasak wants to merge 3 commits intoAzure:mainfrom
Conversation
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| confluent agreement | sub group confluent agreement added |
||
| confluent organization access | sub group confluent organization access added |
||
| confluent organization api-key delete | cmd confluent organization api-key delete update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization api-key show | cmd confluent organization api-key show added |
||
| confluent organization create-role-bindings | cmd confluent organization create-role-bindings added |
||
| confluent organization environment cluster connector | sub group confluent organization environment cluster connector added |
||
| confluent organization environment cluster create | cmd confluent organization environment cluster create added |
||
| confluent organization environment cluster create-api-key | cmd confluent organization environment cluster create-api-key update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization environment cluster delete | cmd confluent organization environment cluster delete added |
||
| confluent organization environment cluster list | cmd confluent organization environment cluster list update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization environment cluster show | cmd confluent organization environment cluster show update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization environment cluster topic | sub group confluent organization environment cluster topic added |
||
| confluent organization environment cluster update | cmd confluent organization environment cluster update added |
||
| confluent organization environment create | cmd confluent organization environment create added |
||
| confluent organization environment delete | cmd confluent organization environment delete added |
||
| confluent organization environment list | cmd confluent organization environment list update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization environment schema-registry-cluster list | cmd confluent organization environment schema-registry-cluster list update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization environment schema-registry-cluster show | cmd confluent organization environment schema-registry-cluster show update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization environment show | cmd confluent organization environment show added |
||
| confluent organization environment update | cmd confluent organization environment update added |
||
| confluent organization list-role-binding | cmd confluent organization list-role-binding update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization list-service-accounts | cmd confluent organization list-service-accounts update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization list-users | cmd confluent organization list-users update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
||
| confluent organization role-binding delete | cmd confluent organization role-binding delete update parameter resource_group: updated property options from ['--resource-group'] to ['--resource-group', '-g'] |
|
Hi @almasak, |
|
Hi @almasak, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
|
Hi @almasak, please add tests for them and add examples for the put or post method generated commands. It's required for GA release. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.