Skip to content

Commit 96cce97

Browse files
Merge pull request #224948 from Nickomang/aks-upgrade-improvements
Added details to planned maintenance
2 parents fb03783 + 2f7e340 commit 96cce97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/aks/planned-maintenance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ An `aksManagedAutoUpgradeSchedule` has the following properties:
8787

8888
There are currently three available schedule types: `Weekly`, `AbsoluteMonthly`, and `RelativeMonthly`. These schedule types are only applicable to `aksManagedClusterAutoUpgrade` configurations.
8989

90+
> [!NOTE]
91+
> All of the fields shown for each respective schedule type are required.
92+
9093
#### Weekly schedule
9194

9295
A `Weekly` schedule may look like *"every two weeks on Friday"*:
@@ -127,6 +130,8 @@ A `RelativeMonthly` schedule may look like *"every two months, on the last Monda
127130
}
128131
```
129132

133+
Valid values for `weekIndex` are `First`, `Second`, `Third`, `Fourth`, and `Last`.
134+
130135
## Add a maintenance window configuration with Azure CLI
131136

132137
The following example shows a command to add a new `default` configuration that schedules maintenance to run from 1:00am to 2:00am every Monday:

0 commit comments

Comments
 (0)