Skip to content

Commit 9214aff

Browse files
(GH-112748) Update Machine Configuration version notice
Prior to this change, the documentation in Machine Configuration reported that the **GuestConfiguration** module is only available in Ubuntu 18. That version is more correctly a minimum version. This change: - Updates the language to indicate Ubuntu 18 is a minimum version requirement - Resolves MicrosoftDocs/azure-docs#112748
1 parent 42efe47 commit 9214aff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/governance/machine-configuration/how-to-create-package.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to create custom machine configuration package artifacts
33
description: Learn how to create a machine configuration package file.
4-
ms.date: 05/16/2023
4+
ms.date: 08/11/2023
55
ms.topic: how-to
66
---
77
# How to create custom machine configuration package artifacts
@@ -20,9 +20,9 @@ both Windows and Linux. The DSC configuration defines the condition that the mac
2020
> To use machine configuration packages that apply configurations, Azure VM guest configuration
2121
> extension version 1.26.24 or later, or Arc agent 1.10.0 or later, is required.
2222
>
23-
> The **GuestConfiguration** module is only available on Ubuntu 18. However, the package and
24-
> policies produced by the module can be used on any Linux distribution and version supported in
25-
> Azure or Arc.
23+
> The **GuestConfiguration** module is only available on Ubuntu 18 and later. However, the package
24+
> and policies produced by the module can be used on any Linux distribution and version supported
25+
> in Azure or Arc.
2626
>
2727
> Testing packages on macOS isn't available.
2828
>

articles/governance/machine-configuration/how-to-test-package.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to test machine configuration package artifacts
33
description: The experience creating and testing packages that audit or apply configurations to machines.
4-
ms.date: 04/18/2023
4+
ms.date: 08/11/2023
55
ms.topic: how-to
66
---
77
# How to test machine configuration package artifacts
@@ -22,8 +22,8 @@ Before you can begin testing, you need to [set up your authoring environment][01
2222
> To use machine configuration packages that apply configurations, Azure VM guest configuration
2323
> extension version 1.26.24 or later, or Arc agent 1.10.0 or later, is required.
2424
>
25-
> The **GuestConfiguration** module is only available on Ubuntu 18. However, the package and
26-
> policies produced by the module can be used on any Linux distro/version supported in Azure or
25+
> The **GuestConfiguration** module is only available on Ubuntu 18 and later. However, the package
26+
> and policies produced by the module can be used on any Linux distro/version supported in Azure or
2727
> Arc.
2828
>
2929
> Testing packages on macOS isn't available.

0 commit comments

Comments
 (0)