-
Notifications
You must be signed in to change notification settings - Fork 977
Request: Generate armnetwork InterconnectGroups and armcompute InterconnectBlocks clients #26520
Copy link
Copy link
Open
Labels
ARMMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.NetworkService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
ARMMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.NetworkService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Feature Request
We're building InfiniBand support in AKS and need SDK clients for two new resource types:
1. Interconnect Groups (NRP)
Microsoft.Network/interconnectGroups2025-07-01github.tiyicn.workers.dev/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork2. Interconnect Blocks (CRP)
Microsoft.Compute/interconnectBlocks2025-11-01github.tiyicn.workers.dev/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcomputeCurrent Workaround
Neither
InterconnectGroupsClientnorInterconnectBlocksClientexists in any published version of the SDK (checkedarmnetworkv9.0.0 andarmcomputev7.1.0). We're building custom Track2 clients usingazcore/arm.Clientdirectly as a workaround.Ask
Please generate SDK clients for these resource types once the Swagger/TypeSpec definitions are available. This would let us replace our hand-written clients with the official SDK.
Context
These resources enable InfiniBand high-speed networking (400-800 Gbps) for GPU-to-GPU communication in AI/ML training workloads on AKS.