Skip to content

Commit b69b90b

Browse files
author
Ryan Willis
committed
initial draft
1 parent 8a443aa commit b69b90b

File tree

3 files changed

+38
-24
lines changed

3 files changed

+38
-24
lines changed

articles/azure-arc/servers/agent-release-notes-archive.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
1919
- Known issues
2020
- Bug fixes
2121

22+
## Version 1.35 - October 2023
23+
24+
Download for [Windows](https://download.microsoft.com/download/e/7/0/e70b1753-646e-4aea-bac4-40187b5128b0/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
25+
26+
### Known issues
27+
28+
The Windows Admin Center in Azure feature is incompatible with Azure Connected Machine agent version 1.35. Upgrade to version 1.37 or later to use this feature.
29+
30+
### New features
31+
32+
- The Linux installation script now downloads supporting assets with either wget or curl, depending on which tool is available on the system
33+
- [azcmagent connect](azcmagent-connect.md) and [azcmagent disconnect](azcmagent-disconnect.md) now accept the `--user-tenant-id` parameter to enable Lighthouse users to use a credential from their tenant and onboard a server to a different tenant.
34+
- You can configure the extension manager to run, without allowing any extensions to be installed, by configuring the allowlist to `Allow/None`. This supports Windows Server 2012 ESU scenarios where the extension manager is required for billing purposes but doesn't need to allow any extensions to be installed. Learn more about [local security controls](security-overview.md#local-agent-security-controls).
35+
36+
### Fixed
37+
38+
- Improved reliability when installing Microsoft Defender for Endpoint on Linux by increasing [available system resources](agent-overview.md#agent-resource-governance) and extending the timeout
39+
- Better error handling when a user specifies an invalid location name to [azcmagent connect](azcmagent-connect.md)
40+
- Fixed a bug where clearing the `incomingconnections.enabled` [configuration setting](azcmagent-config.md) would show `<nil>` as the previous value
41+
- Security fix for the extension allowlist and blocklist feature to address an issue where an invalid extension name could impact enforcement of the lists.
42+
2243
## Version 1.34 - September 2023
2344

2445
Download for [Windows](https://download.microsoft.com/download/b/3/2/b3220316-13db-4f1f-babf-b1aab33b364f/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new with Azure Connected Machine agent
33
description: This article has release notes for Azure Connected Machine agent. For many of the summarized issues, there are links to more details.
44
ms.topic: overview
5-
ms.date: 02/07/2024
5+
ms.date: 04/09/2024
66
ms.custom: references_regions
77
---
88

@@ -16,6 +16,20 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. To
1616

1717
This page is updated monthly, so revisit it regularly. If you're looking for items older than six months, you can find them in [archive for What's new with Azure Connected Machine agent](agent-release-notes-archive.md).
1818

19+
## Version 1.40 - April 2024
20+
21+
Download for [Windows]() or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
22+
23+
### New features
24+
25+
- Oracle Linux 9 is now a [supported operating system](prerequisites.md#supported-operating-systems)
26+
27+
### Fixed
28+
29+
- Improved error handling when a machine configuration policy has an invalid SAS token
30+
- The installation script for Windows now includes a flag to suppress reboots in case any agent executables are in use during an upgrade
31+
- Fixed an issue that could block agent installation or upgrades on Windows when the installer can't change the access control list on the agent's log directories.
32+
1933
## Version 1.39 - March 2024
2034

2135
Download for [Windows](https://download.microsoft.com/download/1/9/f/19f44dde-2c34-4676-80d7-9fa5fc44d2a8/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
@@ -97,27 +111,6 @@ The Windows Admin Center in Azure feature is incompatible with Azure Connected M
97111
- Fixed an issue that could prevent the agent from reporting the correct product type on Windows machines.
98112
- Improved handling of upgrades when the previously installed extension version wasn't in a successful state.
99113

100-
## Version 1.35 - October 2023
101-
102-
Download for [Windows](https://download.microsoft.com/download/e/7/0/e70b1753-646e-4aea-bac4-40187b5128b0/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
103-
104-
### Known issues
105-
106-
The Windows Admin Center in Azure feature is incompatible with Azure Connected Machine agent version 1.35. Upgrade to version 1.37 or later to use this feature.
107-
108-
### New features
109-
110-
- The Linux installation script now downloads supporting assets with either wget or curl, depending on which tool is available on the system
111-
- [azcmagent connect](azcmagent-connect.md) and [azcmagent disconnect](azcmagent-disconnect.md) now accept the `--user-tenant-id` parameter to enable Lighthouse users to use a credential from their tenant and onboard a server to a different tenant.
112-
- You can configure the extension manager to run, without allowing any extensions to be installed, by configuring the allowlist to `Allow/None`. This supports Windows Server 2012 ESU scenarios where the extension manager is required for billing purposes but doesn't need to allow any extensions to be installed. Learn more about [local security controls](security-overview.md#local-agent-security-controls).
113-
114-
### Fixed
115-
116-
- Improved reliability when installing Microsoft Defender for Endpoint on Linux by increasing [available system resources](agent-overview.md#agent-resource-governance) and extending the timeout
117-
- Better error handling when a user specifies an invalid location name to [azcmagent connect](azcmagent-connect.md)
118-
- Fixed a bug where clearing the `incomingconnections.enabled` [configuration setting](azcmagent-config.md) would show `<nil>` as the previous value
119-
- Security fix for the extension allowlist and blocklist feature to address an issue where an invalid extension name could impact enforcement of the lists.
120-
121114
## Next steps
122115

123116
- Before evaluating or enabling Azure Arc-enabled servers across multiple hybrid machines, review [Connected Machine agent overview](agent-overview.md) to understand requirements, technical details about the agent, and deployment methods.

articles/azure-arc/servers/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connected Machine agent prerequisites
33
description: Learn about the prerequisites for installing the Connected Machine agent for Azure Arc-enabled servers.
4-
ms.date: 02/07/2024
4+
ms.date: 04/09/2024
55
ms.topic: conceptual
66
ms.custom: devx-track-azurepowershell
77
---
@@ -44,7 +44,7 @@ Azure Arc supports the following Windows and Linux operating systems. Only x86-6
4444
* Azure Stack HCI
4545
* CentOS Linux 7 and 8
4646
* Debian 10, 11, and 12
47-
* Oracle Linux 7 and 8
47+
* Oracle Linux 7, 8, and 9
4848
* Red Hat Enterprise Linux (RHEL) 7, 8 and 9
4949
* Rocky Linux 8 and 9
5050
* SUSE Linux Enterprise Server (SLES) 12 SP3-SP5 and 15

0 commit comments

Comments
 (0)