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
+17-23Lines changed: 17 additions & 23 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,21 @@ 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](https://download.microsoft.com/download/c/c/e/cce7456c-e998-4fa1-9566-f43f4a2f6a6f/AzureConnectedMachineAgent.msi) 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
+
- Extension package maximum download size increased to fix access to the [latest versions of the Azure Monitor Agent](/azure/azure-monitor/agents/azure-monitor-agent-extension-versions) on Azure Arc-enabled servers.
33
+
19
34
## Version 1.39 - March 2024
20
35
21
36
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)
@@ -38,7 +53,7 @@ Download for [Windows](https://download.microsoft.com/download/4/8/f/48f69eb1-f7
38
53
39
54
### Known issues
40
55
41
-
Windows machines that try to upgrade to version 1.38 via Microsoft Update and encounter an error might fail to roll back to the previously installed version. As a result, the machine will appear "Disconnected" and won't be manageable from Azure. The update has been removed from the Microsoft Update Catalog while Microsoft investigates this behavior. Manual installations of the agent on new and existing machines aren't affected.
56
+
Windows machines that try and fail to upgrade to version 1.38 manually or via Microsoft Update might not roll back to the previously installed version. As a result, the machine will appear "Disconnected" and won't be manageable from Azure. A new version of 1.38 was released to Microsoft Update and the Microsoft Download Center on March 5, 2024 that resolves this issue.
42
57
43
58
If your machine was affected by this issue, you can repair the agent by downloading and installing the agent again. The agent will automatically discover the existing configuration and restore connectivity with Azure. You don't need to run `azcmagent connect`.
44
59
@@ -97,27 +112,6 @@ The Windows Admin Center in Azure feature is incompatible with Azure Connected M
97
112
- Fixed an issue that could prevent the agent from reporting the correct product type on Windows machines.
98
113
- Improved handling of upgrades when the previously installed extension version wasn't in a successful state.
99
114
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
115
## Next steps
122
116
123
117
- 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