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
The Azure.Storage.DataMovement.Files.Shares library uses clients from the Azure.Storage.Files.Shares package to communicate with the Azure File Storage service. For more information see the Azure.Storage.Files.Shares [authentication documentation](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Files.Shares_12.2.0/sdk/storage/Azure.Storage.Files.Shares/README.md#authenticate-the-client).
51
+
The Azure.Storage.DataMovement.Files.Shares library uses clients from the Azure.Storage.Files.Shares package to communicate with the Azure File Storage service. For more information see the Azure.Storage.Files.Shares [authentication documentation](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Files.Shares_12.2.1/sdk/storage/Azure.Storage.Files.Shares/README.md#authenticate-the-client).
52
52
53
53
### Permissions
54
54
@@ -70,11 +70,11 @@ We guarantee that all client instance methods are thread-safe and independent of
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Files.Shares_12.2.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Files.Shares_12.2.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
@@ -200,13 +200,13 @@ await foreach (TransferProperties properties in transferManager.GetResumableTran
200
200
}
201
201
```
202
202
203
-
For more information regarding pause, resume, and/or checkpointing, see [Pause and Resume Checkpointing](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Files.Shares_12.2.0/sdk/storage/Azure.Storage.DataMovement/samples/PauseResumeCheckpointing.md).
203
+
For more information regarding pause, resume, and/or checkpointing, see [Pause and Resume Checkpointing](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Files.Shares_12.2.1/sdk/storage/Azure.Storage.DataMovement/samples/PauseResumeCheckpointing.md).
204
204
205
205
## Troubleshooting
206
206
207
207
See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Logging](https://learn.microsoft.com/dotnet/azure/sdk/logging) to assist with any troubleshooting.
208
208
209
-
See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Files.Shares_12.2.0/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information.
209
+
See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Files.Shares_12.2.1/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information.
210
210
211
211
## Next steps
212
212
@@ -230,7 +230,7 @@ or contact [[email protected]][coc_contact] with any
0 commit comments