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

Save the AAZ model for latest API version #333

Merged
merged 1 commit into from
Nov 3, 2023
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/alb/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create an Application Gateway for Containers resource
```bash
network alb create -g test-rg -n test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete an Application Gateway for Containers resource
```bash
network alb delete -g test-rg -n test-alb
```

### [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
```
17 changes: 17 additions & 0 deletions Commands/network/alb/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ List Application Gateway for Containers resource
```bash
network alb list
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get an Application Gateway for Containers resource
```bash
network alb show -g test-rg -n test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ This command can only be used to update the tags for the resource. Name and reso
```bash
network alb update -g test-rg -n test-alb --set tags.CostCenter=testBusinessGroup
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/association/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ 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>
```

### [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>
```
11 changes: 11 additions & 0 deletions Commands/network/alb/association/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete an Application Gateway for Containers association resource
```bash
network alb association delete -g test-rg -n test-association --alb-name test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/association/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List all associations for an Application Gateway for Containers resource
```bash
network alb association list -g test-rg --alb-name test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/association/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get an Application Gateway for Containers association resource
```bash
network alb association show -g test-rg -n test-association --alb-name test-alb
```

### [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
```
4 changes: 4 additions & 0 deletions Commands/network/alb/association/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Update an Application Gateway for Containers association resource
### [2023-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vYXNzb2NpYXRpb25zL3t9/2023-05-01-preview.xml) **Stable**

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

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{} 2023-11-01 -->
11 changes: 11 additions & 0 deletions Commands/network/alb/frontend/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create an Application Gateway for Containers frontend resource
```bash
network alb frontend create -g test-rg -n test-frontend --alb-name test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/frontend/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete an Application Gateway for Containers frontend resource
```bash
network alb frontend delete -g test-rg -n test-frontend --alb-name test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/frontend/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List all frontends for an Application Gateway for Containers resource
```bash
network alb frontend list -g test-rg --alb-name test-alb
```

### [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
```
11 changes: 11 additions & 0 deletions Commands/network/alb/frontend/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get an Application Gateway for Containers frontend resource
```bash
network alb frontend show -g test-rg -n test-frontend --alb-name test-alb
```

### [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
```
4 changes: 4 additions & 0 deletions Commands/network/alb/frontend/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Update an Application Gateway for Containers frontend resource
### [2023-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zZXJ2aWNlbmV0d29ya2luZy90cmFmZmljY29udHJvbGxlcnMve30vZnJvbnRlbmRzL3t9/2023-05-01-preview.xml) **Stable**

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

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

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