Skip to content

Commit c5746b5

Browse files
author
Ryan Willis
committed
clarity fixes
1 parent 30527e5 commit c5746b5

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

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

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
4343
- `azcmagent connect` usability improvements:
4444
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
4545
- Automatic registration of any missing resource providers for first-time users (extra user permissions required to register resource providers)
46-
- A progress bar now appears while the resource is being created and connected
46+
- Added a progress bar during onboarding
4747
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
48-
- 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.
48+
- You can now restrict the URLs 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-
- Improved reliability when reporting extension installation failures to prevent extensions from being stuck in the "creating" state
53-
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
52+
- Improved reliability when reporting extension installation failures to prevent extensions from staying in the "creating" state
53+
- Support for retrieving metadata for Google Cloud Platform virtual machines when the agent uses 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)
5656

@@ -71,19 +71,19 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
7171

7272
### Fixed
7373

74-
- Agents configured to use private endpoints will now download extensions over the private endpoint
75-
- The `--use-private-link` flag on [azcmagent check](manage-agent.md#check) has been renamed to `--enable-pls-check` to more accurately represent its function
74+
- Agents configured to use private endpoints correctly download extensions over the private endpoint
75+
- Renamed the `--use-private-link` flag on [azcmagent check](manage-agent.md#check) to `--enable-pls-check` to more accurately represent its function
7676

7777
## Version 1.19 - June 2022
7878

7979
### Known issues
8080

81-
- Agents configured to use private endpoints will incorrectly try to download extensions from a public endpoint. [Upgrade the agent](manage-agent.md#upgrade-the-agent) to version 1.20 or later to restore correct functionality.
81+
- Agents configured to use private endpoints incorrectly download extensions from a public endpoint. [Upgrade the agent](manage-agent.md#upgrade-the-agent) to version 1.20 or later to restore correct functionality.
8282
- Some systems may incorrectly report their cloud provider as Azure Stack HCI.
8383

8484
### New features
8585

86-
- When installed on a Google Compute Engine virtual machine, the agent will now detect and report Google Cloud metadata in the "detected properties" of the Azure Arc-enabled servers resource. [Learn more](agent-overview.md#instance-metadata) about the new metadata.
86+
- When installed on a Google Compute Engine virtual machine, the agent detects and reports Google Cloud metadata in the "detected properties" of the Azure Arc-enabled servers resource. [Learn more](agent-overview.md#instance-metadata) about the new metadata.
8787

8888
### Fixed
8989

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

100100
### Fixed
101101

102-
- `systemd` is now an official prerequisite on Linux and your package manager will alert you if you try to install the Azure Connected Machine agent on a server without systemd.
102+
- `systemd` is now an official prerequisite on Linux
103103
- Guest configuration policies no longer create unnecessary files in the `/tmp` directory on Linux servers
104104
- Improved reliability when extracting extensions and guest configuration policy packages
105105
- Improved reliability for guest configuration policies that have child processes
@@ -114,10 +114,10 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
114114

115115
### Fixed
116116

117-
- 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.
117+
- If you attempt to run `azcmagent connect` on a server already connected to Azure, the resource ID is shown on the console to help you locate the resource in Azure.
118118
- 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).
120-
- `azcmagent logs` collects only the 2 most recent logs for each service to reduce ZIP file size.
120+
- `azcmagent logs` collects only the two most recent logs for each service to reduce ZIP file size.
121121
- `azcmagent logs` collects Guest Configuration logs again.
122122

123123
## Version 1.16 - March 2022
@@ -128,26 +128,27 @@ 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 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.
131+
- You can now granularly control allowed and blocked extensions 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

135-
- The "Arc" proxy bypass keyword no longer includes Azure Active Directory endpoints on Linux. Azure Storage endpoints for extension downloads are now included with the "Arc" keyword.
135+
- The "Arc" proxy bypass keyword no longer includes Azure Active Directory endpoints on Linux
136+
- The "Arc" proxy bypass keyword now includes Azure Storage endpoints for extension downloads
136137

137138
## Version 1.15 - February 2022
138139

139140
### Known issues
140141

141-
- The "Arc" proxy bypass feature on Linux includes some endpoints that belong to Azure Active Directory. As a result, if you only specify the "Arc" bypass rule, traffic destined for Azure Active Directory endpoints will not use the proxy server as expected. This issue will be fixed in an upcoming release.
142+
- The "Arc" proxy bypass feature on Linux includes some endpoints that belong to Azure Active Directory. As a result, if you only specify the "Arc" bypass rule, traffic destined for Azure Active Directory endpoints will not use the proxy server as expected.
142143

143144
### New features
144145

145146
- Network check improvements during onboarding:
146147
- Added TLS 1.2 check
147-
- Azure Arc network endpoints are now required, onboarding will abort if they are not accessible
148+
- Onboarding aborts when required networking endpoints are inaccessible
148149
- New `--skip-network-check` flag to override the new network check behavior
149150
- On-demand network check now available using `azcmagent check`
150-
- [Proxy bypass](manage-agent.md#proxy-bypass-for-private-endpoints) is now available for customers using private endpoints. This allows you to send Azure Active Directory and Azure Resource Manager traffic through a proxy server, but skip the proxy server for traffic that should stay on the local network to reach private endpoints.
151+
- [Proxy bypass](manage-agent.md#proxy-bypass-for-private-endpoints) is now available for customers using private endpoints. This feature allows you to send Azure Active Directory and Azure Resource Manager traffic through a proxy server, but skip the proxy server for traffic that should stay on the local network to reach private endpoints.
151152
- Oracle Linux 8 is now supported
152153

153154
### Fixed
@@ -161,7 +162,7 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
161162

162163
### Fixed
163164

164-
- A state corruption issue in the extension manager that could cause extension operations to get stuck in transient states has been fixed. Customers running agent version 1.13 are encouraged to upgrade to version 1.14 as soon as possible. If you continue to have issues with extensions after upgrading the agent, [submit a support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
165+
- Fixed a state corruption issue in the extension manager that could cause extension operations to get stuck in transient states. Customers running agent version 1.13 are encouraged to upgrade to version 1.14 as soon as possible. If you continue to have issues with extensions after upgrading the agent, [submit a support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
165166

166167
## Version 1.13 - November 2021
167168

@@ -176,11 +177,10 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
176177
### New features
177178

178179
- Local configuration of agent settings now available using the [azcmagent config command](manage-agent.md#config).
179-
- Proxy server settings can be [configured using agent-specific settings](manage-agent.md#update-or-remove-proxy-settings) instead of environment variables.
180-
- Extension operations will execute faster using a new notification pipeline. You may need to adjust your firewall or proxy server rules to allow the new network addresses for this notification service (see [networking configuration](network-requirements.md)). The extension manager will fall back to the existing behavior of checking every 5 minutes when the notification service cannot be reached.
180+
- Support for configuring proxy server settings [using agent-specific settings](manage-agent.md#update-or-remove-proxy-settings) instead of environment variables.
181+
- Extension operations execute faster using a new notification pipeline. You may need to adjust your firewall or proxy server rules to allow the new network addresses for this notification service (see [networking configuration](network-requirements.md)). The extension manager falls back to the existing behavior of checking every 5 minutes when the notification service is inaccessible.
181182
- Detection of the AWS account ID, instance ID, and region information for servers running in Amazon Web Services.
182183

183-
184184
## Version 1.12 - October 2021
185185

186186
### Fixed
@@ -193,7 +193,7 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
193193
### Fixed
194194

195195
- 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.
196-
- The guest configuration policy agent will now automatically retry if an error is encountered during service start or restart events.
196+
- The guest configuration policy agent automatically retries if an error occurs during service start or restart events.
197197
- Fixed an issue that prevented guest configuration audit policies from successfully executing on Linux machines.
198198

199199
## Version 1.10 - August 2021
@@ -226,15 +226,15 @@ Fixed a bug that prevented extension management in the West US 3 region
226226

227227
### Fixed
228228

229-
- The agent will continue running if it is unable to write service start/stop events to the Windows application event log
229+
- The agent continues running if it is unable to write service start/stop events to the Windows application event log
230230

231231
## Version 1.7 - June 2021
232232

233233
### New features
234234

235235
- Improved reliability during onboarding:
236236
- Improved retry logic when HIMDS is unavailable
237-
- Onboarding continues instead of aborting if OS information cannot be obtained
237+
- Onboarding continues instead of aborting if OS information isn't available
238238
- Improved reliability when installing the Log Analytics agent for Linux extension on Red Hat and CentOS systems
239239

240240
## Version 1.6 - May 2021
@@ -243,7 +243,7 @@ Fixed a bug that prevented extension management in the West US 3 region
243243

244244
- Added support for SUSE Enterprise Linux 12
245245
- Updated Guest Configuration agent to version 1.26.12.0 to include:
246-
- Policies are executed in a separate process.
246+
- Policies execute in a separate process.
247247
- Added V2 signature support for extension validation.
248248
- Minor update to data logging.
249249

@@ -262,8 +262,8 @@ Fixed a bug that prevented extension management in the West US 3 region
262262

263263
- Added support for private endpoints, which is currently in limited preview.
264264
- Expanded list of exit codes for azcmagent.
265-
- Agent configuration parameters can now be read from a file with the `--config` parameter.
266-
- Collect new instance metadata to determine if Microsoft SQL Server is installed on the server
265+
- You can pass agent configuration parameters from a file with the `--config` parameter.
266+
- Automatically detects the presence of Microsoft SQL Server on the server
267267

268268
### Fixed
269269

@@ -283,7 +283,7 @@ Resolved issue preventing the Custom Script Extension on Linux from installing s
283283

284284
### Fixed
285285

286-
Resolved issue where proxy configuration could be lost after upgrade on RPM-based distributions.
286+
Resolved issue where proxy configuration resets after upgrade on RPM-based distributions.
287287

288288
## Version 1.1 - October 2020
289289

@@ -302,7 +302,7 @@ This version is the first generally available release of the Azure Connected Mac
302302

303303
- Support for preview agents (all versions older than 1.0) will be removed in a future service update.
304304
- Removed support for fallback endpoint `.azure-automation.net`. If you have a proxy, you need to allow the endpoint `*.his.arc.azure.com`.
305-
- If the Connected Machine agent is installed on a virtual machine hosted in Azure, VM extensions can't be installed or modified from the Arc-enabled servers resource. This is to avoid conflicting extension operations being performed from the virtual machine's **Microsoft.Compute** and **Microsoft.HybridCompute** resource. Use the **Microsoft.Compute** resource for the machine for all extension operations.
305+
- VM extensions can't be installed or modified from Azure Arc if the agent detects it's running in an Azure VM. This is to avoid conflicting extension operations being performed from the virtual machine's **Microsoft.Compute** and **Microsoft.HybridCompute** resource. Use the **Microsoft.Compute** resource for the machine for all extension operations.
306306
- Name of guest configuration process has changed, from *gcd* to *gcad* on Linux, and *gcservice* to *gcarcservice* on Windows.
307307

308308
### New features

0 commit comments

Comments
 (0)