Skip to content

Eventhub 2026-01-01 cmdlets#29788

Open
schaudhari6254888 wants to merge 1 commit into
Azure:mainfrom
schaudhari6254888:EH-2026-01-01
Open

Eventhub 2026-01-01 cmdlets#29788
schaudhari6254888 wants to merge 1 commit into
Azure:mainfrom
schaudhari6254888:EH-2026-01-01

Conversation

@schaudhari6254888

@schaudhari6254888 schaudhari6254888 commented Jun 30, 2026

Copy link
Copy Markdown
Member

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings June 30, 2026 08:52
@azure-client-tools-bot-prd

Copy link
Copy Markdown
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Az.EventHub AutoRest-based surface to align with the 2026-01-01 EventHub ARM API version, including regenerating UX metadata and test recordings, and exposing a new namespace parameter (-IPAddressType) with corresponding help/changelog updates.

Changes:

  • Bump multiple EventHub resource UX definitions and recorded test traffic to api-version=2026-01-01.
  • Add/support -IPAddressType for New-AzEventHubNamespace and Set-AzEventHubNamespace, updating generated help and changelog.
  • Update AutoRest README configuration (new stable spec input, new hide directive) and refresh cluster UX metadata examples.

Reviewed changes

Copilot reviewed 78 out of 83 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
src/EventHub/EventHub/ChangeLog.md Adds an Upcoming Release entry for the new namespace parameter.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-schemagroups.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-privateEndpointConnections.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-networkSecurityPerimeterConfigurations.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-eventhubs.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-eventhubs-consumergroups.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-disasterRecoveryConfigs.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-applicationGroups.json Updates UX apiVersion to 2026-01-01.
src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/clusters.json Updates UX apiVersion and refreshes parameter sets/examples for cluster cmdlets.
src/EventHub/EventHub.Autorest/test/Test-AzEventHubName.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Set-AzEventHubNetworkRuleSet.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Set-AzEventHubConsumerGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Set-AzEventHubAuthorizationRule.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Remove-AzEventHubSchemaGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Remove-AzEventHubConsumerGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Remove-AzEventHubApplicationGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Remove-AzEventHub.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/New-AzEventHubSchemaGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/New-AzEventHubKey.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/New-AzEventHubGeoDRConfiguration.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/New-AzEventHubConsumerGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/New-AzEventHubAuthorizationRule.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/New-AzEventHubApplicationGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubSchemaGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubPrivateLink.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubPrivateEndpointConnection.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubNetworkRuleSet.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubNamespaceV2.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubKey.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubConsumerGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubAuthorizationRule.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubApplicationGroup.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHub.Recording.json Updates recorded requests to api-version 2026-01-01.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubClusterNamespace.Tests.ps1 Marks cluster-namespace test as skipped.
src/EventHub/EventHub.Autorest/test/Get-AzEventHubCluster.Tests.ps1 Marks cluster cmdlet tests as skipped.
src/EventHub/EventHub.Autorest/README.md Updates AutoRest input-file list and adds a hide directive.
src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs Minor formatting change.
src/EventHub/EventHub.Autorest/docs/Set-AzEventHubNamespace.md Adds -IPAddressType to syntax and parameter docs.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubSchemaGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubPrivateEndpointConnection.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubNamespace.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubGeoDRConfiguration.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubConsumerGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubCluster.md Updates syntax/parameter sets and parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubApplicationGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Remove-AzEventHub.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/New-AzEventHubSchemaGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/New-AzEventHubNamespace.md Adds -IPAddressType to syntax and parameter docs.
src/EventHub/EventHub.Autorest/docs/New-AzEventHubGeoDRConfiguration.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/New-AzEventHubConsumerGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/New-AzEventHubCluster.md Updates syntax/parameter sets and adds/updates parameter docs.
src/EventHub/EventHub.Autorest/docs/New-AzEventHubApplicationGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/New-AzEventHub.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubSchemaGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubPrivateLink.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubPrivateEndpointConnection.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubNetworkSecurityPerimeterConfigurationsForAssociation.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubNetworkSecurityPerimeterConfiguration.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubNetworkRuleSet.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubNamespace.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubGeoDRConfiguration.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubConsumerGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubClustersAvailableRegion.md Updates syntax/parameter sets and parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubClusterNamespace.md Updates syntax/parameter sets and parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubCluster.md Updates syntax/parameter sets and parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHubApplicationGroup.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Get-AzEventHub.md Updates parameter descriptions.
src/EventHub/EventHub.Autorest/docs/Az.EventHub.md Updates the help header metadata (module GUID).
src/EventHub/EventHub.Autorest/custom/Set-AzEventHubNamespace.ps1 Adds -IPAddressType and applies it to the namespace update payload.
src/EventHub/EventHub.Autorest/custom/New-AzEventHubNamespace.ps1 Adds -IPAddressType to namespace create parameters.

Comment thread src/EventHub/EventHub/ChangeLog.md
Comment thread src/EventHub/EventHub.Autorest/README.md
Comment thread src/EventHub/EventHub.Autorest/README.md
Comment thread src/EventHub/EventHub.Autorest/docs/Az.EventHub.md
Comment thread src/EventHub/EventHub.Autorest/test/Get-AzEventHubCluster.Tests.ps1
Comment thread src/EventHub/EventHub.Autorest/test/Get-AzEventHubCluster.Tests.ps1
Comment thread src/EventHub/EventHub.Autorest/test/Get-AzEventHubCluster.Tests.ps1
Comment thread src/EventHub/EventHub.Autorest/test/Get-AzEventHubCluster.Tests.ps1
@VeryEarly VeryEarly self-assigned this Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants