Skip to content

Commit dd49e81

Browse files
Update REST API info
1 parent 9c93e8f commit dd49e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/storage-blob-copy-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ To learn more about copying blobs using the Azure Blob Storage client library fo
8484

8585
### REST API operations
8686

87-
The Azure SDK for Python contains libraries that build on top of the Azure REST API, allowing you to interact with REST API operations through familiar Python paradigms. The client library methods for copying blobs use the following REST API operations:
87+
The Azure SDK for Python contains libraries that build on top of the Azure REST API, allowing you to interact with REST API operations through familiar Python paradigms. The client library methods covered in this article use the following REST API operations:
8888

89-
- [Copy Blob From URL](/rest/api/storageservices/copy-blob-from-url) (REST API)
89+
- [Copy Blob](/rest/api/storageservices/copy-blob) (REST API)
9090
- [Abort Copy Blob](/rest/api/storageservices/abort-copy-blob) (REST API)
9191

9292
### Code samples
9393

9494
- [View code samples from this article (GitHub)](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/howto/python/blob-devguide-py/blob-devguide-blobs.py)
9595

96-
[!INCLUDE [storage-dev-guide-resources-python](../../../includes/storage-dev-guides/storage-dev-guide-resources-python.md)]
96+
[!INCLUDE [storage-dev-guide-resources-python](../../../includes/storage-dev-guides/storage-dev-guide-resources-python.md)]

0 commit comments

Comments
 (0)