-
Notifications
You must be signed in to change notification settings - Fork 135
Storage STG98 Features #6501
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
Merged
Merged
Storage STG98 Features #6501
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
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
A PR to update the Swagger configurations for azure-storage-blobs to support Storage STG98 features.
- Updated API version and input file URL to reflect the new stable release date.
- Modified parameter and header filtering to exclude additional parameters and headers.
- Added new enum values for FileRequestIntent to support backup operations.
Files not reviewed (19)
- sdk/storage/assets.json: Language not supported
- sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_options.hpp: Language not supported
- sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/rest_client.hpp: Language not supported
- sdk/storage/azure-storage-blobs/src/append_blob_client.cpp: Language not supported
- sdk/storage/azure-storage-blobs/src/blob_client.cpp: Language not supported
- sdk/storage/azure-storage-blobs/src/block_blob_client.cpp: Language not supported
- sdk/storage/azure-storage-blobs/src/page_blob_client.cpp: Language not supported
- sdk/storage/azure-storage-blobs/src/rest_client.cpp: Language not supported
- sdk/storage/azure-storage-blobs/test/ut/CMakeLists.txt: Language not supported
- sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.cpp: Language not supported
- sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.cpp: Language not supported
- sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp: Language not supported
- sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp: Language not supported
- sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.cpp: Language not supported
- sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_file_client.hpp: Language not supported
- sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_options.hpp: Language not supported
- sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp: Language not supported
- sdk/storage/azure-storage-files-shares/src/share_file_client.cpp: Language not supported
- sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.cpp: Language not supported
Comments suppressed due to low confidence (1)
sdk/storage/azure-storage-blobs/swagger/README.md:297
- [nitpick] The use of '__placeHolder' as an enum value may cause confusion in production. Consider using a more descriptive placeholder or removing it if not necessary.
$.FileRequestIntent["x-ms-enum"]["values"] = [{"value": "__placeHolder", "name": "__placeHolder"}, {"value": "backup", "name": "Backup"}];
API change check API changes are not detected in this pull request. |
…y APIs (#6406) * Source File Copy Support
* feature * add test record
6108e65
to
fbd7e1e
Compare
Jinming-Hu
approved these changes
May 7, 2025
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.
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.