-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Resolve merge conflicts with main branch #44851
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
Draft
Copilot
wants to merge
19
commits into
llaw/storageblob
Choose a base branch
from
copilot/sub-pr-44827
base: llaw/storageblob
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
* 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>
* 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>
Draft
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>
Contributor
Author
|
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:
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
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.
Merged latest changes from
origin/maininto the blob storage TypeSpec migration branch, resolving conflicts from the_generatedfolder restructuring.Conflicts Resolved
Modify/delete conflicts (19 files): Removed old
_generatedfiles 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.pyimport statement forRehydratePriorityto use new nested path structure:Import structure fix: Added placeholder
_operations.pyand_patch.pyfiles 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 falsestill required.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.