Skip to content

Commit 02eaaa5

Browse files
amnguyehalliprscbeddazure-sdk
authored
Merging Hotfix Blob Patch Release to main (Azure#50555)
* [Storage] [Blobs] Added PageBlobCreateOptions.PremiumPageBlobAccessTier (Azure#49521) * Added PageBlobCreateOptions.PremiumPageBlobAccessTier * Recording tests * Export-Api.ps1 * Update changelog; rerecord test; increment version * Try setting python version (Azure#48793) * Batched `Build` and `Analyze` for Pullrequests (Azure#48564) * refactor `build` and `analyze` steps into their own step templates * refactor the necessary pre-steps in front of `Create-PrJobMatrix` to a common template * on pullrequests, 'build' and 'analyze' phases are now batched -- meaning we will duplicate the jobs as necessary * fix the issue with save package props on batched analyze (Azure#48768) * Update changelog post hot fix release * Increment package version after release of Azure.Storage.Blobs (Azure#50533) Co-authored-by: Amanda Nguyen <[email protected]> --------- Co-authored-by: Patrick Hallisey <[email protected]> Co-authored-by: Scott Beddall <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]>
1 parent 176e97a commit 02eaaa5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk/storage/Azure.Storage.Blobs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
### Other Changes
2121
- Changed BlobServiceClient.AccountName to be virtual so that it can be overridden and mocked.
2222

23+
## 12.24.1 (2025-06-10)
24+
25+
### Features Added
26+
- Added `PageBlobCreateOptions.PremiumPageBlobAccessTier` for `PageBlobClient.Create(..)`
27+
2328
## 12.25.0-beta.1 (2025-05-06)
2429

2530
### Features Added

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
77
<Version>12.26.0-beta.2</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.24.0</ApiCompatVersion>
9+
<ApiCompatVersion>12.24.1</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>

0 commit comments

Comments
 (0)