diff --git a/sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobsStorageResourceProvider.cs b/sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobsStorageResourceProvider.cs
index e9633802b38e..63a51181371d 100644
--- a/sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobsStorageResourceProvider.cs
+++ b/sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobsStorageResourceProvider.cs
@@ -403,6 +403,8 @@ public StorageResource FromBlob(Uri blobUri, BlobStorageResourceOptions options
///
///
/// Target resource presented within an Azure SDK client.
+ /// Note: It is NOT guaranteed that properties set within the client's
+ /// will be respected when resuming a transfer.
///
///
/// Options for creating the storage resource.
@@ -422,6 +424,8 @@ public StorageResource FromClient(
///
///
/// Target resource presented within an Azure SDK client.
+ /// Note: It is NOT guaranteed that properties set within the client's
+ /// will be respected when resuming a transfer.
///
///
/// Options for creating the storage resource.
@@ -441,6 +445,8 @@ public StorageResource FromClient(
///
///
/// Target resource presented within an Azure SDK client.
+ /// Note: It is NOT guaranteed that properties set within the client's
+ /// will be respected when resuming a transfer.
///
///
/// Options for creating the storage resource.
@@ -460,6 +466,8 @@ public StorageResource FromClient(
///
///
/// Target resource presented within an Azure SDK client.
+ /// Note: It is NOT guaranteed that properties set within the client's
+ /// will be respected when resuming a transfer.
///
///
/// Options for creating the storage resource.
diff --git a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/ShareFilesStorageResourceProvider.cs b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/ShareFilesStorageResourceProvider.cs
index 16395130b57b..c65833651e85 100644
--- a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/ShareFilesStorageResourceProvider.cs
+++ b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/ShareFilesStorageResourceProvider.cs
@@ -341,6 +341,8 @@ public StorageResource FromFile(
///
///
/// Target resource presented within an Azure SDK client.
+ /// Note: It is NOT guaranteed that properties set within the client's
+ /// will be respected when resuming a transfer.
///
///
/// Options for creating the storage resource.
@@ -360,6 +362,8 @@ public StorageResource FromClient(
///
///
/// Target resource presented within an Azure SDK client.
+ /// Note: It is NOT guaranteed that properties set within the client's
+ /// will be respected when resuming a transfer.
///
///
/// Options for creating the storage resource.