Skip to content

Commit b93ddb2

Browse files
author
Kaarthikeyan Subramanian
committed
new changes1
1 parent b0301e0 commit b93ddb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/aks-planned-maintenance-weekly-releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ Find the Public Maintenance configuration ID by name:
5555
```azurecli-interactive
5656
az maintenance public-configuration show --resource-name "aks-mrp-cfg-weekday_utc8"
5757
```
58-
This call may prompt you to install the extension maintenance, once done you can proceed as below :
58+
This call may prompt you to install the `maintenance` extension. Once done, you can proceed:
5959

6060
The output should look like the below example. Be sure to take note of the `id` field -
61-
61+
```json
6262
{
6363
"duration": "08:00",
6464
"expirationDateTime": null,
@@ -79,7 +79,7 @@ The output should look like the below example. Be sure to take note of the `id`
7979
"type": "Microsoft.Maintenance/publicMaintenanceConfigurations",
8080
"visibility": "Public"
8181
}
82-
82+
```
8383

8484
Next, assign the Public Maintenance configuration to your AKS cluster using the ID:
8585
```azurecli-interactive

0 commit comments

Comments
 (0)