Skip to content

Commit f9e2d69

Browse files
authored
Merge pull request #101059 from catay/main
Fix typo, change Java to Python.
2 parents e4f52cc + 5d3af02 commit f9e2d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/client-side-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ After you update your code to use client-side encryption v2, make sure that you
191191

192192
### [Python v12 SDK](#tab/python)
193193

194-
To use client-side encryption from your Python code, reference the [Blob Storage client library](/python/api/overview/azure/storage-blob-readme). Make sure that you are using version 12.13.0 or later. If you need to migrate from an earlier version of the Java client library, see the [Blob Storage migration guide for Python](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/migration_guide.md).
194+
To use client-side encryption from your Python code, reference the [Blob Storage client library](/python/api/overview/azure/storage-blob-readme). Make sure that you are using version 12.13.0 or later. If you need to migrate from an earlier version of the Python client library, see the [Blob Storage migration guide for Python](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/migration_guide.md).
195195

196196
The following example shows how to use client-side migration v2 from Python:
197197

0 commit comments

Comments
 (0)