-
Notifications
You must be signed in to change notification settings - Fork 2.1k
STG101 - Add Support for Missing SKU Names #47437
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: feature/storage/stg101base
Are you sure you want to change the base?
STG101 - Add Support for Missing SKU Names #47437
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
…/azure-sdk-for-java into stg101/missingSKUNames
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 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 |
No description provided.