Skip to content

Commit c8966f7

Browse files
authored
parameter name was wrong
1 parent cd0e14f commit c8966f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Run the following command to create a package using the configuration given in t
181181
New-GuestConfigurationPackage `
182182
-Name 'AuditFilePathExists' `
183183
-Configuration './Config/AuditFilePathExists.mof' `
184-
-ChefProfilePath './'
184+
-ChefInSpecProfilePath './'
185185
```
186186

187187
After creating the Configuration package but before publishing it to Azure, you can test the package from your workstation or CI/CD environment. The GuestConfiguration cmdlet `Test-GuestConfigurationPackage` includes the same agent in your

0 commit comments

Comments
 (0)