Skip to content

Commit d2e0800

Browse files
authored
Update agent-notes.md
@v-dirichards fixed blocking issues. Also added CLI commands.
1 parent d9397a2 commit d2e0800

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Guest configuration agent notes
2+
title: Azure Automanage machine configuration agent release notes
33
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
77
ms.author: timwarner
88
ms.service: machine-configuration
99
---
10-
# Guest configuration agent release notes
10+
# Azure Automanage machine configuration agent release notes
1111

1212
[!INCLUDE [Machine config rename banner](../includes/banner.md)]
1313

@@ -23,7 +23,7 @@ For information on release notes for the connected machine agent, please see [Wh
2323

2424
## Release notes
2525

26-
## Guest Configuration Linux Extension version 1.26.38
26+
### Guest Configuration Linux Extension version 1.26.38
2727

2828
In this release, various improvements were made.
2929

@@ -32,12 +32,16 @@ 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're currently running an older version of the AzurePolicyforLinux extension, 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 or Azure CLI commands 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

41+
```azurecli
42+
az vm extension set --publisher Microsoft.GuestConfiguration --name ConfigurationforLinux --extension-instance-name AzurePolicyforLinux --resource-group myResourceGroup --vm-name myVM --version 1.26.38 --enable-auto-upgrade true
43+
```
44+
4145
## Next steps
4246

4347
- Set up a custom machine configuration package [development environment](./machine-configuration-create-setup.md).

0 commit comments

Comments
 (0)