Skip to content

Commit f4647a6

Browse files
Merge pull request #214727 from timwarner-msft/timwarner-mc-fixes
Minor typo/usage fixes
2 parents 551cb81 + 1944f5b commit f4647a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to create custom machine configuration policy definitions
33
description: Learn how to create a machine configuration policy.
4-
ms.date: 09/12/2022
4+
ms.date: 10/17/2022
55
ms.topic: how-to
66
ms.service: machine-configuration
77
ms.author: timwarner
@@ -35,7 +35,7 @@ manage the state of Azure or Arc-enabled machines.
3535
## Install PowerShell 7 and required PowerShell modules
3636

3737
First, make sure you've followed all steps on the page
38-
[How to setup a machine configuration authoring environment](./machine-configuration-create-setup.md)
38+
[How to set up a machine configuration authoring environment](./machine-configuration-create-setup.md)
3939
to install the required version of PowerShell for your OS and the
4040
`GuestConfiguration` module.
4141

@@ -188,7 +188,7 @@ means that the values in the MOF file in the package don't have to be considered
188188
override values are provided through Azure Policy and don't change how the Configurations are
189189
authored or compiled.
190190

191-
The cmdlets `New-GuestConfigurationPolicy` and `Get-GuestConfigurationPacakgeComplianceStatus ` include a
191+
The cmdlets `New-GuestConfigurationPolicy` and `Get-GuestConfigurationPackageComplianceStatus ` include a
192192
parameter named **Parameter**. This parameter takes a hashtable definition including all details
193193
about each parameter and creates the required sections of each file used for the Azure Policy
194194
definition.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
4-
ms.date: 07/25/2022
4+
ms.date: 10/17/2022
55
ms.topic: how-to
66
ms.service: machine-configuration
77
ms.author: timwarner
88
author: timwarner-msft
99
---
10-
# How to setup a machine configuration authoring environment
10+
# How to set up a machine configuration authoring environment
1111

1212
[!INCLUDE [Machine config rename banner](../includes/banner.md)]
1313

0 commit comments

Comments
 (0)