You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No need to upgrade Python SDK or the Python SDK is ready.
Related command
az network interconnect-group create
az network interconnect-group show
az network interconnect-group list
az network interconnect-group update
az network interconnect-group delete
az network interconnect-group get-node-availability
az network interconnect-group subgroup show
az network interconnect-group subgroup list
Resource Provider
Network Resource Provider
Description of Feature or Work Requested
This feature is to add anew networking top level resource called Interconnect Group and its child resource Subgroup. These resources support large-scale AI/ML workloads requiring high-performance networking and GPU compute resources. This aligns with the corresponding compute feature: #33707.
Preconditions
Related command
az network interconnect-group create
az network interconnect-group show
az network interconnect-group list
az network interconnect-group update
az network interconnect-group delete
az network interconnect-group get-node-availability
az network interconnect-group subgroup show
az network interconnect-group subgroup list
Resource Provider
Network Resource Provider
Description of Feature or Work Requested
This feature is to add anew networking top level resource called Interconnect Group and its child resource Subgroup. These resources support large-scale AI/ML workloads requiring high-performance networking and GPU compute resources. This aligns with the corresponding compute feature: #33707.
Feature design document: https://microsoft.sharepoint.com/:w:/t/Aznet/cQppVT_KPqQXSpypnKQXhwBxEgUCZEVsblZCh80iiHllNM3M9Q
Minimum API Version Required
2025-07-01
Swagger PR link / SDK link
Full networking release PR to main branch: Azure/azure-rest-api-specs#42717
Interconnect Group feature PR to merge to above networking branch: Azure/azure-rest-api-specs#42331
Request Example
All in this PR: Azure/azure-rest-api-specs#42331
Get:
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/Network/examples/2025-07-01/InterconnectGroupGet.json
Create:
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/Network/examples/2025-07-01/InterconnectGroupCreate.json
Delete:
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/Network/examples/2025-07-01/InterconnectGroupDelete.json
Post API
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/Network/examples/2025-07-01/InterconnectGroupGetNodeAvailability.json
List
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/Network/examples/2025-07-01/InterconnectGroupList.json
List All
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/Network/examples/2025-07-01/InterconnectGroupListAll.json
Subgroup Get
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/stable/2025-07-01/examples/SubgroupGet.json
Subgroup List
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/Network/stable/2025-07-01/examples/SubgroupList.json
Target Date
official CLI release on Sep 1, private package on Aug 4.
PM Contact
yshamavu@microsoft.com
Engineer Contact
jbouzarouata@microsoft.com
Additional context
No response