Adding docs for Shared Maintenance Window - #463
Adding docs for Shared Maintenance Window#463Anushka Singh (anushkasingh16) wants to merge 6 commits into
Conversation
|
Anushka Singh (@anushkasingh16) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Anushka Singh (@anushkasingh16) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 54a2607: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit b98c60c: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Adds public preview documentation to planned-maintenance.md describing how to create and use a subscription/resource-group scoped shared Microsoft.ContainerService/maintenanceWindows resource and link it to AKS maintenance configurations via --maintenance-window-id / maintenanceWindowId.
Changes:
- Adds a new “Use a shared maintenance window (preview)” section with prerequisites, creation via
az rest, linking viaaz aks maintenanceconfiguration add|update, and unlink/delete guidance. - Adds CLI feature registration steps for
AKSSharedMaintenanceWindowPreviewand new link references. - Adds
ai-usage: ai-assistedfront matter and updatesms.date.
Suppressed comments (1)
articles/aks/planned-maintenance.md:762
- This JSON example uses
maintenanceWindows/myWindow, but the earlieraz restexamples createmaintenanceWindows/mySharedWindow. Use a consistent shared maintenance window name across examples.
"maintenanceConfigurationType": "aksManagedAutoUpgradeSchedule",
"maintenanceWindowId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.ContainerService/maintenanceWindows/myWindow"
}
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 98aa94c: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 864c594c-b992-4787-b5d1-bb9a0fa40a43
|
Learn Build status updates of commit 3f4233d: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 864c594c-b992-4787-b5d1-bb9a0fa40a43
|
Learn Build status updates of commit 875de27: ✅ Validation status: passed
For more details, please refer to the build report. |
ibaboulfetouh
left a comment
There was a problem hiding this comment.
Thanks Anushka Singh (@anushkasingh16) !
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c5c1ab50-95f3-4552-88d6-e493ef24f006
|
Learn Build status updates of commit 1b5f603: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
articles/aks/security-controls-policy.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Summary
Adds public preview documentation for linking AKS maintenance configurations to a shared MaintenanceWindow resource.
Changes
aks-previewextension.AKSSharedMaintenanceWindowPreview.aksManagedAutoUpgradeScheduleoraksManagedNodeOSUpgradeScheduleto a shared maintenance window using--maintenance-window-id.--maintenance-window-idcan’t be combined with inline schedule arguments.--maintenance-window-idcan’t be combined with--config-file.maintenanceWindowIdproperty instead.Notes for reviewers
This draft assumes the shared
Microsoft.ContainerService/maintenanceWindowsresource already exists.