Skip to content

Commit d9397a2

Browse files
authored
Update agent-notes.md
correctness
1 parent d467596 commit d9397a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/machine-configuration/agent-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Guest configuration agent notes
3-
description: Details guest configuration agent release notes, issues, and frequently-asked questions.
3+
description: Details guest configuration agent release notes, issues, and frequently asked questions.
44
author: timwarner-msft
55
ms.date: 09/13/2022
66
ms.topic: conceptual
@@ -32,15 +32,15 @@ In this release, various improvements were made.
3232
## Fixed
3333

3434
- Resolves local elevation of privilege vulnerability [CVE-2022-38007](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-38007).
35-
- If you are currently running an older version of the AzurePolicyforLinux extension, please use the PowerShell command below to update your extension to the latest version.
35+
- If you're currently running an older version of the AzurePolicyforLinux extension, use the PowerShell command below to update your extension to the latest version.
3636

3737
```powershell
3838
Set-AzVMExtension -Publisher 'Microsoft.GuestConfiguration' -Type 'ConfigurationforLinux' -Name 'AzurePolicyforLinux' -TypeHandlerVersion 1.26.38 -ResourceGroupName 'myResourceGroup' -Location 'myLocation' -VMName 'myVM' -EnableAutomaticUpgrade $true
3939
```
4040

4141
## Next steps
4242

43-
- Setup a custom machine configuration package [development environment](./machine-configuration-create-setup.md).
43+
- Set up a custom machine configuration package [development environment](./machine-configuration-create-setup.md).
4444
- [Create a package artifact](./machine-configuration-create.md)
4545
for machine configuration.
4646
- [Test the package artifact](./machine-configuration-create-test.md)

0 commit comments

Comments
 (0)