Skip to content

Conversation

@ibrandes
Copy link
Member

@ibrandes ibrandes commented Dec 3, 2025

No description provided.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Dec 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

com.azure:azure-storage-blob

Copy link
Contributor

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

This PR adds support for three missing Azure Storage SKU names (STANDARD_GZRS, PREMIUM_ZRS, and STANDARD_RAGZRS) to the Azure Storage Blob SDK by updating to a newer Blob Storage API specification version.

Key Changes:

  • Updates Blob Storage API specification from version 2026-02-06 to 2026-04-06
  • Adds three new SKU enum values to support additional storage redundancy options
  • Updates spelling dictionary and changelog

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
sdk/storage/azure-storage-blob/swagger/README.md Updates the AutoRest input file to reference the 2026-04-06 API specification version
sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/models/SkuName.java Adds three new enum values: STANDARD_GZRS, PREMIUM_ZRS, and STANDARD_RAGZRS
sdk/storage/azure-storage-blob/CHANGELOG.md Documents the addition of missing SKU names in the unreleased version
.vscode/cspell.json Adds GZRS and RAGZRS to the spelling dictionary for the storage blob module

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.

1 participant