Eventhub 2026-01-01 cmdlets#29788
Open
schaudhari6254888 wants to merge 1 commit into
Open
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Contributor
There was a problem hiding this comment.
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
-IPAddressTypeforNew-AzEventHubNamespaceandSet-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. |
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.
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.