Fix imports for new _generated folder structure in azure-storage-blob#8
Merged
l0lawrence merged 3 commits intostorageblobtspfrom Jan 23, 2026
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix imports to account for new folder location in azure-storage-blob
Verify import paths for _generated/_utils folder structure in azure-storage-blob
Jan 23, 2026
l0lawrence
reviewed
Jan 23, 2026
Owner
l0lawrence
left a comment
There was a problem hiding this comment.
@copilot no I want to make changes off of the storageblobtsp branch
Author
I've switched to the storageblobtsp branch. The _generated folder structure has changed - the generated code is now under |
…tructure Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copilot
AI
changed the title
Verify import paths for _generated/_utils folder structure in azure-storage-blob
Fix imports for new _generated folder structure in azure-storage-blob
Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates all import statements in azure-storage-blob to use the new
_generatedfolder structure from the storageblobtsp branch, where generated code is now organized under_generated/azure/storage/blobs/.New Structure
Changes Made
Updated imports across 23 files (both
.pyand.pyi) to use the new path structure:Old import pattern:
New import pattern:
Files Updated
__init__.py,_blob_client.py,_blob_service_client.py,_container_client.py_list_blobs_helper.py,_models.py,_upload_helpers.py,_download.py,_serialize.py,_deserialize.py_blob_client_helpers.py,_container_client_helpers.pyaio/folder.pyi)All import paths now correctly reference the reorganized generated code structure where the main client class was renamed from
AzureBlobStoragetoBlobClientand moved into a nested folder hierarchy.Original prompt
Created from VS Code.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.