Skip to content

Commit d467596

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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-
- To ensure that this vulnerability is addressed, if you are currently running a version of the AzurePolicyforLinux extension older than 1.26.38, please use the PowerShell command below to update your extension to the latest version.
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.
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

0 commit comments

Comments
 (0)