Skip to content

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 4 commits into from
May 7, 2025
Merged

Storage STG98 Features #6501

merged 4 commits into from
May 7, 2025

Conversation

microzchang
Copy link
Member

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.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

@Copilot Copilot AI review requested due to automatic review settings April 2, 2025 02:39
Copy link
Contributor

@Copilot Copilot AI left a 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"}];

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Apr 2, 2025
@azure-sdk
Copy link
Collaborator

azure-sdk commented Apr 2, 2025

API change check

API changes are not detected in this pull request.

@microzchang microzchang force-pushed the feature/storage-stg98 branch from 6108e65 to fbd7e1e Compare April 7, 2025 04:57
@microzchang microzchang enabled auto-merge (squash) May 7, 2025 06:44
@microzchang microzchang merged commit c9f07f1 into main May 7, 2025
130 checks passed
@microzchang microzchang deleted the feature/storage-stg98 branch May 7, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants