Skip to content

Commit cc74826

Browse files
authored
Merge pull request #230275 from rpsqrd/azcmagent-1-27-relnotes
azcmagent 1.28 relnotes
2 parents 5bff461 + 0362513 commit cc74826

File tree

2 files changed

+31
-20
lines changed

2 files changed

+31
-20
lines changed

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

Lines changed: 19 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: Release notes for Azure Connected Machine agent versions older than six months
44
ms.topic: overview
5-
ms.date: 01/23/2023
5+
ms.date: 03/10/2023
66
ms.custom: references_regions
77
---
88

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

19+
## Version 1.23 - October 2022
20+
21+
### New features
22+
23+
- The minimum PowerShell version required on Windows Server has been reduced to PowerShell 4.0
24+
- The Windows agent installer is now compatible with systems that enforce a Microsoft publisher-based Windows Defender Application Control policy.
25+
- Added support for Rocky Linux 8 and Debian 11.
26+
27+
### Fixed
28+
29+
- Tag values are correctly preserved when connecting a server and specifying multiple tags (fixes known issue from version 1.22).
30+
- An issue preventing some users who tried authenticating with an identity from a different tenant than the tenant where the server is (will be) registered has been fixed.
31+
- The `azcamgent check` command no longer validates CNAME records to reduce warnings that did not impact agent functionality.
32+
- The agent will now try to obtain an access token for up to 5 minutes when authenticating with an Azure Active Directory service principal.
33+
- Cloud presence checks now only run once at the time the `himds` service starts on the server to reduce local network traffic. If you live migrate your virtual machine to a different cloud provider, it will not reflect the new cloud provider until the service or computer has rebooted.
34+
- Improved logging during the installation process.
35+
- The install script for Windows now saves the MSI to the TEMP directory instead of the current directory.
36+
1937
## Version 1.22 - September 2022
2038

2139
### Known issues

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

Lines changed: 12 additions & 19 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: 01/23/2023
5+
ms.date: 03/10/2023
66
ms.custom: references_regions
77
---
88

@@ -16,6 +16,17 @@ 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.28 - March 2023
20+
21+
### Fixed
22+
23+
- Improved reliability of delete requests for extensions
24+
- More frequent reporting of VM UUID (system firmware identifier) changes
25+
- Improved reliability when writing changes to agent configuration files
26+
- JSON output for `azcmagent connect` now includes Azure portal URL for the server
27+
- Linux installation script now installs the `gnupg` package if it's missing on Debian operating systems
28+
- Removed weekly restarts for the extension and guest configuration services
29+
1930
## Version 1.27 - February 2023
2031

2132
### Fixed
@@ -68,24 +79,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
6879
- Fixed a bug with proxy bypass feature that caused the agent to incorrectly use the proxy server for bypassed URLs
6980
- Improved error handling when extensions don't download successfully, fail validation, or have corrupt state files
7081

71-
## Version 1.23 - October 2022
72-
73-
### New features
74-
75-
- The minimum PowerShell version required on Windows Server has been reduced to PowerShell 4.0
76-
- The Windows agent installer is now compatible with systems that enforce a Microsoft publisher-based Windows Defender Application Control policy.
77-
- Added support for Rocky Linux 8 and Debian 11.
78-
79-
### Fixed
80-
81-
- Tag values are correctly preserved when connecting a server and specifying multiple tags (fixes known issue from version 1.22).
82-
- An issue preventing some users who tried authenticating with an identity from a different tenant than the tenant where the server is (will be) registered has been fixed.
83-
- The `azcamgent check` command no longer validates CNAME records to reduce warnings that did not impact agent functionality.
84-
- The agent will now try to obtain an access token for up to 5 minutes when authenticating with an Azure Active Directory service principal.
85-
- Cloud presence checks now only run once at the time the `himds` service starts on the server to reduce local network traffic. If you live migrate your virtual machine to a different cloud provider, it will not reflect the new cloud provider until the service or computer has rebooted.
86-
- Improved logging during the installation process.
87-
- The install script for Windows now saves the MSI to the TEMP directory instead of the current directory.
88-
8982
## Next steps
9083

9184
- 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)