Skip to content

Commit 8dd2402

Browse files
authored
Merge pull request #111993 from billmath/relnotes2
Relnotes2
2 parents 10ce4bd + 6bdace2 commit 8dd2402

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: ef2797d7-d440-4a9a-a648-db32ad137494
88
ms.service: active-directory
99
ms.topic: reference
1010
ms.workload: identity
11-
ms.date: 04/17/2020
11+
ms.date: 04/20/2020
1212
ms.subservice: hybrid
1313
ms.author: billmath
1414

@@ -43,6 +43,14 @@ Not all releases of Azure AD Connect will be made available for auto upgrade. Th
4343
>
4444
>Please refer to [this article](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-upgrade-previous-version) to learn more about how to upgrade Azure AD Connect to the latest version.
4545
46+
## 1.5.22.0
47+
48+
### Release status
49+
04/20/2020: Released for download
50+
51+
### Fixed issues
52+
This hotfix build fixes an issue in build 1.5.20.0 if you have cloned the **In from AD - Group Join** rule and have not cloned the **In from AD - Group Common** rule.
53+
4654
## 1.5.20.0
4755

4856
### Release status
@@ -52,6 +60,12 @@ Not all releases of Azure AD Connect will be made available for auto upgrade. Th
5260
This hotfix build fixes an issue with build 1.5.18.0 if you have the Group Filtering feature enabled and use mS-DS-ConsistencyGuid as the source anchor.
5361

5462
> [!IMPORTANT]
63+
> If you have cloned the **In from AD - Group Join** sync rule and have not cloned the **In from AD - Group Common** sync rule and plan to upgrade, complete the following steps as part of the upgrade:
64+
> 1. During Upgrade, on the configure page, uncheck the option **Start the synchronization process when configuration completes**.
65+
> 2. Edit cloned join sync rule and add the following two transformations:
66+
- direct flow `objectGUID` to `sourceAnchorBinary`
67+
- expression flow `ConvertToBase64([objectGUID])` to `sourceAnchor`
68+
> 3. Enable the scheduler using `Set-ADSyncScheduler -SyncCycleEnabled $true`
5569
> If you use mS-DS-ConsistencyGuid as the source anchor, and you have cloned the **In from AD - Group Join** sync rule and plan to upgrade, complete the following steps as part of the upgrade:
5670
> 1. During Upgrade, uncheck the option **Start the synchronization process when configuration completes**.
5771
> 2. Edit the cloned join sync rule and add the following two transformations:
@@ -60,6 +74,7 @@ This hotfix build fixes an issue with build 1.5.18.0 if you have the Group Filte
6074
> 3. Enable the scheduler using `Set-ADSyncScheduler -SyncCycleEnabled $true`.
6175
6276

77+
6378
## 1.5.18.0
6479

6580
### Release status

0 commit comments

Comments
 (0)