Skip to content

Commit f97f750

Browse files
Merge pull request #221186 from tamram/patch-43
Update client-side-encryption.md
2 parents 7e23169 + 54af673 commit f97f750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: pauljewellmsft
77

88
ms.service: storage
99
ms.topic: article
10-
ms.date: 07/12/2022
10+
ms.date: 12/12/2022
1111
ms.author: pauljewell
1212
ms.reviewer: ozgun
1313
ms.subservice: blobs
@@ -190,7 +190,7 @@ For sample code that shows how to use client-side encryption v2 from Java, see [
190190

191191
After you update your code to use client-side encryption v2, make sure that you deencrypt and reencrypt any existing encrypted data, as described in [Reencrypt previously encrypted data with client-side encryption v2](#reencrypt-previously-encrypted-data-with-client-side-encryption-v2).
192192

193-
### [Python v12 SDK](#tab/python)
193+
### [Python](#tab/python)
194194

195195
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).
196196

0 commit comments

Comments
 (0)