Skip to content

Commit e355944

Browse files
committed
Merge master back into dev
2 parents 690f7c4 + 85e1de3 commit e355944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,8 @@ def get_user_delegation_key(self, key_start_time, key_expiry_time, timeout=None)
553553
A DateTime value. Indicates when the key stops being valid.
554554
:param int timeout:
555555
The timeout parameter is expressed in seconds.
556-
:return:
556+
:return: The user delegation key.
557+
:rtype: ~azure.storage.blob.models.UserDelegationKey
557558
"""
558559
_validate_not_none('key_start_time', key_start_time)
559560
_validate_not_none('key_end_time', key_expiry_time)

0 commit comments

Comments
 (0)