Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Merged latest changes from origin/main into the blob storage TypeSpec migration branch, resolving conflicts from the _generated folder restructuring.

Conflicts Resolved

  • Modify/delete conflicts (19 files): Removed old _generated files at root level that were relocated to _generated/azure/storage/blobs/ subfolder structure. Includes sync/async operations, models, and configuration files.

  • Import path update: Fixed tests/test_common_blob.py import statement for RehydratePriority to use new nested path structure:

    # Updated from:
    from azure.storage.blob._generated.models import RehydratePriority
    # To:
    from azure.storage.blob._generated.azure.storage.blobs.models import RehydratePriority
  • Import structure fix: Added placeholder _operations.py and _patch.py files in _operations/ directory to satisfy module imports pending full code regeneration.

Note

Code generation remains incomplete as documented in original PR. Full regeneration with @pageable false still required.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

amber-Chen-86 and others added 17 commits January 22, 2026 15:00
* updated patch pickle

* update

* format

* updated patch

* update

* fix pylint

* updated version and changelog

* update
Co-authored-by: Alitzel Mendez <almend@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>
* add azure-keyvault-admin to the smoketest set on a core change
* Update eng/scripts/Language-Settings.ps1 to mirror appropriate keyvault package name

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* remove multiapi

* fix test

* update autorest readme to fix issues with latest versions
* Fixing/Adding samples

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README.md

* removing fail as we create the keys

* fixing test mypy issue

* update tests

* fixing sample

* format fixes

* Fixing sample + disable one live test

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Zixin Yao <ziyao@microsoft.com>
* Added more eval sample tests

* Address PR review comments: async executor consistency, robust timestamp regex

* Use specific regex patterns for timestamp sanitization
* update test disables

* updates

* this

* bump
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Bumps the npm_and_yarn group with 1 update in the /eng/common/tsp-client directory: [tar](https://github.com/isaacs/node-tar).

Updates `tar` from 7.4.3 to 7.5.3
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.4.3...v7.5.3)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update CHANGELOG.md

* 1.8.0

* Apply suggestion from @jimmyca15

Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>

* Update CHANGELOG.md

---------

Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
* [Identity] TSG update for token binding

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

* Update formatting

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

---------

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
GitHub Copilot and others added 2 commits January 26, 2026 21:55
Resolved conflicts:
- Updated import path in tests/test_common_blob.py to use new _generated folder structure
- Removed old _generated files that were moved to azure/storage/blobs subfolder
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 26, 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:

  • ghcr.io
    • Triggering command: /tmp/dependabot-cli/dependabot/dependabot /tmp/dependabot-cli/dependabot/dependabot graph npm_and_yarn org/repo --local /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python --branch main --directory eng/common/tsp-client --proxy-cert /home/REDACTED/work/_temp/runtime-logs/mkcert/rootCA.pem --updater-env NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/dbot-ca.crt /usr/share/ca-certificates/mozilla/TWCA_Global_Root_CA.crt /bin/test /models/__init__node A.crt rs test (dns block)
    • Triggering command: /tmp/dependabot-cli/dependabot/dependabot /tmp/dependabot-cli/dependabot/dependabot graph pip org/repo --local /tmp/dependabot-base-Q5PC5w/repo --branch main --directory sdk/ai/azure-ai-projects --proxy-cert /home/REDACTED/work/_temp/runtime-logs/mkcert/rootCA.pem --updater-env NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/dbot-ca.crt test /bin/test _CA.pem bash ine test (dns block)
    • Triggering command: /tmp/dependabot-cli/dependabot/dependabot /tmp/dependabot-cli/dependabot/dependabot graph pip org/repo --local /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python --branch main --directory sdk/ai/azure-ai-projects --proxy-cert /home/REDACTED/work/_temp/runtime-logs/mkcert/rootCA.pem --updater-env NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/dbot-ca.crt test /usr/local/.pyenv/bin/test bot-ca.pem grep /usr/sbin/test test (dns block)
  • 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] Fix blob storage operations and tests Resolve merge conflicts with main branch Jan 26, 2026
Copilot AI requested a review from l0lawrence January 26, 2026 22:02
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.