Skip to content

Commit 08ca409

Browse files
authored
fix azure-storage-blob readme and samples issues (#12511)
1 parent 80b83fb commit 08ca409

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk/storage/azure-storage-blob/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Once you've initialized a Client, you can choose from the different types of blo
188188
## Examples
189189
The following sections provide several code snippets covering some of the most common Storage Blob tasks, including:
190190

191+
* [Create a container](#create-a-container "Create a container")
191192
* [Uploading a blob](#uploading-a-blob "Uploading a blob")
192193
* [Downloading a blob](#downloading-a-blob "Downloading a blob")
193194
* [Enumerating blobs](#enumerating-blobs "Enumerating blobs")

sdk/storage/azure-storage-blob/samples/blob_samples_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def delete_multiple_blobs(self):
140140
# [END delete_multiple_blobs]
141141

142142
# Delete container
143-
blob_service_client.delete_container("containerforbatchblobdeletesasync")
143+
blob_service_client.delete_container("containerforbatchblobdelete")
144144

145145
def acquire_lease_on_blob(self):
146146

0 commit comments

Comments
 (0)