Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 23, 2026

The _generated folder structure changed from _generated.models to _generated.azure.storage.blobs.models, but imports in test files were not updated.

Changes

  • Source files (azure/storage/blob/*.py): Updated all _generated imports to use new path structure ._generated.azure.storage.blobs.models
  • Test files (tests/*.py): Updated 3 test files importing RehydratePriority to use azure.storage.blob._generated.azure.storage.blobs.models
  • Samples folder: No changes needed (no _generated imports found)

Example

# Before
from azure.storage.blob._generated.models import RehydratePriority

# After  
from azure.storage.blob._generated.azure.storage.blobs.models import RehydratePriority

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 23, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • scanning-api.github.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update paths for generated items in tests and samples Update _generated imports to use new azure.storage.blobs folder structure Jan 23, 2026
Copilot AI requested a review from l0lawrence January 23, 2026 20:28
@l0lawrence l0lawrence marked this pull request as ready for review January 23, 2026 20:31
@l0lawrence l0lawrence merged commit aeccda7 into llaw/storageblob Jan 23, 2026
7 checks passed
@l0lawrence l0lawrence deleted the copilot/sub-pr-44827 branch January 23, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants