Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{virtual-network-tap} Migrate AAZ Codegen #610

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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
Loading