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
+19-1Lines changed: 19 additions & 1 deletion
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: Archive for What's new with Azure Arc-enabled servers agent
3
3
description: Release notes for Azure Connected Machine agent versions older than six months
4
4
ms.topic: overview
5
-
ms.date: 01/23/2023
5
+
ms.date: 03/10/2023
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,24 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
16
16
- Known issues
17
17
- Bug fixes
18
18
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.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+12-19Lines changed: 12 additions & 19 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 Arc-enabled servers agent
3
3
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
4
4
ms.topic: overview
5
-
ms.date: 01/23/2023
5
+
ms.date: 03/10/2023
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,17 @@ 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 Arc-enabled servers agent](agent-release-notes-archive.md).
18
18
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
+
19
30
## Version 1.27 - February 2023
20
31
21
32
### Fixed
@@ -68,24 +79,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
68
79
- Fixed a bug with proxy bypass feature that caused the agent to incorrectly use the proxy server for bypassed URLs
69
80
- Improved error handling when extensions don't download successfully, fail validation, or have corrupt state files
70
81
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
-
89
82
## Next steps
90
83
91
84
- 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