diff --git a/Microsoft.Azure.Cosmos/src/Diagnostics/CosmosDiagnostics.cs b/Microsoft.Azure.Cosmos/src/Diagnostics/CosmosDiagnostics.cs
index ad568475d..a82ef2ecc 100644
--- a/Microsoft.Azure.Cosmos/src/Diagnostics/CosmosDiagnostics.cs
+++ b/Microsoft.Azure.Cosmos/src/Diagnostics/CosmosDiagnostics.cs
@@ -80,6 +80,9 @@ namespace Microsoft.Azure.Cosmos
/// Gets the list of all regions that were contacted for a request
///
/// The list of tuples containing the Region name and the URI
+ ///
+ /// The returned list contains unique regions and doesn't guarantee ordering of the regions contacted from the first to the last
+ ///
public abstract IReadOnlyList<(string regionName, Uri uri)> GetContactedRegions();
}
}