You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes-archive.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,27 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
19
19
- Known issues
20
20
- Bug fixes
21
21
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
+
22
43
## Version 1.34 - September 2023
23
44
24
45
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)
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+15-22Lines changed: 15 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's new with Azure Connected Machine agent
3
3
description: This article has release notes for Azure Connected Machine agent. For many of the summarized issues, there are links to more details.
4
4
ms.topic: overview
5
-
ms.date: 02/07/2024
5
+
ms.date: 04/09/2024
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,20 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. To
16
16
17
17
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).
18
18
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
+
19
33
## Version 1.39 - March 2024
20
34
21
35
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
97
111
- Fixed an issue that could prevent the agent from reporting the correct product type on Windows machines.
98
112
- Improved handling of upgrades when the previously installed extension version wasn't in a successful state.
99
113
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
-
121
114
## Next steps
122
115
123
116
- 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.
0 commit comments