Skip to content

Commit 46d9522

Browse files
Add machine config name change banner
1 parent b9ab9a4 commit 46d9522

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: include
3+
ms.date: 07/15/2022
4+
ms.topic: include
5+
---
6+
7+
<!-- docutune:disable -->
8+
9+
> [!NOTE]
10+
>
11+
> Azure Policy Guest Configuration is now called called **Azure Automanage Machine Configuration**. [Learn more about the recent renaming of Microsoft configuration management services.](https://techcommunity.microsoft.com/t5/azure-governance-and-management/coming-soon-guest-configuration-renames-to-machine-configuration/ba-p/3474116)

articles/governance/policy/concepts/guest-configuration-assignments.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: Understand guest configuration assignment resources
33
description: Guest configuration creates extension resources named guest configuration assignments that map configurations to machines.
4-
ms.date: 08/15/2021
4+
author: timwarner-msft
5+
ms.date: 07/15/2022
56
ms.topic: conceptual
7+
ms.author: timwarner
68
---
79
# Understand guest configuration assignment resources
810

11+
[!INCLUDE [Machine config rename banner](../../includes/banner.md)]
12+
913
When an Azure Policy is assigned, if it's in the category "Guest Configuration"
1014
there's metadata included to describe a guest assignment.
1115

@@ -70,7 +74,7 @@ An example deployment template:
7074
"configurationParameter": {}
7175
}
7276
}
73-
}
77+
}
7478
]
7579
}
7680
```

articles/governance/policy/concepts/guest-configuration-custom.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: Changes to behavior in PowerShell Desired State Configuration for guest configuration
33
description: This article provides an overview of the platform used to deliver configuration changes to machines through Azure Policy.
4-
ms.date: 05/31/2021
4+
author: timwarner-msft
5+
ms.date: 07/15/2022
56
ms.topic: how-to
7+
ms.author: timwarner
68
---
79
# Changes to behavior in PowerShell Desired State Configuration for guest configuration
810

11+
[!INCLUDE [Machine config rename banner](../../includes/banner.md)]
12+
913
Before you begin, it's a good idea to read the overview of
1014
[guest configuration](./guest-configuration.md).
1115

articles/governance/policy/concepts/guest-configuration-policy-effects.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: Remediation options for guest configuration
33
description: Azure Policy's guest configuration feature offers options for continuous remediation or control using remediation tasks.
4-
ms.date: 07/12/2021
4+
author: timwarner-msft
5+
ms.date: 07/15/2022
56
ms.topic: how-to
7+
ms.author: timwarner
68
---
79
# Remediation options for guest configuration
810

11+
[!INCLUDE [Machine config rename banner](../../includes/banner.md)]
12+
913
Before you begin, it's a good idea to read the overview page for
1014
[guest configuration](../concepts/guest-configuration.md).
1115

articles/governance/policy/concepts/guest-configuration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: Understand the guest configuration feature of Azure Policy
33
description: Learn how Azure Policy uses the guest configuration feature to audit or configure settings inside virtual machines.
4-
ms.date: 07/15/2021
4+
author: timwarner-msft
5+
ms.date: 07/15/2022
56
ms.topic: conceptual
7+
ms.author: timwarner
68
---
79
# Understand the guest configuration feature of Azure Policy
810

11+
[!INCLUDE [Machine config rename banner](../../includes/banner.md)]
12+
913
Azure Policy's guest configuration feature provides native capability
1014
to audit or configure operating system settings as code,
1115
both for machines running in Azure and hybrid

0 commit comments

Comments
 (0)