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
+15-1Lines changed: 15 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: 07/06/2022
5
+
ms.date: 08/17/2022
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,20 @@ 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.16 - March 2022
20
+
21
+
### Known issues
22
+
23
+
-`azcmagent logs` doesn't collect Guest Configuration logs in this release. You can locate the log directories in the [agent installation details](deployment-options.md#agent-installation-details).
24
+
25
+
### New features
26
+
27
+
- 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.
28
+
29
+
### Fixed
30
+
31
+
- 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.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+18-15Lines changed: 18 additions & 15 deletions
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: What's new with Azure Arc-enabled servers agent
3
3
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
4
4
ms.topic: overview
5
-
ms.date: 07/26/2022
5
+
ms.date: 08/17/2022
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,23 @@ 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.21 - August 2022
20
+
21
+
### New features
22
+
23
+
-`azcmagent connect` usability improvements:
24
+
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
25
+
- Automatic registration of any missing resource providers for first-time users (additional user permissions required to register resource providers)
26
+
- A progress bar now appears while the resource is being created and connected
27
+
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
28
+
- 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.
29
+
30
+
### Fixed
31
+
32
+
- Extension installation failures are now reported to Azure more reliably to prevent extensions from being stuck in the "creating" state
33
+
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
34
+
- Improved network connection retry logic and error handling
35
+
19
36
## Version 1.20 - July 2022
20
37
21
38
### Known issues
@@ -82,20 +99,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
82
99
-`azcmagent logs` collects only the 2 most recent logs for each service to reduce ZIP file size.
-`azcmagent logs` doesn't collect Guest Configuration logs in this release. You can locate the log directories in the [agent installation details](deployment-options.md#agent-installation-details).
90
-
91
-
### New features
92
-
93
-
- 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.
94
-
95
-
### Fixed
96
-
97
-
- 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.
98
-
99
102
## Next steps
100
103
101
104
- 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