@@ -384,9 +384,9 @@ files.
384
384
385
385
> [ !Note]
386
386
> 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
388
388
> - 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
390
390
> - If the parameter is not included, the category will default to Guest Configuration.
391
391
> These features are currently in preview and require Guest Configuration module
392
392
> version 1.20.1, which can be installed using ` Install-Module GuestConfiguration -AllowPrerelease ` .
@@ -450,7 +450,7 @@ New-AzRoleDefinition -Role $role
450
450
> version 1.20.1, which can be installed using ` Install-Module GuestConfiguration -AllowPrerelease ` .
451
451
452
452
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
454
454
an array of hashtables containing individual tag entires. The tags will be added
455
455
to the ` If ` section of the policy definition and cannot be modified by a policy assignment.
456
456
@@ -543,7 +543,7 @@ Community solutions can be discovered by searching the PowerShell Gallery for ta
543
543
> party tools before use.
544
544
545
545
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
547
547
content for the third-party platform in the content artifact.
548
548
549
549
### 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:
632
632
wmi_service.rb
633
633
` ` `
634
634
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.
637
637
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.
641
641
642
642
- **Name**: Guest Configuration package name.
643
643
- **Configuration**: Compiled configuration document full path.
644
644
- **Path**: Output folder path. This parameter is optional. If not specified, the package is created
645
645
in current directory.
646
646
- **FilesoInclude**: Full path to InSpec profile.
647
647
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 :
649
650
650
651
` ` ` azurepowershell-interactive
651
652
New-GuestConfigurationPackage `
0 commit comments