Skip to content

Commit a1ce961

Browse files
author
Ryan Willis
committed
acrolinx fixes
1 parent 61ef6f8 commit a1ce961

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Archive for What's new with Azure Arc-enabled servers agent
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.
3+
description: Release notes for Azure Connected Machine agent versions older than six months
44
ms.topic: overview
55
ms.date: 01/23/2023
66
ms.custom: references_regions
@@ -20,36 +20,36 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
2020

2121
### Known issues
2222

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.
23+
- The 'connect' command uses the value of the last tag for all tags. You will need to fix the tags after onboarding to use the correct values.
2424

2525
### New features
2626

2727
- 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.
28+
- If the resource group provided to `azcmagent connect` does not exist, the agent tries to create it and continue connecting the server to Azure.
2929
- Added support for Ubuntu 22.04
3030
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
3131

3232
### Fixed
3333

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.
34+
- The agent now supports Red Hat Enterprise Linux 8 servers that have FIPS mode enabled.
35+
- Agent telemetry uses the proxy server when configured.
3636
- 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.
37+
- The agent retains extension allow and block lists when switching the agent from monitoring mode to full mode. Use [azcmagent clear](manage-agent.md#config) to reset individual configuration settings to the default state.
3838

3939
## Version 1.21 - August 2022
4040

4141
### New features
4242

4343
- `azcmagent connect` usability improvements:
4444
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
45-
- Automatic registration of any missing resource providers for first-time users (additional user permissions required to register resource providers)
45+
- Automatic registration of any missing resource providers for first-time users (extra user permissions required to register resource providers)
4646
- A progress bar now appears while the resource is being created and connected
4747
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
4848
- You can now restrict which URLs can be used to download machine configuration (formerly Azure Policy guest configuration) packages by setting the `allowedGuestConfigPkgUrls` tag on the server resource and providing a comma-separated list of URL patterns to allow.
4949

5050
### Fixed
5151

52-
- Extension installation failures are now reported to Azure more reliably to prevent extensions from being stuck in the "creating" state
52+
- Improved reliability when reporting extension installation failures to prevent extensions from being stuck in the "creating" state
5353
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
5454
- Improved network connection retry logic and error handling
5555
- Linux only: resolves local escalation of privilege vulnerability [CVE-2022-38007](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-38007)
@@ -87,14 +87,14 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
8787

8888
### Fixed
8989

90-
- An issue that could cause the extension manager to hang during extension installation, update, and removal operations has been resolved.
90+
- Resolved an issue that could cause the extension manager to hang during extension installation, update, and removal operations.
9191
- Improved support for TLS 1.3
9292

9393
## Version 1.18 - May 2022
9494

9595
### New features
9696

97-
- The agent can now be configured to operate in [monitoring mode](security-overview.md#agent-modes), which simplifies configuration of the agent for scenarios where you only want to use Arc for monitoring and security scenarios. This mode disables other agent functionality and prevents use of extensions that could make changes to the system (for example, the Custom Script Extension).
97+
- You can configure the agent to operate in [monitoring mode](security-overview.md#agent-modes), which simplifies configuration of the agent for scenarios where you only want to use Arc for monitoring and security scenarios. This mode disables other agent functionality and prevents use of extensions that could make changes to the system (for example, the Custom Script Extension).
9898
- VMs and hosts running on Azure Stack HCI now report the cloud provider as "HCI" when [Azure benefits are enabled](/azure-stack/hci/manage/azure-benefits#enable-azure-benefits).
9999

100100
### Fixed
@@ -115,7 +115,7 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
115115
### Fixed
116116

117117
- 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.
118-
- The `azcmagent connect` timeout has been extended to 10 minutes.
118+
- Extended the `azcmagent connect` timeout to 10 minutes.
119119
- `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).
120120
- `azcmagent logs` collects only the 2 most recent logs for each service to reduce ZIP file size.
121121
- `azcmagent logs` collects Guest Configuration logs again.
@@ -128,7 +128,7 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
128128

129129
### New features
130130

131-
- You can now granularly control which extensions are allowed to be deployed to your server and whether or not Guest Configuration should be enabled. See [local agent controls to enable or disable capabilities](security-overview.md#local-agent-security-controls) for more information.
131+
- You can now granularly control which extensions are allowed on your server and disable the Guest Configuration agent. See [local agent controls to enable or disable capabilities](security-overview.md#local-agent-security-controls) for more information.
132132

133133
### Fixed
134134

@@ -192,7 +192,7 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
192192

193193
### Fixed
194194

195-
- The agent can now be installed on Windows systems with the [System objects: Require case insensitivity for non-Windows subsystems](/windows/security/threat-protection/security-policy-settings/system-objects-require-case-insensitivity-for-non-windows-subsystems) policy set to Disabled.
195+
- The agent now supports on Windows systems with the [System objects: Require case insensitivity for non-Windows subsystems](/windows/security/threat-protection/security-policy-settings/system-objects-require-case-insensitivity-for-non-windows-subsystems) policy set to Disabled.
196196
- The guest configuration policy agent will now automatically retry if an error is encountered during service start or restart events.
197197
- Fixed an issue that prevented guest configuration audit policies from successfully executing on Linux machines.
198198

0 commit comments

Comments
 (0)