Skip to content

Commit 814cd0b

Browse files
committed
[UpdateDoc]Update Doc for container_name
#618
1 parent d4907cc commit 814cd0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-storage-blob/azure/storage/blob/baseblobservice.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,9 @@ def create_container(self, container_name, metadata=None,
653653
654654
:param str container_name:
655655
Name of container to create.
656+
The container name may only contain lowercase letters, numbers, and hyphens, and must begin with a letter or
657+
a number. Each hyphen must be preceded and followed by a non-hyphen character. The name must also be
658+
between 3 and 63 characters long.
656659
:param metadata:
657660
A dict with name_value pairs to associate with the
658661
container as metadata. Example:{'Category':'test'}

0 commit comments

Comments
 (0)