Skip to content

Commit 7fffbfa

Browse files
authored
Merge pull request #251113 from rpsqrd/azcmagent-1-34-relnotes
agent 1.34 relnotes
2 parents 875ec6f + 12d73b0 commit 7fffbfa

File tree

3 files changed

+38
-17
lines changed

3 files changed

+38
-17
lines changed

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

Lines changed: 5 additions & 2 deletions
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 Connected Machine agent, which supports monitoring virtual machines hosted in hybrid environments.
4-
ms.date: 06/06/2023
4+
ms.date: 09/11/2023
55
ms.topic: conceptual
66
---
77

@@ -193,7 +193,10 @@ Metadata information about a connected machine is collected after the Connected
193193
* Cluster resource ID (for Azure Stack HCI nodes)
194194
* Hardware manufacturer
195195
* Hardware model
196-
* CPU socket, physical core and logical core counts
196+
* CPU family, socket, physical core and logical core counts
197+
* Total physical memory
198+
* Serial number
199+
* SMBIOS asset tag
197200
* Cloud provider
198201
* Amazon Web Services (AWS) metadata, when running in AWS:
199202
* Account ID

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
1616
- Known issues
1717
- Bug fixes
1818

19+
## Version 1.30 - May 2023
20+
21+
Download for [Windows](https://download.microsoft.com/download/7/7/9/779eae73-a12b-4170-8c5e-abec71bc14cf/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
22+
23+
### New features
24+
25+
- Introduced a scheduled task that checks for agent updates on a daily basis. Currently, the update mechanism is inactive and no changes are made to your server even if a newer agent version is available. In the future, you'll be able to schedule updates of the Azure Connected Machine agent from Azure. For more information, see [Automatic agent upgrades](manage-agent.md#automatic-agent-upgrades).
26+
27+
### Fixed
28+
29+
- Resolved an issue that could cause the agent to go offline after rotating its connectivity keys.
30+
- `azcmagent show` no longer shows an incomplete resource ID or Azure portal page URL when the agent isn't configured.
31+
1932
## Version 1.29 - April 2023
2033

2134
Download for [Windows](https://download.microsoft.com/download/2/7/0/27063536-949a-4b16-a29a-3d1dcb29cff7/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)

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

Lines changed: 20 additions & 15 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: 07/11/2023
5+
ms.date: 09/11/2023
66
ms.custom: references_regions
77
---
88

@@ -16,6 +16,24 @@ 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.34 - September 2023
20+
21+
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)
22+
23+
### New features
24+
25+
- [Extended Security Updates for Windows Server 2012 and 2012 R2](prepare-extended-security-updates.md) can be purchased and enabled through Azure Arc. If your server is already running the Azure Connected Machine agent, [upgrade to agent version 1.34](manage-agent.md#upgrade-the-agent) or later to take advantage of this new capability.
26+
- Additional system metadata is collected to enhance your device inventory in Azure:
27+
- Total physical memory
28+
- Additional processor information
29+
- Serial number
30+
- SMBIOS asset tag
31+
- Network requests to Microsoft Entra ID (formerly Azure Active Directory) now use `login.microsoftonline.com` instead of `login.windows.net`
32+
33+
### Fixed
34+
35+
- Better handling of disconnected agent scenarios in the extension manager and policy engine.
36+
1937
## Version 1.33 - August 2023
2038

2139
Download for [Windows](https://download.microsoft.com/download/0/c/7/0c7a484b-e29e-42f9-b3e9-db431df2e904/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
@@ -26,7 +44,7 @@ Agent version 1.33 contains a fix for [CVE-2023-38176](https://msrc.microsoft.co
2644

2745
### Known issue
2846

29-
[azcmagent check](azcmagent-check.md) validates a new endpoint in this release: `<geography>-ats.his.arc.azure.com`. This endpoint is reserved for future use and not required for the Azure Connected Machine agent to operate successfully. However, if you are using a private endpoint, this endpoint will fail the network connectivity check. You can safely ignore this endpoint in the results and should instead confirm that all other endpoints are reachable.
47+
[azcmagent check](azcmagent-check.md) validates a new endpoint in this release: `<geography>-ats.his.arc.azure.com`. This endpoint is reserved for future use and not required for the Azure Connected Machine agent to operate successfully. However, if you're using a private endpoint, this endpoint will fail the network connectivity check. You can safely ignore this endpoint in the results and should instead confirm that all other endpoints are reachable.
3048

3149
This endpoint will be removed from `azcmagent check` in a future release.
3250

@@ -83,19 +101,6 @@ To check if you're running the latest version of the Azure connected machine age
83101
- Improved output of the [azcmagent check](azcmagent-check.md) command
84102
- Better handling of spaces in the `--location` parameter of [azcmagent connect](azcmagent-connect.md)
85103

86-
## Version 1.30 - May 2023
87-
88-
Download for [Windows](https://download.microsoft.com/download/7/7/9/779eae73-a12b-4170-8c5e-abec71bc14cf/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
89-
90-
### New features
91-
92-
- Introduced a scheduled task that checks for agent updates on a daily basis. Currently, the update mechanism is inactive and no changes are made to your server even if a newer agent version is available. In the future, you'll be able to schedule updates of the Azure Connected Machine agent from Azure. For more information, see [Automatic agent upgrades](manage-agent.md#automatic-agent-upgrades).
93-
94-
### Fixed
95-
96-
- Resolved an issue that could cause the agent to go offline after rotating its connectivity keys.
97-
- `azcmagent show` no longer shows an incomplete resource ID or Azure portal page URL when the agent isn't configured.
98-
99104
## Next steps
100105

101106
- 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

Comments
 (0)