Skip to content

Commit

Permalink
Merge pull request Azure#480 from ZengTaoxu/application-gateway02
Browse files Browse the repository at this point in the history
Update command model for `az network application-gateway`
  • Loading branch information
necusjz authored May 11, 2024
2 parents 6c7859c + a986c41 commit 3096601
Show file tree
Hide file tree
Showing 203 changed files with 368,683 additions and 47 deletions.
4 changes: 4 additions & 0 deletions Commands/network/application-gateway/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ Create the specified application gateway.
### [2023-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-06-01 -->

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 -->
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ Delete an application gateway.
```bash
network application-gateway delete -g MyResourceGroup -n MyAppGateway
```

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

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

#### examples

- Delete an application gateway.
```bash
network application-gateway delete -g MyResourceGroup -n MyAppGateway
```
4 changes: 4 additions & 0 deletions Commands/network/application-gateway/_health-on-demand.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Get information on the backend health of an application gateway.
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30vZ2V0YmFja2VuZGhlYWx0aG9uZGVtYW5k/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{}/getbackendhealthondemand 2023-09-01 -->

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{}/getbackendhealthondemand 2023-11-01 -->
4 changes: 4 additions & 0 deletions Commands/network/application-gateway/_health.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Get information on the backend health of an application gateway.
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30vYmFja2VuZGhlYWx0aA==/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{}/backendhealth 2023-09-01 -->

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{}/backendhealth 2023-11-01 -->
12 changes: 12 additions & 0 deletions Commands/network/application-gateway/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,15 @@ List application gateways.
```bash
network application-gateway list -g MyResourceGroup
```

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

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

#### examples

- List application gateways.
```bash
network application-gateway list -g MyResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ Get the details of an application gateway.
```bash
network application-gateway show -g MyResourceGroup -n MyAppGateway
```

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

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

#### examples

- Get the details of an application gateway.
```bash
network application-gateway show -g MyResourceGroup -n MyAppGateway
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Start an application gateway.
```bash
network application-gateway start -g MyResourceGroup -n MyAppGateway
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{}/start 2023-11-01 -->

#### examples

- Start an application gateway.
```bash
network application-gateway start -g MyResourceGroup -n MyAppGateway
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Stop an application gateway.
```bash
network application-gateway stop -g MyResourceGroup -n MyAppGateway
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{}/stop 2023-11-01 -->

#### examples

- Stop an application gateway.
```bash
network application-gateway stop -g MyResourceGroup -n MyAppGateway
```
16 changes: 16 additions & 0 deletions Commands/network/application-gateway/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,19 @@ Update an application gateway.
```bash
network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
```

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

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

#### examples

- Update an application gateway.
```bash
network application-gateway update --name MyApplicationGateway --resource-group MyResourceGroup --set sku.tier=WAF_v2
```

- Enable client cert revocation via OCSP.
```bash
network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Create an address pool.
```bash
network application-gateway address-pool create -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4 10.0.0.5
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.backendAddressPools[] -->

#### examples

- Create an address pool with two endpoints.
```bash
network application-gateway address-pool create -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4 10.0.0.5
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Delete an address pool.
```bash
network application-gateway address-pool delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.backendAddressPools[] -->

#### examples

- Delete an address pool.
```bash
network application-gateway address-pool delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ List address pools
```bash
network application-gateway address-pool list -g MyResourceGroup --gateway-name MyAppGateway
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.backendAddressPools -->

#### examples

- List address pools.
```bash
network application-gateway address-pool list -g MyResourceGroup --gateway-name MyAppGateway
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Get the details of an address pool.
```bash
network application-gateway address-pool show -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.backendAddressPools[] -->

#### examples

- Get the details of an address pool.
```bash
network application-gateway address-pool show -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```
21 changes: 21 additions & 0 deletions Commands/network/application-gateway/address-pool/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,24 @@ Update an address pool.
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --remove backendAddresses 0
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.backendAddressPools[] -->

#### examples

- Update backend address pool.
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4 10.0.0.5 10.0.0.6
```

- Add to the backend address pool by using backend server IP address.
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --add backendAddresses ipAddress=10.0.0.4
```

- Remove an existing IP of the backend address pool ("0" is the index).
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --remove backendAddresses 0
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Create an authorization certificate.
```bash
network application-gateway auth-cert create -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.authenticationCertificates[] -->

#### examples

- Create an authorization certificate.
```bash
network application-gateway auth-cert create -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Delete an authorization certificate.
```bash
network application-gateway auth-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.authenticationCertificates[] -->

#### examples

- Delete an authorization certificate.
```bash
network application-gateway auth-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ List authorization certificates.
```bash
network application-gateway auth-cert list -g MyResourceGroup --gateway-name MyAppGateway
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.authenticationCertificates -->

#### examples

- List authorization certificates.
```bash
network application-gateway auth-cert list -g MyResourceGroup --gateway-name MyAppGateway
```
16 changes: 16 additions & 0 deletions Commands/network/application-gateway/auth-cert/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,19 @@ Show an authorization certificate.
```bash
network application-gateway auth-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --query data -o tsv | base64 -d | openssl x509 -enddate -noout
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.authenticationCertificates[] -->

#### examples

- Show an authorization certificate.
```bash
network application-gateway auth-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert
```

- View expiry date of an authorization certificate. It is in Base-64 encoded X.509 (.CER) format.
```bash
network application-gateway auth-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --query data -o tsv | base64 -d | openssl x509 -enddate -noout
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Update an authorization certificate.
```bash
network application-gateway auth-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.authenticationCertificates[] -->

#### examples

- Update authorization certificates to use a new cert file.
```bash
network application-gateway auth-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Add trusted client certificate of the application gateway.
```bash
network application-gateway client-cert add --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.trustedClientCertificates[] -->

#### examples

- Add trusted client certificate of the application gateway.
```bash
network application-gateway client-cert add --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ List the existing trusted client certificates of the application gateway.
```bash
network application-gateway client-cert list --gateway-name MyAppGateway -g MyResourceGroup
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.trustedClientCertificates -->

#### examples

- List the existing trusted client certificates of the application gateway.
```bash
network application-gateway client-cert list --gateway-name MyAppGateway -g MyResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Remove an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert remove --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.trustedClientCertificates[] -->

#### examples

- Remove an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert remove --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Show an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert show --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.trustedClientCertificates[] -->

#### examples

- Show an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert show --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Update trusted client certificate of the application gateway.
```bash
network application-gateway client-cert update --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.trustedClientCertificates[] -->

#### examples

- Update trusted client certificate of the application gateway.
```bash
network application-gateway client-cert update --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```
16 changes: 16 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,19 @@ Create a frontend IP address.
```bash
network application-gateway frontend-ip create --gateway-name MyAppGateway --name MyFrontendIp --private-ip-address 10.10.10.50 --resource-group MyResourceGroup --subnet MySubnet --vnet-name MyVnet
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.frontendIPConfigurations[] -->

#### examples

- Create a frontend IP address.
```bash
network application-gateway frontend-ip create -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp --public-ip-address MyPublicIpAddress
```

- Create a frontend IP address with subnet.
```bash
network application-gateway frontend-ip create --gateway-name MyAppGateway --name MyFrontendIp --private-ip-address 10.10.10.50 --resource-group MyResourceGroup --subnet MySubnet --vnet-name MyVnet
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ Delete a frontend IP address.
```bash
network application-gateway frontend-ip delete -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 properties.frontendIPConfigurations[] -->

#### examples

- Delete a frontend IP address.
```bash
network application-gateway frontend-ip delete -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp
```
Loading

0 comments on commit 3096601

Please sign in to comment.