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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,26 @@ 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.22 - September 2022
20
+
21
+
### Known issues
22
+
23
+
- When connecting a server and specifying multiple tags, the value of the last tag is used for all tags. You will need to fix the tags after onboarding to use the correct values.
24
+
25
+
### New features
26
+
27
+
- The default login flow for Windows computers now loads the local web browser to authenticate with Azure Active Directory instead of providing a device code. You can use the `--use-device-code` flag to return to the old behavior or [provide service principal credentials](onboard-service-principal.md) for a non-interactive authentication experience.
28
+
- If the resource group provided to `azcmagent connect` does not exist, the agent will try to create it and continue connecting the server to Azure.
29
+
- Added support for Ubuntu 22.04
30
+
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
31
+
32
+
### Fixed
33
+
34
+
- The agent can now be installed on Red Hat Enterprise Linux 8 servers that have FIPS mode enabled.
35
+
- Agent telemetry is now sent through the proxy server if one is configured.
36
+
- Improved accuracy of network connectivity checks
37
+
- 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.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+11-20Lines changed: 11 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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.27 - February 2023
20
+
21
+
### Fixed
22
+
23
+
- The extension service now correctly restarts when the Azure Connected Machine agent is being upgraded by Update Management Center
24
+
- Resolved issues with the hybrid connectivity component that could result in the "himds" service crashing, the server showing as "disconnected" in Azure, and connectivity issues with Windows Admin Center and SSH
25
+
- Improved handling of resource move scenarios that could impact Windows Admin Center and SSH connectivity
26
+
- Improved reliability when changing the [agent configuration mode](security-overview.md#local-agent-security-controls) from "monitor" mode to "full" mode.
27
+
- Increased the [resource limits](agent-overview.md#agent-resource-governance) for the Microsoft Sentinel DNS extension to improve log collection reliability
28
+
- Tenant IDs are now validated during onboarding for correctness
29
+
19
30
## Version 1.26 - January 2023
20
31
21
32
> [!NOTE]
@@ -75,26 +86,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
75
86
- Improved logging during the installation process.
76
87
- The install script for Windows now saves the MSI to the TEMP directory instead of the current directory.
77
88
78
-
## Version 1.22 - September 2022
79
-
80
-
### Known issues
81
-
82
-
- When connecting a server and specifying multiple tags, the value of the last tag is used for all tags. You will need to fix the tags after onboarding to use the correct values.
83
-
84
-
### New features
85
-
86
-
- The default login flow for Windows computers now loads the local web browser to authenticate with Azure Active Directory instead of providing a device code. You can use the `--use-device-code` flag to return to the old behavior or [provide service principal credentials](onboard-service-principal.md) for a non-interactive authentication experience.
87
-
- If the resource group provided to `azcmagent connect` does not exist, the agent will try to create it and continue connecting the server to Azure.
88
-
- Added support for Ubuntu 22.04
89
-
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
90
-
91
-
### Fixed
92
-
93
-
- The agent can now be installed on Red Hat Enterprise Linux 8 servers that have FIPS mode enabled.
94
-
- Agent telemetry is now sent through the proxy server if one is configured.
95
-
- Improved accuracy of network connectivity checks
96
-
- 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.
97
-
98
89
## Next steps
99
90
100
91
- 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