Skip to content

Commit 78d79aa

Browse files
authored
Merge pull request #1006 from huiii99/feat/network-ag-ssl-cert
update application gateway ssl cert api version to 2025-07-01
2 parents 63c1699 + 560a843 commit 78d79aa

14 files changed

Lines changed: 25726 additions & 0 deletions

File tree

Commands/network/application-gateway/_create.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ Create the specified application gateway.
4343
### [2025-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-05-01.xml) **Stable**
4444

4545
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-05-01 -->
46+
47+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
48+
49+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->

Commands/network/application-gateway/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,14 @@ Delete an application gateway.
106106
```bash
107107
network application-gateway delete -g MyResourceGroup -n MyAppGateway
108108
```
109+
110+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
111+
112+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
113+
114+
#### examples
115+
116+
- Delete an application gateway.
117+
```bash
118+
network application-gateway delete -g MyResourceGroup -n MyAppGateway
119+
```

Commands/network/application-gateway/_list.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,14 @@ List application gateways.
9999
```bash
100100
network application-gateway list -g MyResourceGroup
101101
```
102+
103+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXM=/2025-07-01.xml) **Stable**
104+
105+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways 2025-07-01 -->
106+
107+
#### examples
108+
109+
- List application gateways.
110+
```bash
111+
network application-gateway list -g MyResourceGroup
112+
```

Commands/network/application-gateway/_show.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,14 @@ Get the details of an application gateway.
106106
```bash
107107
network application-gateway show -g MyResourceGroup -n MyAppGateway
108108
```
109+
110+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
111+
112+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
113+
114+
#### examples
115+
116+
- Get the details of an application gateway.
117+
```bash
118+
network application-gateway show -g MyResourceGroup -n MyAppGateway
119+
```

Commands/network/application-gateway/_update.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,19 @@ Update an application gateway.
151151
```bash
152152
network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
153153
```
154+
155+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
156+
157+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
158+
159+
#### examples
160+
161+
- Update an application gateway.
162+
```bash
163+
network application-gateway update --name MyApplicationGateway --resource-group MyResourceGroup --set sku.tier=WAF_v2
164+
```
165+
166+
- Enable client cert revocation via OCSP.
167+
```bash
168+
network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
169+
```

Commands/network/application-gateway/ssl-cert/_create.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,20 @@ Upload an SSL certificate.
109109
keyvault certificate create --vault-name MyKeyVault --name MyCertificate --policy "$(az keyvault certificate get-default-policy)"
110110
network application-gateway ssl-cert create --resource-group MyResourceGroup --gateway-name MyAppGateway -n MySSLCert --key-vault-secret-id MyCertificateSecretID
111111
```
112+
113+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
114+
115+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
116+
117+
#### examples
118+
119+
- Upload an SSL certificate via --cert-file and --cert-password.
120+
```bash
121+
network application-gateway ssl-cert create -g MyResourceGroup --gateway-name MyAppGateway -n MySSLCert --cert-file FilePath --cert-password Abc123
122+
```
123+
124+
- Upload an SSL certificate via --key-vault-secret-id of a KeyVault Certificate.
125+
```bash
126+
keyvault certificate create --vault-name MyKeyVault --name MyCertificate --policy "$(az keyvault certificate get-default-policy)"
127+
network application-gateway ssl-cert create --resource-group MyResourceGroup --gateway-name MyAppGateway -n MySSLCert --key-vault-secret-id MyCertificateSecretID
128+
```

Commands/network/application-gateway/ssl-cert/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ Delete an SSL certificate.
7373
```bash
7474
network application-gateway ssl-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
7575
```
76+
77+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
80+
81+
#### examples
82+
83+
- Delete an SSL certificate.
84+
```bash
85+
network application-gateway ssl-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
86+
```

Commands/network/application-gateway/ssl-cert/_list.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ List SSL certificates.
7373
```bash
7474
network application-gateway ssl-cert list -g MyResourceGroup --gateway-name MyAppGateway
7575
```
76+
77+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates -->
80+
81+
#### examples
82+
83+
- List SSL certificates.
84+
```bash
85+
network application-gateway ssl-cert list -g MyResourceGroup --gateway-name MyAppGateway
86+
```

Commands/network/application-gateway/ssl-cert/_show.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ Get the details of an SSL certificate.
7373
```bash
7474
network application-gateway ssl-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
7575
```
76+
77+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
80+
81+
#### examples
82+
83+
- Get the details of an SSL certificate.
84+
```bash
85+
network application-gateway ssl-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
86+
```

Commands/network/application-gateway/ssl-cert/_update.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ Update an SSL certificate.
7373
```bash
7474
network application-gateway ssl-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert --cert-file FilePath --cert-password Abc123Abc123
7575
```
76+
77+
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
80+
81+
#### examples
82+
83+
- Change a gateway SSL certificate and password.
84+
```bash
85+
network application-gateway ssl-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert --cert-file FilePath --cert-password Abc123Abc123
86+
```

0 commit comments

Comments
 (0)