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
Added ability to hide "End-to-End Attribute Flows" sections.
The "Hide Default Sync Rules" option selection now hides the OOB rules when not only the rule is not changed at all but also when only precedence number or tag is changed (due to upgrade / forest addition).
The visibility control checkboxes are now enabled only after the browser loads the report completely.
Copy file name to clipboardExpand all lines: ChangeLog.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,18 @@ All notable changes to AADConnectConfigDocumenter project will be documented in
5
5
### Version [Unreleased]
6
6
7
7
* Support for adding report metadata to include section / concept contents.
8
-
* Support for ignoring change to OOB rules if only precedence number is changed (due to upgrade / forest addition).
8
+
9
+
------------
10
+
11
+
### Version 1.18.0302.0
12
+
13
+
#### Changed
14
+
- The "Hide Default Sync Rules" option selection now hides the OOB rules when not only the rule is not changed at all but also when only precedence number or tag is changed (due to upgrade / forest addition).
15
+
- The visibility control checkboxes are now enabled only after the browser loads the report completely.
16
+
17
+
#### Added
18
+
- Added ability to hide "End-to-End Attribute Flows" sections.
Logger.Instance.WriteWarning(string.Format(CultureInfo.InvariantCulture,"Unable to dereferece connector: '{0}'. The documentation of outbound flows will be skipped for this connector. PilotConfig: '{1}'.",outboundConnectorGuid,pilotConfig));
1427
+
continue;
1428
+
}
1429
+
1414
1430
++outboundSyncRuleRank;// Used only for sorting, not displayed on the report
1415
1431
1416
1432
vartargetAttributeMapping=outboundSyncRule.XPathSelectElement("attribute-mappings/mapping[./src/attr = '"+metaverseAttribute+"' or contains(expression, '["+metaverseAttribute+"]')]");
Logger.Instance.WriteWarning(string.Format(CultureInfo.InvariantCulture,"Unable to dereferece connector: '{0}'. The documentation of inbound flows will be skipped for this connector. PilotConfig: '{1}'.",inboundConnectorGuid,pilotConfig));
1903
+
continue;
1904
+
}
1905
+
1884
1906
++inboundSyncRuleRank;// Used only for sorting, not displayed on the report
1885
1907
1886
1908
varmetaverseAttributeMapping=inboundSyncRule.XPathSelectElement("attribute-mappings/mapping[dest = '"+metaverseAttribute+"' or contains(expression, '["+metaverseAttribute+"]')]");
Logger.Instance.WriteWarning(string.Format(CultureInfo.InvariantCulture,"Unable to dereferece connector: '{0}'. The documentation of inbound flows will be skipped for this connector. PilotConfig: '{1}'.",connector,pilotConfig));
Logger.Instance.WriteWarning(string.Format(CultureInfo.InvariantCulture,"Unable to dereferece connector: '{0}'. The documentation of deletion rules will be skipped for this connector. PilotConfig: '{1}'.",connectorGuid,pilotConfig));
859
+
continue;
860
+
}
844
861
845
862
varrow2=table2.NewRow();
846
863
847
864
row2[0]=objectType;
848
-
row2[1]=connectorName.FirstOrDefault();
865
+
row2[1]=connectorName;
849
866
row2[2]=connectorGuid;
850
867
851
868
// Expected that this is likely to result in Contraint violation
0 commit comments