Skip to content

Commit 74b86ae

Browse files
committed
make parameters bold
1 parent afa5787 commit 74b86ae

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ files.
316316

317317
> [!Note]
318318
> The latest Guest Configuration module includes a new parameters:
319-
> - `-Tag` adds one or more tag filters to the policy definition
319+
> - **Tag** adds one or more tag filters to the policy definition
320320
> - See the section [Filtering Guest Configuration policies using Tags](#filtering-guest-configuration-policies-using-tags).
321-
> - `-Category` sets the category metadata field in the policy definition
321+
> - **Category** sets the category metadata field in the policy definition
322322
> - If the parameter is not included, the category will default to Guest Configuration.
323323
> These features are currently in preview and require Guest Configuration module
324324
> version 1.20.1, which can be installed using `Install-Module GuestConfiguration -AllowPrerelease`.
@@ -474,7 +474,7 @@ updated.
474474
> version 1.20.1, which can be installed using `Install-Module GuestConfiguration -AllowPrerelease`.
475475
476476
The policies created by cmdlets in the Guest Configuration module can optionally include
477-
a filter for tags. The `-Tag` parameter of `New-GuestConfigurationPolicy` supports
477+
a filter for tags. The **-Tag** parameter of `New-GuestConfigurationPolicy` supports
478478
an array of hashtables containing individual tag entires. The tags will be added
479479
to the `If` section of the policy definition and cannot be modified by a policy assignment.
480480

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ files.
384384

385385
> [!Note]
386386
> The latest Guest Configuration module includes a new parameters:
387-
> - `-Tag` adds one or more tag filters to the policy definition
387+
> - **Tag** adds one or more tag filters to the policy definition
388388
> - See the section [Filtering Guest Configuration policies using Tags](#filtering-guest-configuration-policies-using-tags).
389-
> - `-Category` sets the category metadata field in the policy definition
389+
> - **Category** sets the category metadata field in the policy definition
390390
> - If the parameter is not included, the category will default to Guest Configuration.
391391
> These features are currently in preview and require Guest Configuration module
392392
> version 1.20.1, which can be installed using `Install-Module GuestConfiguration -AllowPrerelease`.
@@ -450,7 +450,7 @@ New-AzRoleDefinition -Role $role
450450
> version 1.20.1, which can be installed using `Install-Module GuestConfiguration -AllowPrerelease`.
451451
452452
The policies created by cmdlets in the Guest Configuration module can optionally include
453-
a filter for tags. The `-Tag` parameter of `New-GuestConfigurationPolicy` supports
453+
a filter for tags. The **Tag** parameter of `New-GuestConfigurationPolicy` supports
454454
an array of hashtables containing individual tag entires. The tags will be added
455455
to the `If` section of the policy definition and cannot be modified by a policy assignment.
456456

@@ -543,7 +543,7 @@ Community solutions can be discovered by searching the PowerShell Gallery for ta
543543
> party tools before use.
544544
545545
After the DSC resource has been installed in the development environment, use the
546-
`-FilesToInclude` parameter for `New-GuestConfigurationPackage` to include
546+
**FilesToInclude** parameter for `New-GuestConfigurationPackage` to include
547547
content for the third-party platform in the content artifact.
548548

549549
### Step by step, creating a content artifact that uses third-party tools
@@ -632,20 +632,21 @@ Run the You should now have a project structure as below:
632632
wmi_service.rb
633633
```
634634

635-
The supporting files must be packaged together. The completed package is used by Guest Configuration
636-
to create the Azure Policy definitions.
635+
The supporting files must be packaged together. The completed package is used by
636+
Guest Configuration to create the Azure Policy definitions.
637637

638-
The `New-GuestConfigurationPackage` cmdlet creates the package. For third-party content, use the
639-
`-FilesToInclude` parameter to add the InSpec content to the package. You do not need to specify the `-ChefProfilePath`
640-
as for Linux packages.
638+
The `New-GuestConfigurationPackage` cmdlet creates the package. For third-party
639+
content, use the **FilesToInclude** parameter to add the InSpec content to the
640+
package. You do not need to specify the **ChefProfilePath** as for Linux packages.
641641

642642
- **Name**: Guest Configuration package name.
643643
- **Configuration**: Compiled configuration document full path.
644644
- **Path**: Output folder path. This parameter is optional. If not specified, the package is created
645645
in current directory.
646646
- **FilesoInclude**: Full path to InSpec profile.
647647

648-
Run the following command to create a package using the configuration given in the previous step:
648+
Run the following command to create a package using the configuration given in
649+
the previous step:
649650

650651
```azurepowershell-interactive
651652
New-GuestConfigurationPackage `

0 commit comments

Comments
 (0)