Skip to content

Commit fa79122

Browse files
Merge pull request #297708 from SnehaSudhirG/07-Apr-PR1
Fixed typo in three articles
2 parents 6a7c44a + 080f974 commit fa79122

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 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: 09/09/2024
7+
ms.date: 04/07/2025
88
ms.topic: how-to
99
ms.service: azure-automation
1010
---
@@ -73,7 +73,7 @@ The minimum requirements for a Linux system and user Hybrid Runbook Worker are:
7373
| **Required package** | **Description** | **Minimum version**|
7474
|--------------------- | --------------------- | -------------------|
7575
|Glibc |GNU C Library| 2.5-12 |
76-
|Openssl| OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported)|
76+
|OpenSSL| OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported)|
7777
|Curl | cURL web client | 7.15.5|
7878
|Python-ctypes | Foreign function library for Python| Python 2.x or Python 3.x are required |
7979
|PAM | Pluggable Authentication Modules|

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: 02/27/2025
7+
ms.date: 04/07/2025
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
ms.service: azure-automation
@@ -52,7 +52,7 @@ Azure Automation stores and manages runbooks and then delivers them to one or mo
5252
| Required package | Description | Minimum version |
5353
|--------------------- | --------------------- | ------------------- |
5454
| Glibc |GNU C Library | 2.5-12 |
55-
| Openssl | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
55+
| OpenSSL | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
5656
| Curl | cURL web client | 7.15.5 |
5757
| Python-ctypes | Foreign function library for Python | Python 2.x or Python 3.x are required |
5858
| PAM | Pluggable Authentication Modules | |

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: 02/27/2025
6+
ms.date: 04/07/2025
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.
@@ -69,7 +69,7 @@ The purpose of the Extension-based approach is to simplify the installation and
6969
| Required package | Description | Minimum version |
7070
|--------------------- | --------------------- | ------------------- |
7171
| Glibc |GNU C Library | 2.5-12 |
72-
| Openssl | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
72+
| OpenSSL | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
7373
| Curl | cURL web client | 7.15.5 |
7474
| Python-ctypes | Foreign function library for Python | Python 2.x or Python 3.x are required |
7575
| PAM | Pluggable Authentication Modules | |

0 commit comments

Comments
 (0)