Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] Fix destination_lease type hint #23417

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

jalauzon-msft
Copy link
Member

Missed updating the type in the last PR.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Mar 8, 2022
@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-storage-file-share. You can review API changes here

API changes

-             destination_lease = ..., 
+             destination_lease: Union[ShareLeaseClient, str] = ..., 
-             destination_lease = ..., 
+             destination_lease: Union[ShareLeaseClient, str] = ..., 

@jalauzon-msft jalauzon-msft merged commit 699acfe into Azure:main Mar 9, 2022
@jalauzon-msft jalauzon-msft deleted the fix-lease-type branch March 9, 2022 01:52
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 7, 2022
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants