Skip to content

[AutoPR @azure-arm-eventhub]-generated-from-SDK Generation - JS-6632569 - #39366

Open
azure-sdk-automation[bot] wants to merge 3 commits into
mainfrom
sdkauto/@azure-arm-eventhub-6603230
Open

[AutoPR @azure-arm-eventhub]-generated-from-SDK Generation - JS-6632569#39366
azure-sdk-automation[bot] wants to merge 3 commits into
mainfrom
sdkauto/@azure-arm-eventhub-6603230

Conversation

@azure-sdk-automation

@azure-sdk-automation azure-sdk-automation Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Configurations: 'specification/eventhub/resource-manager/Microsoft.EventHub/Eventhub/tspconfig.yaml', SDK Release Type: beta, and CommitSHA: '801a60cdad2669e8f824fedfbabbfe7f7093b940' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6632569 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=35435 Submitted by:

Copilot AI review requested due to automatic review settings July 22, 2026 19:05
@azure-sdk-automation azure-sdk-automation Bot added the auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically. label Jul 22, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
9 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@github-actions github-actions Bot added Mgmt This issue is related to a management-plane library. mgmt-review-needed labels Jul 22, 2026

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

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the @azure/arm-eventhub generated SDK to a newer Event Hubs ARM spec, adding new operation groups and models while refreshing exports, metadata, and samples to align with the 2026-07-01-preview API version.

Changes:

  • Added new FabricShortcuts and UpgradePreferences operation groups (client surface + classic helpers + api exports).
  • Bumped default API version usages across generated operations to 2026-07-01-preview and updated generator metadata.
  • Refreshed and added JavaScript/TypeScript samples to match the new spec and new features (e.g., dual-stack IP type).

Reviewed changes

Copilot reviewed 290 out of 290 changed files in this pull request and generated no comments.

Show a summary per file
Reviewed Changes (changed files)
File Description
sdk/eventhub/arm-eventhub/warp.config.yml Exposes newly generated API entrypoints via warp exports.
sdk/eventhub/arm-eventhub/tsp-location.yaml Points generation to a newer swagger/spec commit.
sdk/eventhub/arm-eventhub/src/models/index.ts Re-exports new models/enums (FabricShortcut, UpgradePreferences, IpAddressType).
sdk/eventhub/arm-eventhub/src/index.ts Surfaces new models and operation group types from the package root.
sdk/eventhub/arm-eventhub/src/eventHubManagementClient.ts Wires new operation groups onto the public client; simplifies client creation options.
sdk/eventhub/arm-eventhub/src/classic/upgradePreferencesOperations/index.ts Adds classic wrapper for UpgradePreferences operations.
sdk/eventhub/arm-eventhub/src/classic/fabricShortcuts/index.ts Adds classic wrapper for FabricShortcuts operations.
sdk/eventhub/arm-eventhub/src/classic/index.ts Re-exports new classic operation-group types.
sdk/eventhub/arm-eventhub/src/classic/applicationGroupOperations/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/clusters/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/configuration/index.ts Adjusts patch return type (undefined -> void) and formatting cleanup.
sdk/eventhub/arm-eventhub/src/classic/consumerGroups/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/disasterRecoveryConfigs/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/eventHubs/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/namespaces/index.ts Adjusts update return type (undefined -> void) and formatting cleanup.
sdk/eventhub/arm-eventhub/src/classic/networkSecurityPerimeterConfigurationOperations/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/networkSecurityPerimeterConfigurations/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/operations/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/privateEndpointConnections/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/privateLinkResources/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/classic/schemaRegistry/index.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/eventHubManagementContext.ts Updates user-agent prefix construction to avoid redundant tokens.
sdk/eventhub/arm-eventhub/src/api/applicationGroupOperations/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/applicationGroupOperations/operations.ts Bumps default api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/clusters/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/configuration/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/configuration/operations.ts Bumps api-version + changes patch return type behavior (undefined -> void).
sdk/eventhub/arm-eventhub/src/api/consumerGroups/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/consumerGroups/operations.ts Bumps default api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/disasterRecoveryConfigs/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/eventHubs/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/fabricShortcuts/index.ts New API surface for FabricShortcuts operations/options.
sdk/eventhub/arm-eventhub/src/api/fabricShortcuts/options.ts New option types for FabricShortcuts operations.
sdk/eventhub/arm-eventhub/src/api/namespaces/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/networkSecurityPerimeterConfigurationOperations/operations.ts Bumps default api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/networkSecurityPerimeterConfigurations/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/networkSecurityPerimeterConfigurations/operations.ts Bumps api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/operations/operations.ts Bumps default api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/privateEndpointConnections/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/privateEndpointConnections/operations.ts Bumps api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/privateLinkResources/operations.ts Bumps default api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/schemaRegistry/options.ts Formatting-only cleanup (removed stray whitespace lines).
sdk/eventhub/arm-eventhub/src/api/schemaRegistry/operations.ts Bumps api-version to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/src/api/upgradePreferencesOperations/index.ts New API surface for UpgradePreferences operations/options.
sdk/eventhub/arm-eventhub/src/api/upgradePreferencesOperations/options.ts New option types for UpgradePreferences operations.
sdk/eventhub/arm-eventhub/package.json Adds package exports for new API modules.
sdk/eventhub/arm-eventhub/metadata.json Updates apiVersion + emitter version and adds new model/enum mappings.
sdk/eventhub/arm-eventhub/review/arm-eventhub-browser.api.diff.md Updates API diff artifacts reflecting regenerated surface.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/upgradePreferencesOperationsUpgradeNowSample.ts Adds new TS sample for UpgradePreferences upgradeNow.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/upgradePreferencesOperationsGetSample.ts Adds new TS sample for UpgradePreferences get.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/upgradePreferencesOperationsCreateOrUpdateSample.ts Adds new TS sample for UpgradePreferences createOrUpdate.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsApproveSample.ts Adds new TS sample for FabricShortcuts approve.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsRejectSample.ts Adds new TS sample for FabricShortcuts reject.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsCreateOrUpdateSample.ts Adds new TS sample for FabricShortcuts createOrUpdate.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsDeleteSample.ts Adds new TS sample for FabricShortcuts delete.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsGetSample.ts Adds new TS sample for FabricShortcuts get.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsListByEventHubSample.ts Adds new TS sample for FabricShortcuts listByEventHub.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesCreateOrUpdateSample.ts Updates TS sample set; adds dual-stack namespace create sample.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/applicationGroupOperationsCreateOrUpdateApplicationGroupSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/applicationGroupOperationsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/applicationGroupOperationsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/applicationGroupOperationsListByNamespaceSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersListAvailableClusterRegionSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersListByResourceGroupSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersListBySubscriptionSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersListNamespacesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/clustersUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/configurationGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/configurationPatchSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/consumerGroupsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/consumerGroupsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/consumerGroupsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/consumerGroupsListByEventHubSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsBreakPairingSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsCheckNameAvailabilitySample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsFailOverSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsGetAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsListAuthorizationRulesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsListKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/disasterRecoveryConfigsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsCreateOrUpdateAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsCreateOrUpdateSample.ts Updates x-ms-original-file references to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsDeleteAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsGetAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsListAuthorizationRulesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsListByNamespaceSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsListKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/eventHubsRegenerateKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/networkSecurityPerimeterConfigurationOperationsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/networkSecurityPerimeterConfigurationsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/networkSecurityPerimeterConfigurationsGetResourceAssociationNameSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesCheckNameAvailabilitySample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesCreateOrUpdateAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesCreateOrUpdateNetworkRuleSetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesDeleteAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesFailoverSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesGetAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesGetNetworkRuleSetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesListAuthorizationRulesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesListByResourceGroupSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesListKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesListNetworkRuleSetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesRegenerateKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/operationsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/privateEndpointConnectionsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/privateEndpointConnectionsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/privateEndpointConnectionsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/privateEndpointConnectionsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/privateLinkResourcesGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/schemaRegistryCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/schemaRegistryDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/schemaRegistryGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/schemaRegistryListByNamespaceSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/upgradePreferencesOperationsUpgradeNowSample.js Adds new JS sample for UpgradePreferences upgradeNow.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/upgradePreferencesOperationsGetSample.js Adds new JS sample for UpgradePreferences get.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/upgradePreferencesOperationsCreateOrUpdateSample.js Adds new JS sample for UpgradePreferences createOrUpdate.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/fabricShortcutsApproveSample.js Adds new JS sample for FabricShortcuts approve.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/fabricShortcutsRejectSample.js Adds new JS sample for FabricShortcuts reject.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/fabricShortcutsCreateOrUpdateSample.js Adds new JS sample for FabricShortcuts createOrUpdate.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/fabricShortcutsDeleteSample.js Adds new JS sample for FabricShortcuts delete.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/fabricShortcutsGetSample.js Adds new JS sample for FabricShortcuts get.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/fabricShortcutsListByEventHubSample.js Adds new JS sample for FabricShortcuts listByEventHub.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesCreateOrUpdateSample.js Updates JS sample set; adds dual-stack namespace create sample.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/applicationGroupOperationsCreateOrUpdateApplicationGroupSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/applicationGroupOperationsDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/applicationGroupOperationsGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/applicationGroupOperationsListByNamespaceSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersCreateOrUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersListAvailableClusterRegionSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersListByResourceGroupSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersListBySubscriptionSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersListNamespacesSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/clustersUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/configurationGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/configurationPatchSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/consumerGroupsCreateOrUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/consumerGroupsDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/consumerGroupsGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/consumerGroupsListByEventHubSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsBreakPairingSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsCheckNameAvailabilitySample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsCreateOrUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsFailOverSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsGetAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsListAuthorizationRulesSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsListKeysSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/disasterRecoveryConfigsListSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsCreateOrUpdateAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsCreateOrUpdateSample.js Updates x-ms-original-file references to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsDeleteAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsGetAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsListAuthorizationRulesSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsListByNamespaceSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsListKeysSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/eventHubsRegenerateKeysSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/networkSecurityPerimeterConfigurationOperationsListSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/networkSecurityPerimeterConfigurationsCreateOrUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/networkSecurityPerimeterConfigurationsGetResourceAssociationNameSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesCheckNameAvailabilitySample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesCreateOrUpdateAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesCreateOrUpdateNetworkRuleSetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesDeleteAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesFailoverSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesGetAuthorizationRuleSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesGetNetworkRuleSetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesListAuthorizationRulesSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesListByResourceGroupSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesListKeysSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesListNetworkRuleSetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesListSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesRegenerateKeysSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/namespacesUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/operationsListSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/privateEndpointConnectionsCreateOrUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/privateEndpointConnectionsDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/privateEndpointConnectionsGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/privateEndpointConnectionsListSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/privateLinkResourcesGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/schemaRegistryCreateOrUpdateSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/schemaRegistryDeleteSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/schemaRegistryGetSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples/v6-beta/javascript/schemaRegistryListByNamespaceSample.js Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/upgradePreferencesOperationsUpgradeNowSample.ts Adds new dev TS sample for UpgradePreferences upgradeNow.
sdk/eventhub/arm-eventhub/samples-dev/upgradePreferencesOperationsGetSample.ts Adds new dev TS sample for UpgradePreferences get.
sdk/eventhub/arm-eventhub/samples-dev/upgradePreferencesOperationsCreateOrUpdateSample.ts Adds new dev TS sample for UpgradePreferences createOrUpdate.
sdk/eventhub/arm-eventhub/samples-dev/fabricShortcutsApproveSample.ts Adds new dev TS sample for FabricShortcuts approve.
sdk/eventhub/arm-eventhub/samples-dev/fabricShortcutsRejectSample.ts Adds new dev TS sample for FabricShortcuts reject.
sdk/eventhub/arm-eventhub/samples-dev/fabricShortcutsCreateOrUpdateSample.ts Adds new dev TS sample for FabricShortcuts createOrUpdate.
sdk/eventhub/arm-eventhub/samples-dev/fabricShortcutsDeleteSample.ts Adds new dev TS sample for FabricShortcuts delete.
sdk/eventhub/arm-eventhub/samples-dev/fabricShortcutsGetSample.ts Adds new dev TS sample for FabricShortcuts get.
sdk/eventhub/arm-eventhub/samples-dev/fabricShortcutsListByEventHubSample.ts Adds new dev TS sample for FabricShortcuts listByEventHub.
sdk/eventhub/arm-eventhub/samples-dev/namespacesCreateOrUpdateSample.ts Updates dev TS sample set; adds dual-stack namespace create sample.
sdk/eventhub/arm-eventhub/samples-dev/applicationGroupOperationsCreateOrUpdateApplicationGroupSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/applicationGroupOperationsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/applicationGroupOperationsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/applicationGroupOperationsListByNamespaceSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersListAvailableClusterRegionSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersListByResourceGroupSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersListBySubscriptionSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersListNamespacesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/clustersUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/configurationGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/configurationPatchSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/consumerGroupsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/consumerGroupsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/consumerGroupsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/consumerGroupsListByEventHubSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsBreakPairingSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsFailOverSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsListKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/disasterRecoveryConfigsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsCreateOrUpdateAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsCreateOrUpdateSample.ts Updates x-ms-original-file references to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsDeleteAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsGetAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsListAuthorizationRulesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsListByNamespaceSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsListKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/eventHubsRegenerateKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/networkSecurityPerimeterConfigurationOperationsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/networkSecurityPerimeterConfigurationsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/networkSecurityPerimeterConfigurationsGetResourceAssociationNameSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesCheckNameAvailabilitySample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesDeleteAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesFailoverSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesGetAuthorizationRuleSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesGetNetworkRuleSetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesListAuthorizationRulesSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesListByResourceGroupSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesListKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesListNetworkRuleSetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesRegenerateKeysSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/namespacesUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/operationsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/privateEndpointConnectionsDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/privateEndpointConnectionsGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/privateEndpointConnectionsListSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/privateLinkResourcesGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/schemaRegistryCreateOrUpdateSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/schemaRegistryDeleteSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/schemaRegistryGetSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
sdk/eventhub/arm-eventhub/samples-dev/schemaRegistryListByNamespaceSample.ts Updates x-ms-original-file reference to 2026-07-01-preview.
Comments suppressed due to low confidence (8)

sdk/eventhub/arm-eventhub/src/api/configuration/operations.ts:1

  • This changes the public return type from ... | undefined to ... | void and implements an empty-body path as return;. That’s a breaking change and makes the union harder to consume (a void value isn’t assignable to undefined in strict typing). Prefer keeping the prior shape (... | undefined) and explicitly returning undefined, or (if the service truly never returns a body) change the API to Promise<void> consistently.
    sdk/eventhub/arm-eventhub/src/api/configuration/operations.ts:1
  • This changes the public return type from ... | undefined to ... | void and implements an empty-body path as return;. That’s a breaking change and makes the union harder to consume (a void value isn’t assignable to undefined in strict typing). Prefer keeping the prior shape (... | undefined) and explicitly returning undefined, or (if the service truly never returns a body) change the API to Promise<void> consistently.
    sdk/eventhub/arm-eventhub/src/api/configuration/operations.ts:1
  • This changes the public return type from ... | undefined to ... | void and implements an empty-body path as return;. That’s a breaking change and makes the union harder to consume (a void value isn’t assignable to undefined in strict typing). Prefer keeping the prior shape (... | undefined) and explicitly returning undefined, or (if the service truly never returns a body) change the API to Promise<void> consistently.
    sdk/eventhub/arm-eventhub/src/classic/namespaces/index.ts:1
  • The update method return type changed from Promise<EHNamespace | undefined> to Promise<EHNamespace | void>, which is a breaking surface-area change for callers (especially under strict). Consider keeping | undefined for backward compatibility, or if a body is never returned, make it Promise<void> and adjust the underlying implementation accordingly.
    sdk/eventhub/arm-eventhub/src/classic/upgradePreferencesOperations/index.ts:1
  • The new public type name UpgradePreferencesOperationsOperations is redundant and awkward to use. If feasible for this SDK’s public surface, consider renaming the operation group/type to avoid the OperationsOperations repetition (e.g., use an operation group name that doesn’t end with Operations, like upgradePreferences).
    sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesCreateOrUpdateSample.ts:1
  • Typo in the sample placeholder text: ResurceGroupSample should be ResourceGroupSample for clarity and consistency with other samples.
    sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/namespacesCreateOrUpdateSample.ts:1
  • Typo in the sample placeholder text: ResurceGroupSample should be ResourceGroupSample for clarity and consistency with other samples.
    sdk/eventhub/arm-eventhub/samples/v6-beta/typescript/src/fabricShortcutsListByEventHubSample.ts:1
  • In TypeScript samples, prefer const resArray: FabricShortcut[] = []; (or const resArray = [];) over new Array() to avoid an implicit any[] and to align with common TS style.

@github-actions

This comment has been minimized.

@github-actions github-actions Bot added mgmt-review-in-progress Management SDK review is in progress mgmt-review-added Management SDK review completed and removed mgmt-review-needed mgmt-review-in-progress Management SDK review is in progress labels Jul 23, 2026

@github-actions github-actions Bot 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.

3 issues found in this @azure/arm-eventhub 6.0.0-beta.2 PR: two type-safety concerns (void return type on patch/update operations) and one tool issue (an older API version 2025-05-01-preview being added alongside a newer existing version 2026-01-01). The CHANGELOG comparison baseline (5.2.0 stable) is correct, and KnownVersions correctly preserves the stable 2026-01-01 entry.

📊 Structured Report
{"agent":"mgmt-reviewer","pr":39366,"summary":"issues_found","findings":[{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":282,"issueType":"design","category":"type-safety","description":"ConfigurationOperations.patch returns Promise<ClusterQuotaConfigurationProperties | void>; void is not appropriate for patch/update operations"},{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":1083,"issueType":"design","category":"type-safety","description":"NamespacesOperations.update returns Promise<EHNamespace | void>; void is not appropriate for update operations"},{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":956,"issueType":"tool","category":"api-version","description":"V20250501Preview = '2025-05-01-preview' is older than the existing V20260101 = '2026-01-01' already in the package"}]}

Benchmarked by Management Release Assistant

Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
@github-actions github-actions Bot added mgmt-review-in-progress Management SDK review is in progress and removed mgmt-review-needed mgmt-review-in-progress Management SDK review is in progress labels Jul 23, 2026

@github-actions github-actions Bot 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.

2 issues found in @azure/arm-eventhub 6.0.0-beta.2:

  1. api-version regression (tool issue): KnownVersions.V20250501Preview = "2025-05-01-preview" is older than the already-present 2026-01-01, violating the rule that a newly introduced api-version must be strictly newer than the existing one.
  2. Duplicated "Operations" suffix (tool issue): The generated interface UpgradePreferencesOperationsOperations has a double Operations suffix caused by the spec operation group being named UpgradePreferencesOperations; the generator then appends its own Operations suffix. The fix is to rename the spec group to UpgradePreferences.
📊 Structured Report
{"agent":"mgmt-reviewer","pr":39366,"summary":"issues_found","findings":[{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":956,"issueType":"tool","category":"api-version-regression","description":"V20250501Preview = \"2025-05-01-preview\" is older than the already-present V20260101 = \"2026-01-01\". The api-version introduced by this PR must be strictly newer than any existing version in the package."},{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":1578,"issueType":"tool","category":"naming","description":"Interface UpgradePreferencesOperationsOperations has a duplicated 'Operations' suffix, caused by the spec operation group being named UpgradePreferencesOperations and the generator appending its own Operations suffix."}]}

Benchmarked by Management Release Assistant

Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
Comment thread sdk/eventhub/arm-eventhub/CHANGELOG.md Outdated
Copilot AI review requested due to automatic review settings July 29, 2026 07:55

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

Copilot reviewed 288 out of 288 changed files in this pull request and generated 2 comments.

Comment thread sdk/eventhub/arm-eventhub/src/api/operations/operations.ts
Comment thread sdk/eventhub/arm-eventhub/src/classic/namespaces/index.ts
Copilot AI review requested due to automatic review settings July 29, 2026 08:04
@azure-sdk-automation azure-sdk-automation Bot changed the title [AutoPR @azure-arm-eventhub]-generated-from-SDK Generation - JS-6603230 [AutoPR @azure-arm-eventhub]-generated-from-SDK Generation - JS-6632569 Jul 29, 2026

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

Copilot reviewed 290 out of 295 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (5)

sdk/eventhub/arm-eventhub/src/api/eventHubManagementContext.ts:1

  • The new user-agent composition drops the previously included azsdk-js-api token. If consumers/telemetry pipelines rely on that standardized marker, this change can degrade observability and cross-SDK attribution; consider preserving the stable token (e.g., keep azsdk-js-api in the prefix) while still appending azsdk-js-arm-eventhub/<version>.
    sdk/eventhub/arm-eventhub/src/eventHubManagementClient.ts:1
  • The operation group property name upgradePreferencesOperations is redundant ("Operations" twice in the public shape: client.upgradePreferencesOperations.*). Since this is a new beta surface, consider renaming the client property to a less repetitive noun phrase (e.g., upgradePreferences) to improve ergonomics before GA.
    sdk/eventhub/arm-eventhub/src/eventHubManagementClient.ts:1
  • The operation group property name upgradePreferencesOperations is redundant ("Operations" twice in the public shape: client.upgradePreferencesOperations.*). Since this is a new beta surface, consider renaming the client property to a less repetitive noun phrase (e.g., upgradePreferences) to improve ergonomics before GA.
    sdk/eventhub/arm-eventhub/samples/v7-beta/typescript/src/fabricShortcutsListByEventHubSample.ts:1
  • In the TypeScript sample, new Array() produces an any[] here, which loses the strong typing this package provides. Prefer using a typed array initialization (e.g., const resArray: FabricShortcut[] = [];) so users get correct IntelliSense and compile-time checks.
    sdk/eventhub/arm-eventhub/samples/v7-beta/typescript/src/upgradePreferencesOperationsUpgradeNowSample.ts:1
  • The sample JSDoc text has grammatical issues ("how to starts" / "@summary starts"). Adjusting to "how to start" and "@summary Start ..." makes the documentation read correctly and more consistently across samples.

@github-actions

Copy link
Copy Markdown
Contributor

Next Steps to Merge

✅ All CI checks have passed — this PR is ready for review!

The SDK engineer will review this PR shortly. Once it's approved, you can go ahead and merge it. To make things easier, feel free to enable auto-merge so it gets auto merged right after approval.

For more details, see the [management SDK release process]((eng.ms/redacted)

Comment on lines +40 to +41
- Interface EHNamespace no longer has parameter ipV6Enabled
- Interface EHNamespaceProperties no longer has parameter ipV6Enabled

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@github-actions github-actions Bot added mgmt-review-in-progress Management SDK review is in progress and removed mgmt-review-needed mgmt-review-in-progress Management SDK review is in progress labels Jul 29, 2026

@github-actions github-actions Bot 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.

3 design concerns found in @azure/arm-eventhub (v7.0.0-beta.1): 2 type-safety issues where update/patch operations return | void instead of the resource type, and 1 naming issue where the UpgradePreferencesOperationsOperations interface has a doubled Operations suffix. Tooling (CHANGELOG baseline, version alignment, API version progression) looks correct.

📊 Structured Report
{"agent":"mgmt-reviewer","pr":39366,"summary":"issues_found","findings":[{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":282,"issueType":"design","category":"type-safety","description":"ConfigurationOperations.patch returns Promise<ClusterQuotaConfigurationProperties | void>; void is not appropriate for patch/update operations"},{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":1083,"issueType":"design","category":"type-safety","description":"NamespacesOperations.update returns Promise<EHNamespace | void>; void is not appropriate for update operations"},{"file":"sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md","line":558,"issueType":"design","category":"naming","description":"UpgradePreferencesOperationsOperations has doubled 'Operations' suffix; the operation group should be renamed in the spec"}]}

Benchmarked by Management Release Assistant

Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
Comment thread sdk/eventhub/arm-eventhub/review/arm-eventhub-node.api.md
@kazrael2119

Copy link
Copy Markdown
Member

LGTM
cc @JialinHuang803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically. Mgmt This issue is related to a management-plane library. mgmt-review-added Management SDK review completed Self-Service Release PR for self-service release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants