Skip to content

Commit 51499ec

Browse files
committed
passive voice; numbering
1 parent b2b66cf commit 51499ec

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/governance/policy/how-to/guest-configuration-create-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To install the **GuestConfiguration** module in PowerShell:
6767
Install-Module -Name GuestConfiguration
6868
```
6969

70-
2. Validate that the module has been imported:
70+
1. Validate that the module has been imported:
7171

7272
```azurepowershell-interactive
7373
# Get a list of commands for the imported GuestConfiguration module
@@ -94,7 +94,7 @@ name.
9494

9595
Guest Configuration on Linux uses the `ChefInSpecResource` resource to
9696
provide the engine with the name of the [ InSpec profile](https://www.inspec.io/docs/reference/profiles/). **Name**
97-
is the only required resource property. You will need to create a YaML file and a Ruby script file, as detailed below.
97+
is the only required resource property. Create a YaML file and a Ruby script file, as detailed below.
9898

9999
First, create the YaML file used by InSpec.
100100
The file provides basic information about the environment.
@@ -186,7 +186,7 @@ module includes a cmdlet `Test-GuestConfigurationPackage` that loads the same ag
186186
development environment as is used inside Azure machines. Using this solution, you can perform
187187
integration testing locally before releasing to billed cloud environments.
188188

189-
Since the agent is actually evaluating the local environment, in most cases you will need to run the Test- cmdlet on the same OS platform as you plan to audit.
189+
Since the agent is actually evaluating the local environment, in most cases you need to run the Test- cmdlet on the same OS platform as you plan to audit.
190190

191191
Parameters of the `Test-GuestConfigurationPackage` cmdlet:
192192

@@ -414,7 +414,7 @@ there are two fields that must be updated if you would like to publish a new rel
414414

415415
- **Version**: When you run the `New-GuestConfigurationPolicy` cmdlet, you must specify a version
416416
number greater than what is currently published. The property updates the version of the Guest
417-
Configuration assignment in the new policy file so the extension will recognize that the package
417+
Configuration assignment in the new policy file so the extension recognizes that the package
418418
has been updated.
419419
- **contentHash**: This property is updated automatically by the `New-GuestConfigurationPolicy`
420420
cmdlet. It's a hash value of the package created by `New-GuestConfigurationPackage`. The property

articles/governance/policy/how-to/guest-configuration-create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To install the **GuestConfiguration** module in PowerShell:
6767
Install-Module -Name GuestConfiguration
6868
```
6969

70-
2. Validate that the module has been imported:
70+
1. Validate that the module has been imported:
7171

7272
```azurepowershell-interactive
7373
# Get a list of commands for the imported GuestConfiguration module
@@ -89,7 +89,7 @@ For an overview of DSC concepts and terminology, see
8989

9090
When Guest Configuration audits a machine, it first runs `Test-TargetResource` to determine if it is
9191
in the correct state. The boolean value returned by the function determines if the Azure Resource
92-
Manager status for the Guest Assignment should be Compliant/Not-Compliant. Next the provider will run
92+
Manager status for the Guest Assignment should be Compliant/Not-Compliant. Next the provider runs
9393
`Get-TargetResource` to return the current state of each setting so details are available both
9494
about why a machine is not compliant, or to confirm that the current state is compliant.
9595

@@ -230,7 +230,7 @@ module includes a cmdlet `Test-GuestConfigurationPackage` that loads the same ag
230230
development environment as is used inside Azure machines. Using this solution, you can perform
231231
integration testing locally before releasing to billed cloud environments.
232232

233-
Since the agent is actually evaluating the local environment, in most cases you will need to run the Test- cmdlet on the same OS platform as you plan to audit.
233+
Since the agent is actually evaluating the local environment, in most cases you need to run the Test- cmdlet on the same OS platform as you plan to audit.
234234

235235
Parameters of the `Test-GuestConfigurationPackage` cmdlet:
236236

@@ -424,7 +424,7 @@ there are two fields that must be updated if you would like to publish a new rel
424424

425425
- **Version**: When you run the `New-GuestConfigurationPolicy` cmdlet, you must specify a version
426426
number greater than what is currently published. The property updates the version of the Guest
427-
Configuration assignment in the new policy file so the extension will recognize that the package
427+
Configuration assignment in the new policy file so the extension recognizes that the package
428428
has been updated.
429429
- **contentHash**: This property is updated automatically by the `New-GuestConfigurationPolicy`
430430
cmdlet. It's a hash value of the package created by `New-GuestConfigurationPackage`. The property
@@ -445,7 +445,7 @@ above, you can convert Windows Group Policy content and package/publish it for A
445445
audit. For details about using the tool, see the article
446446
[Quickstart: Convert Group Policy into DSC](/powershell/scripting/dsc/quickstarts/gpo-quickstart).
447447
Once the content has been converted, the steps above to create a package and publish it as Azure
448-
Policy will be the same as for any DSC content.
448+
Policy are the same as for any DSC content.
449449

450450
## OPTIONAL: Signing Guest Configuration packages
451451

0 commit comments

Comments
 (0)