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] Blob Typing Final Revision #35606

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Conversation

vincenttran-msft
Copy link
Member

@vincenttran-msft vincenttran-msft commented May 13, 2024

This PR sets out to accomplish the following:

  • Check for passing livetest

  • Address any hanging local MyPy errors
    image

  • Address any hanging requests

This PR should serve as the final verification step before getting APIView approval and moving towards a release 😄

vincenttran-msft and others added 22 commits December 4, 2023 15:05
* Initial decouple check CI

* Add helpers from sync to async

* Big move to the helper

* Fix async import

* Fix from_blob_url, Pylint fixes, calls from container_client

* Fix test failureS

* More lint

* Final lint

* Move _format_url out to helpers

* Pylint

* PR feedback, no schema passing, encryption options bag

* Lint + missing _

* Fix encryption options bag not reflective of true values

* Add missing encryption method check

* PR feedback

* line-too-long

* Fix parenthesis
* Draft 1

* Typo

* Give async from_connection_string
* Decouple container_client

* Pylint

* Build generated client seperately (sync vs. async generated class)

* Fix passing blobs for batch

* Lint again.

* PR feedback

* Move out unsupported encryption to encryption file

* Add back in blob_client helper for generic_delete_blob_options

* Fix parenthesis

* Fix too many args by not naming
…er.py` and `_shared_access_signature.py` and `_list_blob_helpers.py` (#33628)
* First draft

* Fix import

* Fix isinstance BlobProperties logic

* Fix empty AsyncIterator returning sync iterator

* Linter
* Fix blob samples typing

* Lint

* Fix indent
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label May 13, 2024
@vincenttran-msft vincenttran-msft added Do Not Merge Storage Storage Service (Queues, Blobs, Files) and removed Storage Storage Service (Queues, Blobs, Files) labels May 13, 2024
@azure-sdk
Copy link
Collaborator

azure-sdk commented May 13, 2024

API change check

API changes are not detected in this pull request.

@vincenttran-msft
Copy link
Member Author

/azp run python - storage - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vincenttran-msft
Copy link
Member Author

/azp run python - storage - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vincenttran-msft
Copy link
Member Author

/azp run python - storage - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vincenttran-msft
Copy link
Member Author

/azp run python - storage - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants