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
+17-1Lines changed: 17 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: 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.
4
4
ms.topic: overview
5
-
ms.date: 08/17/2022
5
+
ms.date: 09/09/2022
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,22 @@ 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.17 - April 2022
20
+
21
+
### New features
22
+
23
+
- The default resource name for AWS EC2 instances is now the instance ID instead of the hostname. To override this behavior, use the `--resource-name PreferredResourceName` parameter to specify your own resource name when connecting a server to Azure Arc.
24
+
- The network connectivity check during onboarding now verifies private endpoint configuration if you specify a private link scope. You can run the same check anytime by running [azcmagent check](manage-agent.md#check) with the new `--use-private-link` parameter.
25
+
- You can now disable the extension manager with the [local agent security controls](security-overview.md#local-agent-security-controls).
26
+
27
+
### Fixed
28
+
29
+
- If you attempt to run `azcmagent connect` on a server that is already connected to Azure, the resource ID is now printed to the console to help you locate the resource in Azure.
30
+
- The `azcmagent connect` timeout has been extended to 10 minutes.
31
+
-`azcmagent show` no longer prints the private link scope ID. You can check if the server is associated with an Azure Arc private link scope by reviewing the machine details in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/servers), [CLI](/cli/azure/connectedmachine?view=azure-cli-latest#az-connectedmachine-show&preserve-view=true), [PowerShell](/powershell/module/az.connectedmachine/get-azconnectedmachine), or [REST API](/rest/api/hybridcompute/machines/get).
32
+
-`azcmagent logs` collects only the 2 most recent logs for each service to reduce ZIP file size.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,22 @@ 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.22 - September 2022
20
+
21
+
### New features
22
+
23
+
- 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.
24
+
- 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.
25
+
- Added support for Ubuntu 22.04
26
+
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
27
+
28
+
### Fixed
29
+
30
+
- The agent can now be installed on Red Hat Enterprise Linux 8 servers that have FIPS mode enabled.
31
+
- Agent telemetry is now sent through the proxy server if one is configured.
32
+
- Improved accuracy of network connectivity checks
33
+
- 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.
34
+
19
35
## Version 1.21 - August 2022
20
36
21
37
### New features
@@ -84,22 +100,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
84
100
- Improved reliability when extracting extensions and guest configuration policy packages
85
101
- Improved reliability for guest configuration policies that have child processes
86
102
87
-
## Version 1.17 - April 2022
88
-
89
-
### New features
90
-
91
-
- The default resource name for AWS EC2 instances is now the instance ID instead of the hostname. To override this behavior, use the `--resource-name PreferredResourceName` parameter to specify your own resource name when connecting a server to Azure Arc.
92
-
- The network connectivity check during onboarding now verifies private endpoint configuration if you specify a private link scope. You can run the same check anytime by running [azcmagent check](manage-agent.md#check) with the new `--use-private-link` parameter.
93
-
- You can now disable the extension manager with the [local agent security controls](security-overview.md#local-agent-security-controls).
94
-
95
-
### Fixed
96
-
97
-
- If you attempt to run `azcmagent connect` on a server that is already connected to Azure, the resource ID is now printed to the console to help you locate the resource in Azure.
98
-
- The `azcmagent connect` timeout has been extended to 10 minutes.
99
-
-`azcmagent show` no longer prints the private link scope ID. You can check if the server is associated with an Azure Arc private link scope by reviewing the machine details in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/servers), [CLI](/cli/azure/connectedmachine?view=azure-cli-latest#az-connectedmachine-show&preserve-view=true), [PowerShell](/powershell/module/az.connectedmachine/get-azconnectedmachine), or [REST API](/rest/api/hybridcompute/machines/get).
100
-
-`azcmagent logs` collects only the 2 most recent logs for each service to reduce ZIP file size.
- 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