Skip to content

Commit

Permalink
[Storage] Fix detination_lease type hint (Azure#23417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Mar 9, 2022
1 parent a2edb9c commit 699acfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def rename_directory(
:keyword destination_lease:
Required if the destination file has an active lease. Value can be a ShareLeaseClient object
or the lease ID as a string.
:paramtype lease: ~azure.storage.fileshare.ShareLeaseClient or str
:paramtype destination_lease: ~azure.storage.fileshare.ShareLeaseClient or str
:returns: The new Directory Client.
:rtype: ~azure.storage.fileshare.ShareDirectoryClient
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async def rename_directory(
:keyword destination_lease:
Required if the destination file has an active lease. Value can be a ShareLeaseClient object
or the lease ID as a string.
:paramtype lease: ~azure.storage.fileshare.ShareLeaseClient or str
:paramtype destination_lease: ~azure.storage.fileshare.ShareLeaseClient or str
:returns: The new Directory Client.
:rtype: ~azure.storage.fileshare.ShareDirectoryClient
"""
Expand Down

0 comments on commit 699acfe

Please sign in to comment.