Skip to content

Commit e3474b4

Browse files
authored
Merge pull request #208312 from rpsqrd/agent-1-21-relnotes
agent-1-21-relnotes
2 parents 55d0aab + 54e7d65 commit e3474b4

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

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

Lines changed: 15 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: 07/06/2022
5+
ms.date: 08/17/2022
66
ms.custom: references_regions
77
---
88

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

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.
32+
1933
## Version 1.15 - February 2022
2034

2135
### Known issues

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new with Azure Arc-enabled servers agent
33
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
44
ms.topic: overview
5-
ms.date: 07/26/2022
5+
ms.date: 08/17/2022
66
ms.custom: references_regions
77
---
88

@@ -16,6 +16,23 @@ 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.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+
1936
## Version 1.20 - July 2022
2037

2138
### Known issues
@@ -82,20 +99,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
8299
- `azcmagent logs` collects only the 2 most recent logs for each service to reduce ZIP file size.
83100
- `azcmagent logs` collects Guest Configuration logs again.
84101

85-
## Version 1.16 - March 2022
86-
87-
### Known issues
88-
89-
- `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-
99102
## Next steps
100103

101104
- 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

Comments
 (0)