Skip to content

Commit 5f4c64a

Browse files
authored
Update storage-blob-soft-delete.md
1 parent 1f56146 commit 5f4c64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blob-soft-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ To verify soft delete is turned on, use the following command:
228228
az storage blob service-properties delete-policy show --account-name mystorageaccount
229229
```
230230

231-
### [Python](#tab/clientlibrary-python)
231+
### [Python](#tab/python)
232232

233233
To enable soft delete, update a blob client's service properties:
234234

@@ -246,7 +246,7 @@ block_blob_service.set_blob_service_properties(
246246
delete_retention_policy=DeleteRetentionPolicy(enabled=True, days=7))
247247
```
248248

249-
### [.NET](#tab/clientlibrary-.net)
249+
### [.NET](#tab/.net)
250250

251251
To enable soft delete, update a blob client's service properties:
252252

0 commit comments

Comments
 (0)