Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Commands/network/virtual-appliance/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Create an Azure network virtual appliance.
```bash
network virtual-appliance create -n MyName -g MyRG --vhub {vhubID} --vendor "barracudasdwanrelease" --scale-unit 2 -v latest --asn 10000 --init-config "echo $hello" --boot-blobs {blobUrl1} {blobUrl2} --cloud-blobs {blobUrl3} {blobUrl4}
```

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 -->

#### examples

- Create an Azure network virtual appliance.
```bash
network virtual-appliance create -n MyName -g MyRG --vhub {vhubID} --vendor "barracudasdwanrelease" --scale-unit 2 -v latest --asn 10000 --init-config "echo $hello" --boot-blobs {blobUrl1} {blobUrl2} --cloud-blobs {blobUrl3} {blobUrl4}
```
11 changes: 11 additions & 0 deletions Commands/network/virtual-appliance/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Delete an Azure network virtual appliance.
```bash
network virtual-appliance delete -n MyName -g MyRG -y
```

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 -->

#### examples

- Delete an Azure network virtual appliance.
```bash
network virtual-appliance delete -n MyName -g MyRG -y
```
12 changes: 12 additions & 0 deletions Commands/network/virtual-appliance/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ List all Azure network virtual appliance.
```bash
network virtual-appliance list -g MyRG
```

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcw==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/networkvirtualappliances 2024-10-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances 2024-10-01 -->

#### examples

- List all Azure network virtual appliances.
```bash
network virtual-appliance list -g MyRG
```
11 changes: 11 additions & 0 deletions Commands/network/virtual-appliance/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Show the detail of an Azure network virtual appliance.
```bash
network virtual-appliance show -n MyName -g MyRG
```

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 -->

#### examples

- Show the detail of an Azure network virtual appliance.
```bash
network virtual-appliance show -n MyName -g MyRG
```
11 changes: 11 additions & 0 deletions Commands/network/virtual-appliance/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Update an Azure network virtual appliance.
```bash
network virtual-appliance update -n MyName -g MyRG --asn 20000 --init-config "echo $hello"
```

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 -->

#### examples

- Update an Azure network virtual appliance.
```bash
network virtual-appliance update -n MyName -g MyRG --asn 20000 --init-config "echo $hello"
```
16 changes: 16 additions & 0 deletions Commands/network/virtual-appliance/identity/_assign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network virtual-appliance identity assign_

Assign the user or system managed identities.

## Versions

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 identity -->

#### examples

- Create NetworkVirtualAppliance
```bash
network virtual-appliance identity assign --resource-group rg1 --name nva
```
9 changes: 9 additions & 0 deletions Commands/network/virtual-appliance/identity/_remove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network virtual-appliance identity remove_

Remove the user or system managed identities.

## Versions

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 identity -->
9 changes: 9 additions & 0 deletions Commands/network/virtual-appliance/identity/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network virtual-appliance identity show_

Show the details of managed identities.

## Versions

### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt2aXJ0dWFsYXBwbGlhbmNlcy97fQ==/2024-10-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances/{} 2024-10-01 identity -->
14 changes: 14 additions & 0 deletions Commands/network/virtual-appliance/identity/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _network virtual-appliance identity_

Manage Identity

## Commands

- [assign](/Commands/network/virtual-appliance/identity/_assign.md)
: Assign the user or system managed identities.

- [remove](/Commands/network/virtual-appliance/identity/_remove.md)
: Remove the user or system managed identities.

- [show](/Commands/network/virtual-appliance/identity/_show.md)
: Show the details of managed identities.
3 changes: 3 additions & 0 deletions Commands/network/virtual-appliance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Manage Azure Network Virtual Appliance.
- [connection](/Commands/network/virtual-appliance/connection/readme.md)
: Manage Azure Network Virtual Appliance Connection.

- [identity](/Commands/network/virtual-appliance/identity/readme.md)
: Manage Identity

- [inbound-security-rule](/Commands/network/virtual-appliance/inbound-security-rule/readme.md)
: Manage Azure Network Virtual Appliance Inbound Security Rules.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkvirtualappliances", "version": "2024-10-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2Vz/V/MjAyNC0xMC0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances", "version": "2024-10-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrVmlydHVhbEFwcGxpYW5jZXM=/V/MjAyNC0xMC0wMQ=="}], "commandGroups": [{"name": "network virtual-appliance", "commands": [{"name": "list", "version": "2024-10-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkvirtualappliances", "version": "2024-10-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2Vz/V/MjAyNC0xMC0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkvirtualappliances", "version": "2024-10-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrVmlydHVhbEFwcGxpYW5jZXM=/V/MjAyNC0xMC0wMQ=="}], "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_NetworkVirtualAppliances_List", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkVirtualAppliances_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkVirtualAppliances_List"], "operationId": "NetworkVirtualAppliances_List", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualAppliances", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array<object>", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Network/networkVirtualAppliances/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "array<object>", "name": "additionalNics", "item": {"type": "object", "props": [{"type": "boolean", "name": "hasPublicIp"}, {"type": "string", "name": "name"}]}}, {"readOnly": true, "type": "string", "name": "addressPrefix"}, {"type": "array<string>", "name": "bootStrapConfigurationBlobs", "item": {"type": "string"}}, {"type": "string", "name": "cloudInitConfiguration"}, {"type": "array<string>", "name": "cloudInitConfigurationBlobs", "item": {"type": "string"}}, {"type": "object", "name": "delegation", "props": [{"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serviceName"}]}, {"readOnly": true, "type": "string", "name": "deploymentType"}, {"readOnly": true, "type": "array<@SubResource_read>", "name": "inboundSecurityRules", "item": {"type": "@SubResource_read"}}, {"type": "array<object>", "name": "internetIngressPublicIps", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}]}}, {"type": "object", "name": "networkProfile", "props": [{"type": "array<object>", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "object", "name": "properties", "props": [{"type": "array<object>", "name": "ipConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "primary"}]}]}}]}, {"type": "string", "name": "type", "enum": {"items": [{"value": "PrivateNic"}, {"value": "PublicNic"}]}}]}}]}, {"type": "array<object>", "name": "nvaInterfaceConfigurations", "format": {"maxLength": 3}, "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"maxLength": 70}}, {"type": "object", "name": "subnet", "props": [{"type": "ResourceId", "name": "id"}]}, {"type": "array<string>", "name": "type", "item": {"type": "string", "enum": {"items": [{"value": "AdditionalPrivateNic"}, {"value": "AdditionalPublicNic"}, {"value": "PrivateNic"}, {"value": "PublicNic"}]}}}]}}, {"type": "object", "name": "nvaSku", "props": [{"type": "string", "name": "bundledScaleUnit"}, {"type": "string", "name": "marketPlaceVersion"}, {"type": "string", "name": "vendor"}]}, {"type": "object", "name": "partnerManagedResource", "props": [{"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "ResourceId", "name": "internalLoadBalancerId"}, {"readOnly": true, "type": "ResourceId", "name": "standardLoadBalancerId"}]}, {"readOnly": true, "type": "string", "name": "privateIpAddress"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "sshPublicKey"}, {"type": "integer64", "name": "virtualApplianceAsn", "format": {"maximum": 4294967295, "minimum": 0}}, {"readOnly": true, "type": "array<@SubResource_read>", "name": "virtualApplianceConnections", "item": {"type": "@SubResource_read"}}, {"readOnly": true, "type": "array<object>", "name": "virtualApplianceNics", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "instanceName"}, {"readOnly": true, "type": "string", "name": "name"}, {"readOnly": true, "type": "string", "name": "nicType", "enum": {"items": [{"value": "AdditionalNic"}, {"value": "PrivateNic"}, {"value": "PublicNic"}]}}, {"readOnly": true, "type": "string", "name": "privateIpAddress"}, {"readOnly": true, "type": "string", "name": "publicIpAddress"}]}}, {"readOnly": true, "type": "array<@SubResource_read>", "name": "virtualApplianceSites", "item": {"type": "@SubResource_read"}}, {"type": "object", "name": "virtualHub", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"when": ["$Condition_NetworkVirtualAppliances_ListByResourceGroup"], "operationId": "NetworkVirtualAppliances_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array<object>", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Network/networkVirtualAppliances/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "array<object>", "name": "additionalNics", "item": {"type": "object", "props": [{"type": "boolean", "name": "hasPublicIp"}, {"type": "string", "name": "name"}]}}, {"readOnly": true, "type": "string", "name": "addressPrefix"}, {"type": "array<string>", "name": "bootStrapConfigurationBlobs", "item": {"type": "string"}}, {"type": "string", "name": "cloudInitConfiguration"}, {"type": "array<string>", "name": "cloudInitConfigurationBlobs", "item": {"type": "string"}}, {"type": "object", "name": "delegation", "props": [{"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serviceName"}]}, {"readOnly": true, "type": "string", "name": "deploymentType"}, {"readOnly": true, "type": "array<@SubResource_read>", "name": "inboundSecurityRules", "item": {"type": "@SubResource_read"}}, {"type": "array<object>", "name": "internetIngressPublicIps", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}]}}, {"type": "object", "name": "networkProfile", "props": [{"type": "array<object>", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "object", "name": "properties", "props": [{"type": "array<object>", "name": "ipConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "primary"}]}]}}]}, {"type": "string", "name": "type", "enum": {"items": [{"value": "PrivateNic"}, {"value": "PublicNic"}]}}]}}]}, {"type": "array<object>", "name": "nvaInterfaceConfigurations", "format": {"maxLength": 3}, "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"maxLength": 70}}, {"type": "object", "name": "subnet", "props": [{"type": "ResourceId", "name": "id"}]}, {"type": "array<string>", "name": "type", "item": {"type": "string", "enum": {"items": [{"value": "AdditionalPrivateNic"}, {"value": "AdditionalPublicNic"}, {"value": "PrivateNic"}, {"value": "PublicNic"}]}}}]}}, {"type": "object", "name": "nvaSku", "props": [{"type": "string", "name": "bundledScaleUnit"}, {"type": "string", "name": "marketPlaceVersion"}, {"type": "string", "name": "vendor"}]}, {"type": "object", "name": "partnerManagedResource", "props": [{"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "ResourceId", "name": "internalLoadBalancerId"}, {"readOnly": true, "type": "ResourceId", "name": "standardLoadBalancerId"}]}, {"readOnly": true, "type": "string", "name": "privateIpAddress"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "sshPublicKey"}, {"type": "integer64", "name": "virtualApplianceAsn", "format": {"maximum": 4294967295, "minimum": 0}}, {"readOnly": true, "type": "array<@SubResource_read>", "name": "virtualApplianceConnections", "item": {"type": "@SubResource_read"}}, {"readOnly": true, "type": "array<object>", "name": "virtualApplianceNics", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "instanceName"}, {"readOnly": true, "type": "string", "name": "name"}, {"readOnly": true, "type": "string", "name": "nicType", "enum": {"items": [{"value": "AdditionalNic"}, {"value": "PrivateNic"}, {"value": "PublicNic"}]}}, {"readOnly": true, "type": "string", "name": "privateIpAddress"}, {"readOnly": true, "type": "string", "name": "publicIpAddress"}]}}, {"readOnly": true, "type": "array<@SubResource_read>", "name": "virtualApplianceSites", "item": {"type": "@SubResource_read"}}, {"type": "@SubResource_read", "name": "virtualHub"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]}
Loading