Skip to content

Commit 5deed9c

Browse files
authored
Merge pull request #210694 from rpsqrd/agent-1-22-relnotes
Agent 1.22 relnotes
2 parents fa48a28 + 7bd76c1 commit 5deed9c

File tree

3 files changed

+35
-19
lines changed

3 files changed

+35
-19
lines changed

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

Lines changed: 17 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: 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.
44
ms.topic: overview
5-
ms.date: 08/17/2022
5+
ms.date: 09/09/2022
66
ms.custom: references_regions
77
---
88

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

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.
33+
- `azcmagent logs` collects Guest Configuration logs again.
34+
1935
## Version 1.16 - March 2022
2036

2137
### Known issues

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ 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.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+
1935
## Version 1.21 - August 2022
2036

2137
### New features
@@ -84,22 +100,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
84100
- Improved reliability when extracting extensions and guest configuration policy packages
85101
- Improved reliability for guest configuration policies that have child processes
86102

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.
101-
- `azcmagent logs` collects Guest Configuration logs again.
102-
103103
## Next steps
104104

105105
- 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.

articles/azure-arc/servers/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connected Machine agent prerequisites
33
description: Learn about the prerequisites for installing the Connected Machine agent for Azure Arc-enabled servers.
4-
ms.date: 07/05/2022
4+
ms.date: 09/09/2022
55
ms.topic: conceptual
66
---
77

@@ -28,7 +28,7 @@ The following versions of the Windows and Linux operating system are officially
2828
* Azure Editions are supported when running as a virtual machine on Azure Stack HCI
2929
* Windows IoT Enterprise
3030
* Azure Stack HCI
31-
* Ubuntu 16.04, 18.04, and 20.04 LTS
31+
* Ubuntu 16.04, 18.04, 20.04, and 22.04 LTS
3232
* Debian 10
3333
* CentOS Linux 7 and 8
3434
* SUSE Linux Enterprise Server (SLES) 12 and 15

0 commit comments

Comments
 (0)