Skip to content

Commit 5071878

Browse files
authored
Merge pull request #279711 from SnehaSudhirG/29June-UpdateCentOS
Ref about CentOS
2 parents bcba927 + a4bc898 commit 5071878

12 files changed

+37
-25
lines changed

articles/automation/automation-linux-hrw-install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article tells how to install an agent-based Hybrid Runbook Wo
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: linux-related-content
7-
ms.date: 04/21/2024
7+
ms.date: 06/29/2024
88
ms.topic: conceptual
99
---
1010

@@ -44,7 +44,6 @@ The Hybrid Runbook Worker role requires the [Log Analytics agent](../azure-monit
4444
The Hybrid Runbook Worker feature supports the following distributions. All operating systems are assumed to be x64. x86 isn't supported for any operating system.
4545

4646
* Amazon Linux 2012.09 to 2015.09
47-
* CentOS Linux 5, 6, 7, and 8
4847
* Oracle Linux 6, 7, and 8
4948
* Red Hat Enterprise Linux Server 5, 6, 7, and 8
5049
* Debian GNU/Linux 6, 7, and 8
@@ -105,7 +104,7 @@ Linux Hybrid Runbook Workers support a limited set of runbook types in Azure Aut
105104

106105
|Runbook type | Supported |
107106
|-------------|-----------|
108-
|Python 3 (preview)|Yes, required for these distros only: SUSE LES 15, RHEL 8, and CentOS 8|
107+
|Python 3 (preview)|Yes, required for these distros only: SUSE LES 15, RHEL 8|
109108
|Python 2 |Yes, for any distro that doesn't require Python 3<sup>1</sup> |
110109
|PowerShell |Yes<sup>2</sup> |
111110
|PowerShell Workflow |No |

articles/automation/change-tracking/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation Change Tracking and Inventory overview
33
description: This article describes the Change Tracking and Inventory feature, which helps you identify software and Microsoft service changes in your environment.
44
services: automation
55
ms.subservice: change-inventory-management
6-
ms.date: 12/13/2023
6+
ms.date: 06/30/2024
77
ms.custom: linux-related-content
88
ms.topic: conceptual
99
---
@@ -80,7 +80,7 @@ Change Tracking and Inventory now support Python 2 and Python 3. If your machine
8080
> To use the OMS agent compatible with Python 3, ensure that you first uninstall Python 2; otherwise, the OMS agent will continue to run with python 2 by default.
8181
8282
#### [Python 2](#tab/python-2)
83-
- Red Hat, CentOS, Oracle:
83+
- Red Hat, Oracle:
8484

8585
```bash
8686
sudo yum install -y python2
@@ -102,7 +102,7 @@ Change Tracking and Inventory now support Python 2 and Python 3. If your machine
102102
103103
#### [Python 3](#tab/python-3)
104104

105-
- Red Hat, CentOS, Oracle:
105+
- Red Hat, Oracle:
106106

107107
```bash
108108
sudo yum install -y python3

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides information about deploying the extension-bas
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-bicep, linux-related-content
7-
ms.date: 05/22/2024
7+
ms.date: 06/29/2024
88
ms.topic: how-to
99
#Customer intent: As a developer, I want to learn about extension so that I can efficiently deploy Hybrid Runbook Workers.
1010
---
@@ -36,7 +36,7 @@ Azure Automation stores and manages runbooks and then delivers them to one or mo
3636

3737
| Windows (x64) | Linux (x64) |
3838
|---|---|
39-
| &#9679; Windows Server 2022 (including Server Core) <br> &#9679; Windows Server 2019 (including Server Core) <br> &#9679; Windows Server 2016, version 1709, and 1803 (excluding Server Core) <br> &#9679; Windows Server 2012, 2012 R2 (excluding Server Core) <br> &#9679; Windows 10 Enterprise (including multi-session) and Pro | &#9679; Debian GNU/Linux 8, 9, 10, and 11 <br> &#9679; Ubuntu 18.04 LTS, 20.04 LTS, and 22.04 LTS <br> &#9679; SUSE Linux Enterprise Server 15.2, and 15.3 <br> &#9679; Red Hat Enterprise Linux Server 7, 8, and 9 <br> &#9679; CentOS Linux 7 and 8 <br> &#9679; SUSE Linux Enterprise Server (SLES) 15 <br> &#9679; Rocky Linux 9 </br> &#9679; Oracle Linux 7 and 8 <br> *Hybrid Worker extension would follow support timelines of the OS vendor*.|
39+
| &#9679; Windows Server 2022 (including Server Core) <br> &#9679; Windows Server 2019 (including Server Core) <br> &#9679; Windows Server 2016, version 1709, and 1803 (excluding Server Core) <br> &#9679; Windows Server 2012, 2012 R2 (excluding Server Core) <br> &#9679; Windows 10 Enterprise (including multi-session) and Pro | &#9679; Debian GNU/Linux 8, 9, 10, and 11 <br> &#9679; Ubuntu 18.04 LTS, 20.04 LTS, and 22.04 LTS <br> &#9679; SUSE Linux Enterprise Server 15.2, and 15.3 <br> &#9679; Red Hat Enterprise Linux Server 7, 8, and 9 <br> &#9679; SUSE Linux Enterprise Server (SLES) 15 <br> &#9679; Rocky Linux 9 </br> &#9679; Oracle Linux 7 and 8 <br> *Hybrid Worker extension would follow support timelines of the OS vendor*.|
4040

4141

4242
### Other Requirements

articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate an existing agent-based hybrid workers to extension-based-workers
33
description: This article provides information on how to migrate an existing agent-based hybrid worker to extension based workers.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 05/17/2024
6+
ms.date: 06/29/2024
77
ms.custom: devx-track-azurecli, devx-track-bicep, devx-track-azurepowershell
88
ms.topic: how-to
99
#Customer intent: As a developer, I want to learn about extension so that I can efficiently migrate agent based hybrid workers to extension based workers.
@@ -54,7 +54,7 @@ The purpose of the Extension-based approach is to simplify the installation and
5454

5555
| Windows (x64) | Linux (x64) |
5656
|---|---|
57-
| &#9679; Windows Server 2022 (including Server Core) <br> &#9679; Windows Server 2019 (including Server Core) <br> &#9679; Windows Server 2016, version 1709 and 1803 (excluding Server Core) <br> &#9679; Windows Server 2012, 2012 R2 (excluding Server Core) <br> &#9679; Windows 10 Enterprise (including multi-session) and Pro| &#9679; Debian GNU/Linux 8,9,10, and 11 <br> &#9679; Ubuntu 18.04 LTS, 20.04 LTS, and 22.04 LTS <br> &#9679; SUSE Linux Enterprise Server 15.2, and 15.3 <br> &#9679; Red Hat Enterprise Linux Server 7, 8, and 9 <br> &#9679; CentOS Linux 7 and 8 <br> &#9679; SUSE Linux Enterprise Server (SLES) 15 <br> &#9679; Rocky Linux 9 </br> &#9679; Oracle Linux 7 and 8 <br> *Hybrid Worker extension would follow support timelines of the OS vendor*. |
57+
| &#9679; Windows Server 2022 (including Server Core) <br> &#9679; Windows Server 2019 (including Server Core) <br> &#9679; Windows Server 2016, version 1709 and 1803 (excluding Server Core) <br> &#9679; Windows Server 2012, 2012 R2 (excluding Server Core) <br> &#9679; Windows 10 Enterprise (including multi-session) and Pro| &#9679; Debian GNU/Linux 8,9,10, and 11 <br> &#9679; Ubuntu 18.04 LTS, 20.04 LTS, and 22.04 LTS <br> &#9679; SUSE Linux Enterprise Server 15.2, and 15.3 <br> &#9679; Red Hat Enterprise Linux Server 7, 8, and 9 <br> &#9679; SUSE Linux Enterprise Server (SLES) 15 <br> &#9679; Rocky Linux 9 </br> &#9679; Oracle Linux 7 and 8 <br> *Hybrid Worker extension would follow support timelines of the OS vendor*. |
5858

5959
### Other Requirements
6060

articles/automation/quickstarts/dsc-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By enabling Azure Automation State Configuration, you can manage and monitor the
2424
To complete this quickstart, you need:
2525

2626
* An Azure subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/).
27-
* An Azure Resource Manager virtual machine running Red Hat Enterprise Linux, CentOS, or Oracle Linux. For instructions on creating a VM, see [Create your first Linux virtual machine in the Azure portal](../../virtual-machines/linux/quick-create-portal.md)
27+
* An Azure Resource Manager virtual machine running Red Hat Enterprise Linux, or Oracle Linux. For instructions on creating a VM, see [Create your first Linux virtual machine in the Azure portal](../../virtual-machines/linux/quick-create-portal.md)
2828

2929
## Sign in to Azure
3030
Sign in to the [Azure portal](https://portal.azure.com).

articles/automation/troubleshoot/update-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Automation Update Management issues
33
description: This article tells how to troubleshoot and resolve issues with Azure Automation Update Management.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 05/26/2023
6+
ms.date: 06/29/2024
77
ms.topic: troubleshooting
88
ms.custom: devx-track-azurepowershell, linux-related-content
99
---
@@ -80,7 +80,7 @@ When an assessment of OS updates pending for your Linux machine is done, [Open V
8080

8181
You can manually check the Linux machine, the applicable updates, and their classification per the distro's package manager. To understand which updates are classified as **Security** by your package manager, run the following commands.
8282

83-
For YUM, the following command returns a non-zero list of updates categorized as **Security** by Red Hat. Note that in the case of CentOS, it always returns an empty list and no security classification occurs.
83+
For YUM, the following command returns a non-zero list of updates categorized as **Security** by Red Hat.
8484

8585
```bash
8686
sudo yum -q --security check-update
@@ -671,7 +671,7 @@ Updates are often superseded by other updates. For more information, see [Update
671671

672672
### Installing updates by classification on Linux
673673

674-
Deploying updates to Linux by classification ("Critical and security updates") has important caveats, especially for CentOS. These limitations are documented on the [Update Management overview page](../update-management/overview.md#update-classifications).
674+
Deploying updates to Linux by classification ("Critical and security updates") has important caveats. These limitations are documented on the [Update Management overview page](../update-management/overview.md#update-classifications).
675675

676676
### KB2267602 is consistently missing
677677

articles/automation/update-management/deploy-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create update deployments for Azure Automation Update Management
33
description: This article describes how to schedule update deployments and review their status.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 11/05/2021
6+
ms.date: 06/30/2024
77
ms.topic: conceptual
88
---
99

articles/automation/update-management/manage-updates-for-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: automation
55
ms.subservice: update-management
66
ms.custom: linux-related-content
77
ms.topic: conceptual
8-
ms.date: 08/25/2021
8+
ms.date: 06/30/2024
99
---
1010

1111
# Manage updates and patches for your VMs

articles/automation/update-management/operating-system-requirements.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the supported Windows and Linux operating sy
44
services: automation
55
ms.subservice: update-management
66
ms.custom: linux-related-content
7-
ms.date: 08/01/2023
7+
ms.date: 06/30/2024
88
ms.topic: conceptual
99
---
1010

@@ -40,7 +40,6 @@ All operating systems are assumed to be x64. x86 is not supported for any operat
4040
4141
|Operating system |Notes |
4242
|---------|---------|
43-
|CentOS 6, 7, and 8 | Linux agents require access to an update repository. Classification-based patching requires `yum` to return security data that CentOS doesn't have in its RTM releases. For more information on classification-based patching on CentOS, see [Update classifications on Linux](view-update-assessments.md#linux). |
4443
|Oracle Linux 6.x, 7.x, 8x | Linux agents require access to an update repository. |
4544
|Red Hat Enterprise 6, 7, and 8 | Linux agents require access to an update repository. |
4645
|SUSE Linux Enterprise Server 12, 15, and 15.1 | Linux agents require access to an update repository. |

articles/automation/update-management/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides an overview of the Update Management feature
44
services: automation
55
ms.subservice: update-management
66
ms.custom: linux-related-content
7-
ms.date: 12/13/2023
7+
ms.date: 06/30/2024
88
ms.topic: conceptual
99
---
1010

0 commit comments

Comments
 (0)