Skip to content

Commit 87e7e76

Browse files
authored
Merge pull request #109180 from MGoedtel/task6614107
Removed Supported OS table
2 parents ea6f424 + d85e9e4 commit 87e7e76

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

articles/automation/automation-tutorial-update-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ In this tutorial, you learned how to:
203203
Continue to the overview for the Update Management solution.
204204

205205
> [!div class="nextstepaction"]
206-
> [Update Management solution](../operations-management-suite/oms-solution-update-management.md?toc=%2fazure%2fautomation%2ftoc.json)
206+
> [Update Management solution](automation-update-management.md)
207207

articles/automation/manage-update-multi.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage updates for multiple Azure virtual machines
33
description: This article describes how to manage updates for Azure and non-Azure virtual machines.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 01/16/2020
6+
ms.date: 03/26/2020
77
ms.topic: conceptual
88
---
99
# Manage updates for multiple machines
@@ -23,21 +23,7 @@ To use Update Management, you need:
2323

2424
- Access to an update repository for Linux VMs onboarded to the solution.
2525

26-
## Supported operating systems
27-
28-
Update Management is supported on the following operating systems:
29-
30-
|Operating system |Notes |
31-
|---------|---------|
32-
|Windows Server 2008, Windows Server 2008 R2 RTM | Supports only update assessments. |
33-
|Windows Server 2008 R2 SP1 and later |Windows PowerShell 4.0 or later is required. ([Download WMF 4.0](https://www.microsoft.com/download/details.aspx?id=40855))</br> Windows PowerShell 5.1 is recommended for increased reliability. ([Download WMF 5.1](https://www.microsoft.com/download/details.aspx?id=54616)) |
34-
|CentOS 6 (x86/x64) and 7 (x64) | |
35-
|Red Hat Enterprise 6 (x86/x64) and 7 (x64) | |
36-
|SUSE Linux Enterprise Server 11 (x86/x64) and 12 (x64) | |
37-
|Ubuntu 14.04 LTS, 16.04 LTS and 18.04 LTS (x86/x64) | |
38-
39-
> [!NOTE]
40-
> To prevent updates from being applied outside a maintenance window on Ubuntu, reconfigure the Unattended-Upgrade package to disable automatic updates. For more information, see the [Automatic Updates topic in the Ubuntu Server Guide](https://help.ubuntu.com/lts/serverguide/automatic-updates.html).
26+
To learn about the system requirements for Update Management, see [Update Management client requirements](automation-update-management.md#clients).
4127

4228
## Enable Update Management for Azure virtual machines
4329

@@ -73,7 +59,7 @@ Computers that have recently been enabled for Update Management might not have b
7359

7460
- **Not assessed**: The update assessment data hasn't been received from the computer within the expected timeframe. For Linux computers, the expect timeframe is in the last hour. For Windows computers, the expected timeframe is in the last 12 hours.
7561

76-
To view the status of the agent, select the link in the **UPDATE AGENT READINESS** column. Selecting this option opens the **Hybrid Worker** pane, and shows the status of the Hybrid Worker. The following image shows an example of an agent that hasn't been connected to Update Management for an extended period of time:
62+
To view the status of the agent, select the link in the **Update agent readiness** column. Selecting this option opens the **Hybrid Worker** pane, and shows the status of the Hybrid Worker. The following image shows an example of an agent that hasn't been connected to Update Management for an extended period of time:
7763

7864
![View computers tab](./media/manage-update-multi/update-agent-broken.png)
7965

@@ -126,7 +112,7 @@ In the **New update deployment** pane, specify the following information:
126112
>[!NOTE]
127113
>Selecting the Saved Search option does not return machine identities, only their names. If you have several VMs with the same name across multiple resource groups, they are returned in the results. Using the **Groups to update** option is recommended to ensure you include unique VMs matching your criteria.
128114
129-
If you choose **Machines**, the readiness of the machine is shown in the **UPDATE AGENT READINESS** column. You can see the health state of the machine before you schedule the update deployment. To learn about the different methods of creating computer groups in Azure Monitor logs, see [Computer groups in Azure Monitor logs](../azure-monitor/platform/computer-groups.md)
115+
If you choose **Machines**, the readiness of the machine is shown in the **Update agent readiness** column. You can see the health state of the machine before you schedule the update deployment. To learn about the different methods of creating computer groups in Azure Monitor logs, see [Computer groups in Azure Monitor logs](../azure-monitor/platform/computer-groups.md)
130116

131117
![New update deployment pane](./media/manage-update-multi/update-select-computers.png)
132118

@@ -198,5 +184,4 @@ To see detailed information about any errors from the deployment, select **Error
198184

199185
## Next steps
200186

201-
To learn more about Update Management, including logs, output, and errors, see [Update Management solution in Azure](../operations-management-suite/oms-solution-update-management.md).
202-
187+
To learn more about Update Management logs, output, and errors, see [Query update records for Update Management](automation-update-management-query-logs.md).

0 commit comments

Comments
 (0)