Skip to content

Commit

Permalink
Merge pull request #610 from cxznmhdcxz/migrate-virtual-network-tap
Browse files Browse the repository at this point in the history
{virtual-network-tap} Migrate AAZ Codegen
  • Loading branch information
necusjz authored Nov 12, 2024
2 parents 77fed0a + 13bac84 commit 31352fa
Show file tree
Hide file tree
Showing 24 changed files with 16,364 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Commands/network/nic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ To learn more about network interfaces in Azure, visit https://learn.microsoft.c
- [ip-config](/Commands/network/nic/ip-config/readme.md)
: Manage IP configurations of a network interface.

- [vtap-config](/Commands/network/nic/vtap-config/readme.md)
: Manage virtual network tap configurations.

## Commands

- [create](/Commands/network/nic/_create.md)
Expand Down
9 changes: 9 additions & 0 deletions Commands/network/nic/vtap-config/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network nic vtap-config create_

Create a virtual network tap configuration.

## Versions

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmtpbnRlcmZhY2VzL3t9L3RhcGNvbmZpZ3VyYXRpb25zL3t9/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkinterfaces/{}/tapconfigurations/{} 2024-03-01 -->
9 changes: 9 additions & 0 deletions Commands/network/nic/vtap-config/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network nic vtap-config delete_

Delete a virtual network tap configuration.

## Versions

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmtpbnRlcmZhY2VzL3t9L3RhcGNvbmZpZ3VyYXRpb25zL3t9/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkinterfaces/{}/tapconfigurations/{} 2024-03-01 -->
9 changes: 9 additions & 0 deletions Commands/network/nic/vtap-config/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network nic vtap-config list_

List virtual network tap configurations.

## Versions

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmtpbnRlcmZhY2VzL3t9L3RhcGNvbmZpZ3VyYXRpb25z/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkinterfaces/{}/tapconfigurations 2024-03-01 -->
9 changes: 9 additions & 0 deletions Commands/network/nic/vtap-config/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network nic vtap-config show_

Get details of a virtual network tap configuration.

## Versions

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmtpbnRlcmZhY2VzL3t9L3RhcGNvbmZpZ3VyYXRpb25zL3t9/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkinterfaces/{}/tapconfigurations/{} 2024-03-01 -->
9 changes: 9 additions & 0 deletions Commands/network/nic/vtap-config/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network nic vtap-config update_

Update a Tap configuration in the specified NetworkInterface.

## Versions

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmtpbnRlcmZhY2VzL3t9L3RhcGNvbmZpZ3VyYXRpb25zL3t9/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkinterfaces/{}/tapconfigurations/{} 2024-03-01 -->
20 changes: 20 additions & 0 deletions Commands/network/nic/vtap-config/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _network nic vtap-config_

Manage virtual network tap configurations.

## Commands

- [create](/Commands/network/nic/vtap-config/_create.md)
: Create a virtual network tap configuration.

- [delete](/Commands/network/nic/vtap-config/_delete.md)
: Delete a virtual network tap configuration.

- [list](/Commands/network/nic/vtap-config/_list.md)
: List virtual network tap configurations.

- [show](/Commands/network/nic/vtap-config/_show.md)
: Get details of a virtual network tap configuration.

- [update](/Commands/network/nic/vtap-config/_update.md)
: Update a Tap configuration in the specified NetworkInterface.
3 changes: 3 additions & 0 deletions Commands/network/vnet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ To learn more about Virtual Networks visit https://docs.microsoft.com/azure/virt
- [subnet](/Commands/network/vnet/subnet/readme.md)
: Manage subnets in an Azure Virtual Network.

- [tap](/Commands/network/vnet/tap/readme.md)
: Manage virtual network taps.

## Commands

- [check-ip-address](/Commands/network/vnet/_check-ip-address.md)
Expand Down
9 changes: 9 additions & 0 deletions Commands/network/vnet/tap/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network vnet tap create_

Create a virtual network tap.

## Versions

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworktaps/{} 2024-03-01 -->
9 changes: 9 additions & 0 deletions Commands/network/vnet/tap/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network vnet tap delete_

Delete a virtual network tap.

## Versions

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworktaps/{} 2024-03-01 -->
10 changes: 10 additions & 0 deletions Commands/network/vnet/tap/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# [Command] _network vnet tap list_

List virtual network taps

## Versions

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

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

Get the details of a virtual network tap.

## Versions

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworktaps/{} 2024-03-01 -->
9 changes: 9 additions & 0 deletions Commands/network/vnet/tap/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network vnet tap update_

Update settings of a virtual network tap.

## Versions

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworktaps/{} 2024-03-01 -->
20 changes: 20 additions & 0 deletions Commands/network/vnet/tap/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _network vnet tap_

Manage virtual network taps.

## Commands

- [create](/Commands/network/vnet/tap/_create.md)
: Create a virtual network tap.

- [delete](/Commands/network/vnet/tap/_delete.md)
: Delete a virtual network tap.

- [list](/Commands/network/vnet/tap/_list.md)
: List virtual network taps

- [show](/Commands/network/vnet/tap/_show.md)
: Get the details of a virtual network tap.

- [update](/Commands/network/vnet/tap/_update.md)
: Update settings of a virtual network tap.
Loading

0 comments on commit 31352fa

Please sign in to comment.