Skip to content

Commit cbcc82d

Browse files
authored
Merge pull request #224727 from rpsqrd/azcmagent-1-26-relnotes
azcmagent 1.25 and 1.26 relnotes
2 parents a14821a + f37c813 commit cbcc82d

File tree

4 files changed

+64
-42
lines changed

4 files changed

+64
-42
lines changed

articles/azure-arc/servers/agent-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the Azure Connected Machine agent
33
description: This article provides a detailed overview of the Azure Arc-enabled servers agent available, which supports monitoring virtual machines hosted in hybrid environments.
4-
ms.date: 11/18/2022
4+
ms.date: 01/23/2023
55
ms.topic: conceptual
66
ms.custom: devx-track-azurepowershell
77
---
@@ -159,6 +159,7 @@ The Azure Connected Machine agent is designed to manage agent and system resourc
159159
* The Log Analytics agent and Azure Monitor Agent are allowed to use up to 60% of the CPU during their install/upgrade/uninstall operations on Red Hat Linux, CentOS, and other enterprise Linux variants. The limit is higher for this combination of extensions and operating systems to accommodate the performance impact of [SELinux](https://www.redhat.com/en/topics/linux/what-is-selinux) on these systems.
160160
* The Azure Monitor Agent can use up to 30% of the CPU during normal operations.
161161
* The Linux OS Update Extension (used by Azure Update Management Center) can use up to 30% of the CPU to patch the server.
162+
* The Microsoft Defender for Endpoint extension can use up to 30% of the CPU during installation, upgrades, and removal operations.
162163

163164
## Instance metadata
164165

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

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Archive for What's new with Azure Arc-enabled servers agent
33
description: The What's new release notes in the Overview section for Azure Arc-enabled servers agent contains six months of activity. Thereafter, the items are removed from the main article and put into this article.
44
ms.topic: overview
5-
ms.date: 11/18/2022
5+
ms.date: 01/23/2023
66
ms.custom: references_regions
77
---
88

@@ -16,6 +16,44 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
1616
- Known issues
1717
- Bug fixes
1818

19+
## Version 1.21 - August 2022
20+
21+
### New features
22+
23+
- `azcmagent connect` usability improvements:
24+
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
25+
- Automatic registration of any missing resource providers for first-time users (additional user permissions required to register resource providers)
26+
- A progress bar now appears while the resource is being created and connected
27+
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
28+
- You can now restrict which URLs can be used to download machine configuration (formerly Azure Policy guest configuration) packages by setting the `allowedGuestConfigPkgUrls` tag on the server resource and providing a comma-separated list of URL patterns to allow.
29+
30+
### Fixed
31+
32+
- Extension installation failures are now reported to Azure more reliably to prevent extensions from being stuck in the "creating" state
33+
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
34+
- Improved network connection retry logic and error handling
35+
- Linux only: resolves local escalation of privilege vulnerability [CVE-2022-38007](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-38007)
36+
37+
## Version 1.20 - July 2022
38+
39+
### Known issues
40+
41+
- Some systems may incorrectly report their cloud provider as Azure Stack HCI.
42+
43+
### New features
44+
45+
- Added support for connecting the agent to the Azure China cloud
46+
- Added support for Debian 10
47+
- Updates to the [instance metadata](agent-overview.md#instance-metadata) collected on each machine:
48+
- GCP VM OS is no longer collected
49+
- CPU logical core count is now collected
50+
- Improved error messages and colorization
51+
52+
### Fixed
53+
54+
- Agents configured to use private endpoints will now download extensions over the private endpoint
55+
- The `--use-private-link` flag on [azcmagent check](manage-agent.md#check) has been renamed to `--enable-pls-check` to more accurately represent its function
56+
1957
## Version 1.19 - June 2022
2058

2159
### Known issues

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

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new with Azure Arc-enabled servers agent
33
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
44
ms.topic: overview
5-
ms.date: 11/15/2022
5+
ms.date: 01/23/2023
66
ms.custom: references_regions
77
---
88

@@ -16,6 +16,27 @@ 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 Arc-enabled servers agent](agent-release-notes-archive.md).
1818

19+
## Version 1.26 - January 2022
20+
21+
> [!NOTE]
22+
> Version 1.26 is only available for Linux operating systems. The most recent Windows agent version is 1.25.
23+
24+
### Fixed
25+
26+
- Increased the [resource limits](agent-overview.md#agent-resource-governance) for the Microsoft Defender for Endpoint extension (MDE.Linux) on Linux to improve installation reliability
27+
28+
## Version 1.25 - January 2022
29+
30+
### New features
31+
32+
- Red Hat Enterprise Linux (RHEL) 9 is now a [supported operating system](prerequisites.md#supported-operating-systems)
33+
34+
### Fixed
35+
36+
- Reliability improvements in the machine (guest) configuration policy engine
37+
- Improved error messages in the Windows MSI installer
38+
- Additional improvements to the detection logic for machines running on Azure Stack HCI
39+
1940
## Version 1.24 - November 2022
2041

2142
### New features
@@ -74,44 +95,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
7495
- Improved accuracy of network connectivity checks
7596
- When switching the agent from monitoring mode to full mode, existing restrictions are now retained. Use [azcmagent clear](manage-agent.md#config) to reset individual configuration settings to the default state.
7697

77-
## Version 1.21 - August 2022
78-
79-
### New features
80-
81-
- `azcmagent connect` usability improvements:
82-
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
83-
- Automatic registration of any missing resource providers for first-time users (additional user permissions required to register resource providers)
84-
- A progress bar now appears while the resource is being created and connected
85-
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
86-
- You can now restrict which URLs can be used to download machine configuration (formerly Azure Policy guest configuration) packages by setting the `allowedGuestConfigPkgUrls` tag on the server resource and providing a comma-separated list of URL patterns to allow.
87-
88-
### Fixed
89-
90-
- Extension installation failures are now reported to Azure more reliably to prevent extensions from being stuck in the "creating" state
91-
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
92-
- Improved network connection retry logic and error handling
93-
- Linux only: resolves local escalation of privilege vulnerability [CVE-2022-38007](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-38007)
94-
95-
## Version 1.20 - July 2022
96-
97-
### Known issues
98-
99-
- Some systems may incorrectly report their cloud provider as Azure Stack HCI.
100-
101-
### New features
102-
103-
- Added support for connecting the agent to the Azure China cloud
104-
- Added support for Debian 10
105-
- Updates to the [instance metadata](agent-overview.md#instance-metadata) collected on each machine:
106-
- GCP VM OS is no longer collected
107-
- CPU logical core count is now collected
108-
- Improved error messages and colorization
109-
110-
### Fixed
111-
112-
- Agents configured to use private endpoints will now download extensions over the private endpoint
113-
- The `--use-private-link` flag on [azcmagent check](manage-agent.md#check) has been renamed to `--enable-pls-check` to more accurately represent its function
114-
11598
## Next steps
11699

117100
- 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following versions of the Windows and Linux operating system are officially
3636
* CentOS Linux 7 and 8
3737
* Rocky Linux 8
3838
* SUSE Linux Enterprise Server (SLES) 12 and 15
39-
* Red Hat Enterprise Linux (RHEL) 7 and 8
39+
* Red Hat Enterprise Linux (RHEL) 7, 8 and 9
4040
* Amazon Linux 2
4141
* Oracle Linux 7
4242

0 commit comments

Comments
 (0)