diff --git a/Commands/interconnect-group/_create.md b/Commands/interconnect-group/_create.md new file mode 100644 index 000000000..d9a7cf4ef --- /dev/null +++ b/Commands/interconnect-group/_create.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group create_ + +Create an interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml) **Stable** + + + +#### examples + +- Create interconnect group + ```bash + network interconnect-group create --resource-group rg1 --interconnect-group-name test-ig + ``` diff --git a/Commands/interconnect-group/_delete.md b/Commands/interconnect-group/_delete.md new file mode 100644 index 000000000..b32c80967 --- /dev/null +++ b/Commands/interconnect-group/_delete.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group delete_ + +Delete the specified interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml) **Stable** + + + +#### examples + +- Delete interconnect group + ```bash + network interconnect-group delete --resource-group rg1 --interconnect-group-name test-ig + ``` diff --git a/Commands/interconnect-group/_get-node-availability.md b/Commands/interconnect-group/_get-node-availability.md new file mode 100644 index 000000000..54c3ed8df --- /dev/null +++ b/Commands/interconnect-group/_get-node-availability.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group get-node-availability_ + +Gets node availability for all subgroups in the specified interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.xml) **Stable** + + + +#### examples + +- Get interconnect group node availability + ```bash + network interconnect-group get-node-availability --resource-group rg1 --interconnect-group-name test-ig + ``` diff --git a/Commands/interconnect-group/_list.md b/Commands/interconnect-group/_list.md new file mode 100644 index 000000000..ba62eaf7d --- /dev/null +++ b/Commands/interconnect-group/_list.md @@ -0,0 +1,17 @@ +# [Command] _interconnect-group list_ + +List all interconnect groups in a subscription. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.xml) **Stable** + + + + +#### examples + +- List all interconnect groups + ```bash + network interconnect-group list + ``` diff --git a/Commands/interconnect-group/_show.md b/Commands/interconnect-group/_show.md new file mode 100644 index 000000000..272565f18 --- /dev/null +++ b/Commands/interconnect-group/_show.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group show_ + +Get information about the specified interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml) **Stable** + + + +#### examples + +- Get interconnect group + ```bash + network interconnect-group show --resource-group rg1 --interconnect-group-name test-ig + ``` diff --git a/Commands/interconnect-group/_update.md b/Commands/interconnect-group/_update.md new file mode 100644 index 000000000..d5b67c5fb --- /dev/null +++ b/Commands/interconnect-group/_update.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group update_ + +Update an interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml) **Stable** + + + +#### examples + +- Create interconnect group + ```bash + network interconnect-group update --resource-group rg1 --interconnect-group-name test-ig + ``` diff --git a/Commands/interconnect-group/readme.md b/Commands/interconnect-group/readme.md new file mode 100644 index 000000000..bd6b9bc0a --- /dev/null +++ b/Commands/interconnect-group/readme.md @@ -0,0 +1,28 @@ +# [Group] _interconnect-group_ + +Manage Interconnect Group + +## Subgroups + +- [subgroup](/Commands/interconnect-group/subgroup/readme.md) +: Manage Subgroup + +## Commands + +- [create](/Commands/interconnect-group/_create.md) +: Create an interconnect group. + +- [delete](/Commands/interconnect-group/_delete.md) +: Delete the specified interconnect group. + +- [get-node-availability](/Commands/interconnect-group/_get-node-availability.md) +: Gets node availability for all subgroups in the specified interconnect group. + +- [list](/Commands/interconnect-group/_list.md) +: List all interconnect groups in a subscription. + +- [show](/Commands/interconnect-group/_show.md) +: Get information about the specified interconnect group. + +- [update](/Commands/interconnect-group/_update.md) +: Update an interconnect group. diff --git a/Commands/interconnect-group/subgroup/_list.md b/Commands/interconnect-group/subgroup/_list.md new file mode 100644 index 000000000..b25b5f709 --- /dev/null +++ b/Commands/interconnect-group/subgroup/_list.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group subgroup list_ + +List all subgroups in an interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.xml) **Stable** + + + +#### examples + +- List subgroups + ```bash + network interconnect-group subgroup list --resource-group rg1 --interconnect-group-name test-ig + ``` diff --git a/Commands/interconnect-group/subgroup/_show.md b/Commands/interconnect-group/subgroup/_show.md new file mode 100644 index 000000000..d4f9fa68c --- /dev/null +++ b/Commands/interconnect-group/subgroup/_show.md @@ -0,0 +1,16 @@ +# [Command] _interconnect-group subgroup show_ + +Get the specified subgroup in an interconnect group. + +## Versions + +### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.xml) **Stable** + + + +#### examples + +- Get subgroup + ```bash + network interconnect-group subgroup show --resource-group rg1 --interconnect-group-name test-ig --subgroup-name subgroup0 + ``` diff --git a/Commands/interconnect-group/subgroup/readme.md b/Commands/interconnect-group/subgroup/readme.md new file mode 100644 index 000000000..732c29efa --- /dev/null +++ b/Commands/interconnect-group/subgroup/readme.md @@ -0,0 +1,11 @@ +# [Group] _interconnect-group subgroup_ + +Manage Subgroup + +## Commands + +- [list](/Commands/interconnect-group/subgroup/_list.md) +: List all subgroups in an interconnect group. + +- [show](/Commands/interconnect-group/subgroup/_show.md) +: Get the specified subgroup in an interconnect group. diff --git a/Commands/readme.md b/Commands/readme.md index 416fb7992..0296c57af 100644 --- a/Commands/readme.md +++ b/Commands/readme.md @@ -144,7 +144,7 @@ : Manage resources with devcenter. - [discovery](/Commands/discovery/readme.md) -: Manage Discovery +: Manage Microsoft Discovery resources. - [disk](/Commands/disk/readme.md) : Manage Azure Managed Disks. @@ -212,6 +212,9 @@ - [informatica](/Commands/informatica/readme.md) : Manage all resources related to Informatica within the Azure CLI. +- [interconnect-group](/Commands/interconnect-group/readme.md) +: Manage Interconnect Group + - [k8s-runtime](/Commands/k8s-runtime/readme.md) : Manage Arc Kubernetes Runtime resources diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.json new file mode 100644 index 000000000..0920d264c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/interconnectgroups", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvaW50ZXJjb25uZWN0R3JvdXBz/V/MjAyNS0wNy0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHM=/V/MjAyNS0wNy0wMQ=="}], "commandGroups": [{"name": "interconnect-group", "commands": [{"name": "list", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/interconnectgroups", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvaW50ZXJjb25uZWN0R3JvdXBz/V/MjAyNS0wNy0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHM=/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_InterconnectGroups_ListAll", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_InterconnectGroups_List", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_InterconnectGroups_ListAll"], "operationId": "InterconnectGroups_ListAll", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/interconnectGroups", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "string", "name": "id"}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "resourceGuid"}, {"type": "string", "name": "scope", "enum": {"items": [{"value": "InfiniBand"}, {"value": "None"}]}}, {"type": "object", "name": "subgroupProfile", "required": true, "props": [{"type": "string", "name": "scope", "enum": {"items": [{"value": "None"}, {"value": "VerticalConnect"}]}}, {"type": "integer32", "name": "size", "format": {"minimum": 0}}, {"type": "string", "name": "vmSize", "required": true}]}, {"readOnly": true, "type": "array", "name": "subgroups", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "object", "name": "interconnectBlock", "props": [{"type": "string", "name": "id"}], "cls": "CommonSubResource_read"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}, {"when": ["$Condition_InterconnectGroups_List"], "operationId": "InterconnectGroups_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/interconnectGroups", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "string", "name": "id"}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "resourceGuid"}, {"type": "string", "name": "scope", "enum": {"items": [{"value": "InfiniBand"}, {"value": "None"}]}}, {"type": "object", "name": "subgroupProfile", "required": true, "props": [{"type": "string", "name": "scope", "enum": {"items": [{"value": "None"}, {"value": "VerticalConnect"}]}}, {"type": "integer32", "name": "size", "format": {"minimum": 0}}, {"type": "string", "name": "vmSize", "required": true}]}, {"readOnly": true, "type": "array", "name": "subgroups", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "@CommonSubResource_read", "name": "interconnectBlock"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.xml new file mode 100644 index 000000000..b6ad488c0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.xml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.md new file mode 100644 index 000000000..6569b7c92 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.network/interconnectgroups 2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcw==/2025-07-01.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.json new file mode 100644 index 000000000..c02bb2694 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0=/V/MjAyNS0wNy0wMQ=="}], "commandGroups": [{"name": "interconnect-group", "commands": [{"name": "show", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0=/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.interconnectGroupName", "options": ["n", "name", "interconnect-group-name"], "required": true, "idPart": "name", "help": {"short": "The name of the interconnect group."}, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "subgroups", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "object", "name": "interconnectBlock", "props": [{"type": "string", "name": "id"}], "cls": "CommonSubResource_read"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0=/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.interconnectGroupName", "options": ["n", "name", "interconnect-group-name"], "required": true, "idPart": "name", "help": {"short": "The name of the interconnect group."}, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "subgroups", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "object", "name": "interconnectBlock", "props": [{"type": "string", "name": "id"}], "cls": "CommonSubResource_read"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0=/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.interconnectGroupName", "options": ["n", "name", "interconnect-group-name"], "required": true, "idPart": "name", "help": {"short": "The name of the interconnect group."}, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "subgroups", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "object", "name": "interconnectBlock", "props": [{"type": "string", "name": "id"}], "cls": "CommonSubResource_read"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceId", "name": "id", "arg": "$resource.id"}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "scope", "arg": "$resource.properties.scope", "enum": {"items": [{"value": "InfiniBand"}, {"value": "None"}]}}, {"type": "object", "name": "subgroupProfile", "arg": "$resource.properties.subgroupProfile", "required": true, "props": [{"type": "string", "name": "scope", "arg": "$resource.properties.subgroupProfile.scope", "enum": {"items": [{"value": "None"}, {"value": "VerticalConnect"}]}}, {"type": "integer32", "name": "size", "arg": "$resource.properties.subgroupProfile.size", "format": {"minimum": 0}}, {"type": "string", "name": "vmSize", "arg": "$resource.properties.subgroupProfile.vmSize", "required": true}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, {"operationId": "InterconnectGroups_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/interconnectGroups/{interconnectGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "interconnectGroupName", "arg": "$Path.interconnectGroupName", "required": true, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "subgroups", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "@CommonSubResource_read", "name": "interconnectBlock"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml new file mode 100644 index 000000000..d4616e2c0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fQ==/2025-07-01.xml @@ -0,0 +1,654 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.json new file mode 100644 index 000000000..bf6932b99 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}/nodeavailability", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0vbm9kZUF2YWlsYWJpbGl0eQ==/V/MjAyNS0wNy0wMQ=="}], "commandGroups": [{"name": "interconnect-group", "commands": [{"name": "get-node-availability", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}/nodeavailability", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0vbm9kZUF2YWlsYWJpbGl0eQ==/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.interconnectGroupName", "options": ["group-name", "interconnect-group-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the interconnect group."}, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "subgroupsNodeAvailability", "item": {"type": "object", "props": [{"type": "integer32", "name": "count"}, {"type": "integer32", "name": "inServiceNodeCount"}, {"type": "integer32", "name": "inUseNodeCount"}, {"type": "string", "name": "internalSubgroupId"}, {"type": "string", "name": "name"}]}}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.xml new file mode 100644 index 000000000..0ab4787ba --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9ub2RlYXZhaWxhYmlsaXR5/2025-07-01.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.json new file mode 100644 index 000000000..f842934dd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}/subgroups", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0vc3ViZ3JvdXBz/V/MjAyNS0wNy0wMQ=="}], "commandGroups": [{"name": "interconnect-group subgroup", "commands": [{"name": "list", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}/subgroups", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0vc3ViZ3JvdXBz/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.interconnectGroupName", "options": ["group-name", "interconnect-group-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the interconnect group."}, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "value", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "object", "name": "interconnectBlock", "props": [{"type": "string", "name": "id"}], "cls": "CommonSubResource_read"}, {"readOnly": true, "type": "string", "name": "internalSubgroupId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array<@CommonSubResource_read>", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.xml new file mode 100644 index 000000000..026ad2dac --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHM=/2025-07-01.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.json new file mode 100644 index 000000000..fadea244c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}/subgroups/{}", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0vc3ViZ3JvdXBzL3tzdWJncm91cE5hbWV9/V/MjAyNS0wNy0wMQ=="}], "commandGroups": [{"name": "interconnect-group subgroup", "commands": [{"name": "show", "version": "2025-07-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/interconnectgroups/{}/subgroups/{}", "version": "2025-07-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9pbnRlcmNvbm5lY3RHcm91cHMve2ludGVyY29ubmVjdEdyb3VwTmFtZX0vc3ViZ3JvdXBzL3tzdWJncm91cE5hbWV9/V/MjAyNS0wNy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.interconnectGroupName", "options": ["group-name", "interconnect-group-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the interconnect group."}, "format": {"pattern": "^[^_\\W][\\w-._]{0,79}(?", "name": "virtualMachines", "item": {"type": "@CommonSubResource_read"}}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"readOnly": true, "type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.xml new file mode 100644 index 000000000..36109a387 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2ludGVyY29ubmVjdGdyb3Vwcy97fS9zdWJncm91cHMve30=/2025-07-01.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +