From 1636d13d0a442b54f0e2747f280ca9256874cc8a Mon Sep 17 00:00:00 2001
From: rarestiaMS <46573535+rarestiaMS@users.noreply.github.com>
Date: Mon, 17 Mar 2025 13:45:07 -0400
Subject: [PATCH 1/3] Update summary values TrustDirection.xml
Updating inbound and outbound summary values
---
.../TrustDirection.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml b/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
index 0f31f65938f..dffdac28d90 100644
--- a/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
+++ b/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
@@ -74,7 +74,7 @@
1
- This is a trusting domain or forest. The other domain or forest has access to the resources of this domain or forest. This domain or forest does not have access to resources that belong to the other domain or forest.
+ An inbound (or incoming) trust is some other domain/forest trusting the local domain/forest.
@@ -98,7 +98,7 @@
2
- This is a trusted domain or forest. This domain or forest has access to resources of the other domain or forest. The other domain or forest does not have access to the resources of this domain or forest.
+ An outbound (or outgoing) trust is where our local domain/forest trusts some other domain/forest.
From 3fb06bc700b6c5ac072b0b2b171e91757e0ccaf7 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 28 Mar 2025 10:20:03 -0700
Subject: [PATCH 2/3] Apply suggestions from code review
---
.../TrustDirection.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml b/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
index dffdac28d90..26d84f169ca 100644
--- a/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
+++ b/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
@@ -74,7 +74,8 @@
1
- An inbound (or incoming) trust is some other domain/forest trusting the local domain/forest.
+ A trusting domain or forest.
+ An inbound (or incoming) trust is where some other domain or forest trusts this domain or forest. This domain or forest does not have access to resources that belong to the other domain or forest.
@@ -98,7 +99,8 @@
2
- An outbound (or outgoing) trust is where our local domain/forest trusts some other domain/forest.
+ A trusted domain or forest.
+ An outbound (or outgoing) trust is where this domain or forest trusts some other domain or forest. The other domain or forest does not have access to the resources of this domain or forest.
From ccce4989fda615353078e62c08ccc80fa485a8d6 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Mon, 28 Apr 2025 13:06:36 -0700
Subject: [PATCH 3/3] Move remarks back into summary
---
.../TrustDirection.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml b/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
index 26d84f169ca..e132171e93a 100644
--- a/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
+++ b/xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml
@@ -74,8 +74,7 @@
1
- A trusting domain or forest.
- An inbound (or incoming) trust is where some other domain or forest trusts this domain or forest. This domain or forest does not have access to resources that belong to the other domain or forest.
+ A trusting domain or forest. An inbound (or incoming) trust is where some other domain or forest trusts this domain or forest. This domain or forest does not have access to resources that belong to the other domain or forest.
@@ -99,8 +98,7 @@
2
- A trusted domain or forest.
- An outbound (or outgoing) trust is where this domain or forest trusts some other domain or forest. The other domain or forest does not have access to the resources of this domain or forest.
+ A trusted domain or forest. An outbound (or outgoing) trust is where this domain or forest trusts some other domain or forest. The other domain or forest does not have access to the resources of this domain or forest.