Add Confluent PowerShell commands for API version 2025-08-18-preview#29246
Add Confluent PowerShell commands for API version 2025-08-18-preview#29246Shekar2004 wants to merge 1 commit intoAzure:mainfrom
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Pull request overview
Updates the Az.Confluent module to onboard Confluent management-plane cmdlets generated from the 2025-08-18-preview API version, including refreshed docs, UX metadata, and test scaffolding.
Changes:
- Added new cmdlet help/docs and UX descriptors for preview API resources (environments, clusters, topics, connectors, API keys, access endpoints).
- Updated module manifest/solution wiring and bumped assembly version to 0.3.0.
- Added/updated example markdowns and Pester test stubs + recordings for the new cmdlets.
Reviewed changes
Copilot reviewed 151 out of 175 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Confluent/Confluent/help/Get-AzConfluentOrganizationEnvironment.md | New cmdlet help for listing/getting organization environments |
| src/Confluent/Confluent/help/Get-AzConfluentOrganizationClusterApiKey.md | New cmdlet help for fetching cluster API key details |
| src/Confluent/Confluent/help/Get-AzConfluentOrganization.md | Updated help metadata/types/descriptions for consistency with newer generator output |
| src/Confluent/Confluent/help/Get-AzConfluentMarketplaceAgreement.md | Updated help metadata/type casing + parameter descriptions |
| src/Confluent/Confluent/help/Get-AzConfluentAccessUser.md | New cmdlet help for listing organization users |
| src/Confluent/Confluent/help/Get-AzConfluentAccessCluster.md | New cmdlet help for cluster access listing |
| src/Confluent/Confluent/help/Az.Confluent.md | Updated module cmdlet index to include new cmdlets |
| src/Confluent/Confluent/Az.Confluent.psd1 | Manifest updates (required Az.Accounts version, exported functions list, generated date) |
| src/Confluent/Confluent.sln | Solution wiring updated to new generated project path/name |
| src/Confluent/Confluent.Autorest/test/env.json | Updated test environment values used by Pester tests |
| src/Confluent/Confluent.Autorest/test/Update-AzConfluentTopic.Tests.ps1 | New Pester test stub for Update-AzConfluentTopic |
| src/Confluent/Confluent.Autorest/test/Update-AzConfluentOrganization.Tests.ps1 | Existing Pester tests marked skipped |
| src/Confluent/Confluent.Autorest/test/Update-AzConfluentConnector.Tests.ps1 | New Pester test stub for Update-AzConfluentConnector |
| src/Confluent/Confluent.Autorest/test/Test-AzConfluentValidationOrganizationV2.Tests.ps1 | New Pester test stub for org validation V2 |
| src/Confluent/Confluent.Autorest/test/Test-AzConfluentValidationOrganization.Tests.ps1 | New Pester test stub for org validation |
| src/Confluent/Confluent.Autorest/test/Set-AzConfluentEnvironment.Tests.ps1 | New Pester test stub for Set-AzConfluentEnvironment |
| src/Confluent/Confluent.Autorest/test/Set-AzConfluentConnector.Tests.ps1 | New Pester test stub for Set-AzConfluentConnector |
| src/Confluent/Confluent.Autorest/test/Set-AzConfluentCluster.Tests.ps1 | New Pester test stub for Set-AzConfluentCluster |
| src/Confluent/Confluent.Autorest/test/Remove-AzConfluentTopic.Tests.ps1 | New Pester test stub for Remove-AzConfluentTopic |
| src/Confluent/Confluent.Autorest/test/Remove-AzConfluentOrganizationClusterApiKey.Tests.ps1 | New Pester test stub for removing API keys |
| src/Confluent/Confluent.Autorest/test/Remove-AzConfluentEnvironment.Tests.ps1 | New Pester test stub for removing environments |
| src/Confluent/Confluent.Autorest/test/Remove-AzConfluentConnector.Tests.ps1 | New Pester test stub for removing connectors |
| src/Confluent/Confluent.Autorest/test/Remove-AzConfluentCluster.Tests.ps1 | New Pester test stub for removing clusters |
| src/Confluent/Confluent.Autorest/test/Remove-AzConfluentAccessRoleBinding.Tests.ps1 | New Pester test stub for removing role bindings |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentTopic.Tests.ps1 | New Pester test stub for creating topics |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentOrganizationApiKey.Tests.ps1 | New Pester test stub for creating org API keys |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentOrganization.Tests.ps1 | Existing Pester tests marked skipped |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentEnvironment.Tests.ps1 | New Pester test stub for creating environments |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentConnector.Tests.ps1 | New Pester test stub for creating connectors |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentCluster.Tests.ps1 | New Pester test stub for creating clusters |
| src/Confluent/Confluent.Autorest/test/New-AzConfluentAccessRoleBinding.Tests.ps1 | New Pester test stub for creating role bindings |
| src/Confluent/Confluent.Autorest/test/Invoke-AzConfluentInviteAccessUser.Tests.ps1 | New Pester test stub for inviting users |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentTopic.Tests.ps1 | New Pester test stub for listing/getting topics |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentOrganizationSchemaRegistryCluster.Tests.ps1 | New Pester test stub for schema registry clusters |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentOrganizationRegion.Tests.ps1 | New Pester test stub for regions |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentOrganizationEnvironment.Tests.ps1 | New Pester test stub for environments |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentOrganizationClusterApiKey.Tests.ps1 | New Pester test stub for API keys |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentOrganizationCluster.Tests.ps1 | New Pester test stub for clusters |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentOrganization.Tests.ps1 | Existing Pester tests marked skipped |
| src/Confluent/Confluent.Autorest/test/Get-AzConfluentMarketplaceAgreement.Recording.json | Updated recording to new subscription + preview API version |
| src/Confluent/Confluent.Autorest/how-to.md | Updated module naming references in developer how-to |
| src/Confluent/Confluent.Autorest/generate-info.json | Updated autorest generation id |
| src/Confluent/Confluent.Autorest/examples/Update-AzConfluentTopic.md | New example content for updating topics |
| src/Confluent/Confluent.Autorest/examples/Update-AzConfluentConnector.md | New example content for updating connectors |
| src/Confluent/Confluent.Autorest/examples/Test-AzConfluentValidationOrganizationV2.md | New example content for org validation V2 |
| src/Confluent/Confluent.Autorest/examples/Test-AzConfluentValidationOrganization.md | New example content for org validation |
| src/Confluent/Confluent.Autorest/examples/Set-AzConfluentEnvironment.md | New example content for setting environments |
| src/Confluent/Confluent.Autorest/examples/Set-AzConfluentConnector.md | New example content for setting connectors |
| src/Confluent/Confluent.Autorest/examples/Set-AzConfluentCluster.md | New example content for setting clusters |
| src/Confluent/Confluent.Autorest/examples/Remove-AzConfluentTopic.md | New example content for removing topics |
| src/Confluent/Confluent.Autorest/examples/Remove-AzConfluentOrganizationClusterApiKey.md | New example content for removing API keys |
| src/Confluent/Confluent.Autorest/examples/Remove-AzConfluentEnvironment.md | New example content for removing environments |
| src/Confluent/Confluent.Autorest/examples/Remove-AzConfluentConnector.md | New example content for removing connectors |
| src/Confluent/Confluent.Autorest/examples/Remove-AzConfluentCluster.md | New example content for removing clusters |
| src/Confluent/Confluent.Autorest/examples/Remove-AzConfluentAccessRoleBinding.md | New example content for removing role bindings |
| src/Confluent/Confluent.Autorest/examples/New-AzConfluentTopic.md | New example content for creating topics |
| src/Confluent/Confluent.Autorest/examples/New-AzConfluentOrganizationApiKey.md | New example content for creating org API keys |
| src/Confluent/Confluent.Autorest/examples/New-AzConfluentEnvironment.md | New example content for creating environments |
| src/Confluent/Confluent.Autorest/examples/New-AzConfluentConnector.md | New example content for creating connectors |
| src/Confluent/Confluent.Autorest/examples/New-AzConfluentCluster.md | New example content for creating clusters |
| src/Confluent/Confluent.Autorest/examples/New-AzConfluentAccessRoleBinding.md | New example content for creating role bindings |
| src/Confluent/Confluent.Autorest/examples/Invoke-AzConfluentInviteAccessUser.md | New example content for inviting users |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentTopic.md | New example content for listing/getting topics |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentOrganizationSchemaRegistryCluster.md | New example content for schema registry clusters |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentOrganizationRegion.md | New example content for regions |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentOrganizationEnvironment.md | New example content for environments |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentOrganizationClusterApiKey.md | New example content for API keys |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentOrganizationCluster.md | New example content for clusters |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentConnector.md | New example content for connectors |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessUser.md | New example content for listing users |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessServiceAccount.md | New example content for listing service accounts |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessRoleBindingNameList.md | New example content for role binding name list |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessRoleBinding.md | New example content for listing role bindings |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessInvitation.md | New example content for listing invitations |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessEnvironment.md | New example content for listing environments (access) |
| src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessCluster.md | New example content for listing clusters (access) |
| src/Confluent/Confluent.Autorest/docs/Update-AzConfluentOrganization.md | Updated reference doc metadata/type casing + description capitalization |
| src/Confluent/Confluent.Autorest/docs/Remove-AzConfluentOrganizationClusterApiKey.md | New reference doc for removing org cluster API keys |
| src/Confluent/Confluent.Autorest/docs/Remove-AzConfluentOrganization.md | Updated reference doc metadata/type casing |
| src/Confluent/Confluent.Autorest/docs/Remove-AzConfluentAccessRoleBinding.md | New reference doc for removing role bindings |
| src/Confluent/Confluent.Autorest/docs/README.md | Updated docs README module name casing |
| src/Confluent/Confluent.Autorest/docs/New-AzConfluentOrganization.md | Updated reference doc (new parameters + metadata/type casing) |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentOrganizationRegion.md | New reference doc for regions |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentOrganizationClusterApiKey.md | New reference doc for API keys |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentOrganization.md | Updated reference doc metadata/type casing |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentMarketplaceAgreement.md | Updated reference doc metadata/type casing |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentAccessRoleBindingNameList.md | New reference doc for role binding name list |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentAccessRoleBinding.md | New reference doc for role bindings |
| src/Confluent/Confluent.Autorest/docs/Get-AzConfluentAccessCluster.md | New reference doc for access cluster listing |
| src/Confluent/Confluent.Autorest/docs/Az.Confluent.md | Updated module doc index and module metadata |
| src/Confluent/Confluent.Autorest/custom/README.md | Updated custom cmdlets README module name/type casing |
| src/Confluent/Confluent.Autorest/custom/Az.Confluent.custom.psm1 | Updated internal/private module import paths to new casing |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations.json | Updated API version to 2025-08-18-preview |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-environments.json | New UX descriptor for environments endpoints/cmdlets |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-environments-schemaRegistryClusters.json | New UX descriptor for schema registry cluster get |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-environments-clusters.json | New UX descriptor for clusters get/remove |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-environments-clusters-topics.json | New UX descriptor for topics get/remove |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-environments-clusters-connectors.json | New UX descriptor for connectors get/remove |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-deleteRoleBinding.json | New UX descriptor for role binding deletion |
| src/Confluent/Confluent.Autorest/UX/Microsoft.Confluent/organizations-apiKeys.json | New UX descriptor for API keys get/remove |
| src/Confluent/Confluent.Autorest/README.md | Updated autorest config to preview spec + commit, and module naming |
| src/Confluent/Confluent.Autorest/Properties/AssemblyInfo.cs | Version bump to 0.3.0 |
You can also share your feedback on Copilot code review. Take the survey.
src/Confluent/Confluent.Autorest/examples/Update-AzConfluentConnector.md
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/custom/Az.Confluent.custom.psm1
Outdated
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/test/Update-AzConfluentOrganization.Tests.ps1
Outdated
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/test/Update-AzConfluentOrganization.Tests.ps1
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 150 out of 175 changed files in this pull request and generated 13 comments.
You can also share your feedback on Copilot code review. Take the survey.
src/Confluent/Confluent.Autorest/custom/Az.Confluent.custom.psm1
Outdated
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/test/Get-AzConfluentMarketplaceAgreement.Recording.json
Outdated
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/examples/New-AzConfluentOrganizationApiKey.md
Outdated
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/docs/Remove-AzConfluentOrganizationClusterApiKey.md
Outdated
Show resolved
Hide resolved
src/Confluent/Confluent.Autorest/examples/Get-AzConfluentAccessCluster.md
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
e64d27e to
aaa5482
Compare
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
src/Confluent/Confluent.Autorest/examples/Update-AzConfluentConnector.md
Outdated
Show resolved
Hide resolved
|
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
7616e56 to
0422e43
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
982812f to
6a28a8b
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
… 2025-08-18-preview
6a28a8b to
c687735
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.