Skip to content

Commit

Permalink
Save the latest aaz model for ALB extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jaishals committed Nov 2, 2023
1 parent 88f4264 commit 03d006b
Show file tree
Hide file tree
Showing 33 changed files with 2,682 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Commands/network/alb/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb create_

Create an Application Gateway for Containers resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{} 2023-11-01 -->

#### examples

- Create an Application Gateway for Containers resource
```bash
network alb create -g test-rg -n test-alb
```
16 changes: 16 additions & 0 deletions Commands/network/alb/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb delete_

Delete an Application Gateway for Containers resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{} 2023-11-01 -->

#### examples

- Delete an Application Gateway for Containers resource
```bash
network alb delete -g test-rg -n test-alb
```
22 changes: 22 additions & 0 deletions Commands/network/alb/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [Command] _network alb list_

List Application Gateway for Containers resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnM=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.servicenetworking/trafficcontrollers 2023-11-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers 2023-11-01 -->

#### examples

- List Application Gateway for Containers in resource group
```bash
network alb list -g test-rg
```

- List all Application Gateway for Containers in subscription
```bash
network alb list
```
16 changes: 16 additions & 0 deletions Commands/network/alb/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb show_

Get an Application Gateway for Containers resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{} 2023-11-01 -->

#### examples

- Get the details of an Application Gateway for Containers resource
```bash
network alb show -g test-rg -n test-alb
```
18 changes: 18 additions & 0 deletions Commands/network/alb/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# [Command] _network alb update_

Update an Application Gateway for Containers resource

This command can only be used to update the tags for the resource. Name and resource group are immutable and cannot be updated

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{} 2023-11-01 -->

#### examples

- Update the tags of the resource
```bash
network alb update -g test-rg -n test-alb --set tags.CostCenter=testBusinessGroup
```
16 changes: 16 additions & 0 deletions Commands/network/alb/association/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb association create_

Create an Application Gateway for Containers association resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vYXNzb2NpYXRpb25zL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{} 2023-11-01 -->

#### examples

- Create an Application Gateway for Containers association resource
```bash
network alb association create -g test-rg -n test-association --alb-name test-alb --subnet <subnetId>
```
16 changes: 16 additions & 0 deletions Commands/network/alb/association/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb association delete_

Delete an Application Gateway for Containers association resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vYXNzb2NpYXRpb25zL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{} 2023-11-01 -->

#### examples

- Delete an Application Gateway for Containers association resource
```bash
network alb association delete -g test-rg -n test-association --alb-name test-alb
```
16 changes: 16 additions & 0 deletions Commands/network/alb/association/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb association list_

List all associations for an Application Gateway for Containers resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vYXNzb2NpYXRpb25z/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations 2023-11-01 -->

#### examples

- List all associations for an Application Gateway for Containers resource
```bash
network alb association list -g test-rg --alb-name test-alb
```
16 changes: 16 additions & 0 deletions Commands/network/alb/association/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb association show_

Get an Application Gateway for Containers association resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vYXNzb2NpYXRpb25zL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{} 2023-11-01 -->

#### examples

- Get the details of an Application Gateway for containers association resource
```bash
network alb association show -g test-rg -n test-association --alb-name test-alb
```
9 changes: 9 additions & 0 deletions Commands/network/alb/association/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network alb association update_

Update an Application Gateway for Containers association resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vYXNzb2NpYXRpb25zL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{} 2023-11-01 -->
20 changes: 20 additions & 0 deletions Commands/network/alb/association/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _network alb association_

Manage and Configure Associations for Application Gateway for Containers resource

## Commands

- [create](/Commands/network/alb/association/_create.md)
: Create an Application Gateway for Containers association resource

- [delete](/Commands/network/alb/association/_delete.md)
: Delete an Application Gateway for Containers association resource

- [list](/Commands/network/alb/association/_list.md)
: List all associations for an Application Gateway for Containers resource

- [show](/Commands/network/alb/association/_show.md)
: Get an Application Gateway for Containers association resource

- [update](/Commands/network/alb/association/_update.md)
: Update an Application Gateway for Containers association resource
16 changes: 16 additions & 0 deletions Commands/network/alb/frontend/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb frontend create_

Create an Application Gateway for Containers frontend resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vZnJvbnRlbmRzL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{} 2023-11-01 -->

#### examples

- Create an Application Gateway for Containers frontend resource
```bash
network alb frontend create -g test-rg -n test-frontend --alb-name test-alb
```
16 changes: 16 additions & 0 deletions Commands/network/alb/frontend/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb frontend delete_

Delete an Application Gateway for Containers frontend resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vZnJvbnRlbmRzL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{} 2023-11-01 -->

#### examples

- Delete an Application Gateway for Containers frontend resource
```bash
network alb frontend delete -g test-rg -n test-frontend --alb-name test-alb
```
16 changes: 16 additions & 0 deletions Commands/network/alb/frontend/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb frontend list_

List all frontends for an Application Gateway for Containers resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vZnJvbnRlbmRz/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends 2023-11-01 -->

#### examples

- List all frontends for an Application Gateway for Containers resource
```bash
network alb frontend list -g test-rg --alb-name test-alb
```
16 changes: 16 additions & 0 deletions Commands/network/alb/frontend/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network alb frontend show_

Get an Application Gateway for Containers frontend resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vZnJvbnRlbmRzL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{} 2023-11-01 -->

#### examples

- Get the details of an Application Gateway for containers frontend resource
```bash
network alb frontend show -g test-rg -n test-frontend --alb-name test-alb
```
9 changes: 9 additions & 0 deletions Commands/network/alb/frontend/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _network alb frontend update_

Update an Application Gateway for Containers frontend resource

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vZnJvbnRlbmRzL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{} 2023-11-01 -->
20 changes: 20 additions & 0 deletions Commands/network/alb/frontend/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _network alb frontend_

Manage and Configure Frontends for Application Gateway for Containers resource

## Commands

- [create](/Commands/network/alb/frontend/_create.md)
: Create an Application Gateway for Containers frontend resource

- [delete](/Commands/network/alb/frontend/_delete.md)
: Delete an Application Gateway for Containers frontend resource

- [list](/Commands/network/alb/frontend/_list.md)
: List all frontends for an Application Gateway for Containers resource

- [show](/Commands/network/alb/frontend/_show.md)
: Get an Application Gateway for Containers frontend resource

- [update](/Commands/network/alb/frontend/_update.md)
: Update an Application Gateway for Containers frontend resource
28 changes: 28 additions & 0 deletions Commands/network/alb/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# [Group] _network alb_

Manage and Configure Application Gateway for Containers

## Subgroups

- [association](/Commands/network/alb/association/readme.md)
: Manage and Configure Associations for Application Gateway for Containers resource

- [frontend](/Commands/network/alb/frontend/readme.md)
: Manage and Configure Frontends for Application Gateway for Containers resource

## Commands

- [create](/Commands/network/alb/_create.md)
: Create an Application Gateway for Containers resource

- [delete](/Commands/network/alb/_delete.md)
: Delete an Application Gateway for Containers resource

- [list](/Commands/network/alb/_list.md)
: List Application Gateway for Containers resource

- [show](/Commands/network/alb/_show.md)
: Get an Application Gateway for Containers resource

- [update](/Commands/network/alb/_update.md)
: Update an Application Gateway for Containers resource
3 changes: 3 additions & 0 deletions Commands/network/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Manage Azure Network resources.

## Subgroups

- [alb](/Commands/network/alb/readme.md)
: Manage and Configure Application Gateway for Containers

- [application-gateway](/Commands/network/application-gateway/readme.md)
: Manage application-level routing and load balancing services.

Expand Down
Loading

0 comments on commit 03d006b

Please sign in to comment.