-
Notifications
You must be signed in to change notification settings - Fork 934
[Storage] Changelog service version update + request intent test fix #25412
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
base: main
Are you sure you want to change the base?
Conversation
tanyasethi-msft
commented
Oct 13, 2025
- The purpose of this PR is explained in this or a referenced issue.
- The PR does not update generated files.
- These files are managed by the codegen framework at Azure/autorest.go.
- Tests are included and/or updated for code changes.
- Updates to module CHANGELOG.md are included.
- [ x] MIT license headers are included in each file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates service versions across Azure Storage SDKs to 2025-07-05
and fixes a test that validates request intent headers for append block operations from file sources.
- Updates service version to
2025-07-05
in changelog files for azfile, azdatalake, and azblob storage modules - Fixes test method name and implementation for validating request intent headers with file source authentication
- Adds azfile dependency to azblob module to support the enhanced test scenario
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
sdk/storage/azfile/CHANGELOG.md | Added service version upgrade entry |
sdk/storage/azdatalake/CHANGELOG.md | Added service version upgrade entry |
sdk/storage/azblob/CHANGELOG.md | Added service version upgrade entry |
sdk/storage/azblob/go.mod | Added azfile dependency for test requirements |
sdk/storage/azblob/appendblob/client_test.go | Fixed test name typo and rewrote test to use file source with OAuth authentication |
/azp run go - azblob |
Azure Pipelines successfully started running 1 pipeline(s). |
…o fix/azcopy/intentHeaderTest