Skip to content

Commit 9bc8746

Browse files
Merge pull request #234670 from michaeltlombardi/ab-85431/main/simplify-machine-config-metadata
(AB#85431) Simplify metadata for machine configuration articles
2 parents ac4253b + 6cf6f78 commit 9bc8746

15 files changed

+3
-44
lines changed

articles/governance/machine-configuration/agent-notes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Azure Automanage machine configuration agent release notes
33
description: Details guest configuration agent release notes, issues, and frequently asked questions.
4-
author: timwarner-msft
54
ms.date: 09/13/2022
65
ms.topic: conceptual
7-
ms.author: timwarner
8-
ms.service: machine-configuration
96
---
107
# Azure Automanage machine configuration agent release notes
118

articles/governance/machine-configuration/machine-configuration-assignments.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Understand machine configuration assignment resources
33
description: Machine configuration creates extension resources named machine configuration assignments that map configurations to machines.
4-
author: timwarner-msft
54
ms.date: 01/12/2023
65
ms.topic: conceptual
7-
ms.author: timwarner
8-
ms.service: machine-configuration
96
---
107
# Understand machine configuration assignment resources
118

articles/governance/machine-configuration/machine-configuration-azure-automation-migration.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ title: Azure Automation State Configuration to machine configuration migration p
33
description: This article provides process and technical guidance for customers interested in moving from DSC version 2 in Azure Automation to version 3 in Azure Policy.
44
ms.date: 03/06/2023
55
ms.topic: how-to
6-
ms.service: machine-configuration
76
ms.custom: devx-track-azurepowershell
8-
ms.author: timwarner
9-
author: timwarner-msft
107
---
118
# Azure Automation state configuration to machine configuration migration planning
129

@@ -287,7 +284,7 @@ the configuration to a MOF file and create a machine configuration package.
287284
Some modules might encounter compatibility issues with machine configuration. The
288285
most common problems are related to .NET framework vs .NET core. Detailed
289286
technical information is available on the page,
290-
[Differences between Windows PowerShell 5.1 and PowerShell (core) 7.x](/powershell/scripting/whats-new/differences-from-windows-powershell)
287+
[Differences between Windows PowerShell 5.1 and PowerShell (core) 7.x](/powershell/gallery/how-to/working-with-local-psrepositories)
291288

292289
One option to resolve compatibility issues is to run commands in Windows PowerShell
293290
from within a module that is imported in PowerShell 7, by running `powershell.exe`.

articles/governance/machine-configuration/machine-configuration-create-assignment.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: How to create a machine configuration assignment using templates
33
description: Learn how to deploy configurations to machines directly from Azure Resource Manager.
44
ms.date: 07/25/2022
55
ms.topic: how-to
6-
ms.author: timwarner
7-
author: timwarner-msft
8-
ms.service: machine-configuration
96
ms.custom: devx-track-terraform, devx-track-arm-template, devx-track-bicep
107
---
118
# How to create a machine configuration assignment using templates

articles/governance/machine-configuration/machine-configuration-create-definition.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: How to create custom machine configuration policy definitions
33
description: Learn how to create a machine configuration policy.
44
ms.date: 10/17/2022
55
ms.topic: how-to
6-
ms.service: machine-configuration
7-
ms.author: timwarner
8-
author: timwarner-msft
96
---
107
# How to create custom machine configuration policy definitions
118

articles/governance/machine-configuration/machine-configuration-create-publish.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ title: How to publish custom machine configuration package artifacts
33
description: Learn how to publish a machine configuration package file top Azure blob storage and get a SAS token for secure access.
44
ms.date: 07/25/2022
55
ms.topic: how-to
6-
ms.service: machine-configuration
76
ms.custom: devx-track-azurepowershell
8-
ms.author: timwarner
9-
author: timwarner-msft
107
---
118
# How to publish custom machine configuration package artifacts
129

articles/governance/machine-configuration/machine-configuration-create-setup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: How to install the machine configuration authoring module
33
description: Learn how to install the PowerShell module for creating and testing machine configuration policy definitions and assignments.
44
ms.date: 01/13/2023
55
ms.topic: how-to
6-
ms.service: machine-configuration
7-
ms.author: timwarner
8-
author: timwarner-msft
96
---
107
# How to set up a machine configuration authoring environment
118

articles/governance/machine-configuration/machine-configuration-create-signing.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: How to sign machine configuration packages
33
description: You can optionally sign machine configuration content packages and force the agent to only allow signed content
44
ms.date: 07/25/2022
55
ms.topic: how-to
6-
ms.service: machine-configuration
7-
ms.author: timwarner
8-
author: timwarner-msft
96
---
107

118
# How to sign machine configuration packages

articles/governance/machine-configuration/machine-configuration-create-test.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: How to test machine configuration package artifacts
33
description: The experience creating and testing packages that audit or apply configurations to machines.
44
ms.date: 07/25/2022
55
ms.topic: how-to
6-
ms.service: machine-configuration
7-
ms.author: timwarner
8-
author: timwarner-msft
96
---
107
# How to test machine configuration package artifacts
118

@@ -53,7 +50,7 @@ To run PowerShell as "LocalSystem" in Windows, use the SysInternals tool
5350
[PSExec](/sysinternals/downloads/psexec).
5451

5552
To run PowerShell as "Root" in Linux, use the
56-
[Su command](https://manpages.ubuntu.com/manpages/man1/su.1.html).
53+
[sudo command](https://www.sudo.ws/docs/man/sudo.man/).
5754

5855
## Validate the configuration package meets requirements
5956

articles/governance/machine-configuration/machine-configuration-create.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: How to create custom machine configuration package artifacts
33
description: Learn how to create a machine configuration package file.
44
ms.date: 02/14/2023
55
ms.topic: how-to
6-
ms.service: machine-configuration
7-
ms.author: timwarner
8-
author: timwarner-msft
96
---
107
# How to create custom machine configuration package artifacts
118

0 commit comments

Comments
 (0)