Skip to content

Commit 7d427c2

Browse files
authored
Update active-directory-cloud-sync-version-history.md
1 parent c415838 commit 7d427c2

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed

includes/active-directory-cloud-sync-version-history.md

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can download the latest version of the agent using [this link](https://downl
1010

1111
## 1.1.972.0
1212

13-
Release date: August 8th, 2022
13+
Release date: August 8, 2022
1414

1515
### New or changed functionality
1616

@@ -20,23 +20,23 @@ Release date: August 8th, 2022
2020
- We have added support for the installation of the provisioning agent using the commandline.
2121
- We added support for EX and RX environments.
2222
-
23-
### Bugfixes
23+
### Fixed issues
2424

25-
- After the Newtonsoft.Json upgrade, AADConnectProvisioningAgent.exe.config is not updated after install which results in a failure of sync. We now remove the app.config file on upgrade of the agent.
25+
- After the Newtonsoft.Json upgrade, AADConnectProvisioningAgent.exe.config isn't updated after install, which results in a failure of sync. We now remove the app.config file on upgrade of the agent.
2626
- We fixed an issue with DC affinity after an OU is renamed.
2727
- We fixed several issues in the PowerShell module.
2828
- We fixed a memory leak due to not disposing HTTP client.
2929
- We fixed a bug in the code for granting the "logon as a service" right to the GMSA.
3030
- We refined the permissions on the GMSA for CloudHR.
3131
- We now uninstall the Cloud Sync agent when the bundle is uninstalled.
32-
- We fixed a bug that prevents deletion of the Service Principal if not all Job are deleted.
32+
- We fixed a bug that prevents deletion of the Service Principal if not all Jobs are deleted.
3333
- We fixed an issue with updating of the password of a user with 'User must change password at next logon'.
3434
- We fixed an issue with the agent GMSA folder permissions.
35-
- We fixed an issue where group membership updates are not always correct.
35+
- We fixed an issue where group membership updates aren't always correct.
3636

3737
## 1.1.587.0
3838

39-
November 2nd, 2021 - released for download
39+
November 2, 2021 - released for download
4040

4141
New features and improvements
4242

@@ -45,19 +45,19 @@ New features and improvements
4545

4646
## 1.1.584.0
4747

48-
August 20th, 2021 - released for download
48+
August 20, 2021 - released for download
4949

5050
### Fixed issues
5151

52-
- We fixed a bug where, when a domain is renamed, Password Hash Sync would fail with an error indicating "a specified cast is not valid" in the Event log. This is a regression from earlier builds.
52+
- We fixed a bug where, when a domain is renamed, Password Hash Sync would fail with an error indicating "a specified cast is not valid" in the Event log. This error is a regression from earlier builds.
5353

5454
## 1.1.582.0
5555

56-
August 8th, 2021 - released for download
56+
August 8, 2021 - released for download
5757

5858
>[!NOTE]
5959
>This is a security update release of Azure AD Connect.
60-
>This release addresses a vulnerability as documented in [this CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36949). For more information about this vulnerability please refer to the CVE.
60+
>This release addresses a vulnerability as documented in [this CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36949). For more information about this vulnerability, see the CVE.
6161
6262
## 1.1.359.0
6363

@@ -66,15 +66,11 @@ August 8th, 2021 - released for download
6666

6767
### Fixed issues
6868
- GMSA folder permission bug fix (originally, the issue resulted in bootstrap issues)
69-
- Bug fix for handling multiple changes to a single value reference attribute (e.g. manager)
69+
- Bug fix for handling multiple changes to a single value reference attribute (for example, manager)
7070
- Bug fix for failure in Initial Enumeration, plus enhanced tracing of the failure
71-
- Optimize group membership updates to a Scoping Group. With this, customers now can sync a group of up to 50K members using group scoping filter.
71+
- Optimize group membership updates to a Scoping Group. With this update, customers now can sync a group of up to 50 K members using group scoping filter.
7272
- Support retrieving a single object by DN with Scoping used by Provisioning On Demand to obey Scoping logic
7373

74-
75-
76-
77-
7874
## 1.1.354.0
7975

8076
January 20, 2021: Released for download
@@ -83,7 +79,7 @@ January 20, 2021: Released for download
8379
- Improvement to GMSA experience including support for pre-custom created GMSA Account
8480
- [PowerShell cmdlets](../articles/active-directory/cloud-sync/how-to-gmsa-cmdlets.md) support for GMSA setup
8581
- [CLI support](../articles/active-directory/cloud-sync/how-to-install-pshell.md) for agent install (silent installation)
86-
- Additional diagnostics for agent source quarantine issues
82+
- More diagnostics for agent source quarantine issues
8783
- Bug fixes that include reducing of memory usage of OU scoping filters, running PHS only for in-scope users, handling of nested objects in OU when using OU scoping etc.
8884

8985

@@ -95,13 +91,7 @@ January 20, 2021: Released for download
9591
- Make the Repair-AADCloudSyncToolsAccount more robust
9692
- Reduce large memory usage of OU scoping filters
9793
- Admin role check fails if the role members contain a security group
98-
- Fix GMSA folder permission issue which prevents Agent Cert renewal
99-
100-
101-
102-
103-
104-
94+
- Fix GMSA folder permission issue, which prevents Agent Cert renewal
10595

10696
## 1.1.281.0
10797

@@ -112,8 +102,8 @@ November 23, 2020: Released for download
112102
### New features and improvements
113103

114104
* Support for [gMSA](../articles/active-directory/cloud-sync/how-to-prerequisites.md#group-managed-service-accounts)
115-
* Support for groups up to size less than 1500 members during incremental or delta sync cycle. This is applicable when using group scoping filter
116-
* Support for large groups with member size up to 15K
105+
* Support for groups up to size less than 1500 members during incremental or delta sync cycle. This change is applicable when using group scoping filter
106+
* Support for large groups with member size up to 15 K
117107
* Initial sync improvements
118108
* Advanced verbose logging
119109
* Introduction of [AADCloudSyncTools PowerShell module](../articles/active-directory/cloud-sync/reference-powershell.md)
@@ -144,7 +134,7 @@ September 9, 2019: Released for auto update
144134

145135
### New features and improvements
146136

147-
* Ability to configure additional tracing and logging for debugging Provisioning Agent issues
137+
* Ability to configure more tracing and logging for debugging Provisioning Agent issues
148138
* Ability to fetch only those Azure AD attributes that are configured in the mapping to improve performance of sync
149139

150140
### Fixed issues

0 commit comments

Comments
 (0)