diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index ba13ded739d0..acc2527c21e5 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -188,17 +188,17 @@ com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
com.azure.v2:azure-sdk-template;1.0.1-beta.1;1.0.1-beta.1
com.azure.v2:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
com.azure.v2:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-storage-blob;12.31.3;12.32.0-beta.2
-com.azure:azure-storage-blob-batch;12.27.3;12.28.0-beta.2
+com.azure:azure-storage-blob;12.31.3;12.32.0
+com.azure:azure-storage-blob-batch;12.27.3;12.28.0
com.azure:azure-storage-blob-changefeed;12.0.0-beta.31;12.0.0-beta.32
-com.azure:azure-storage-blob-cryptography;12.30.3;12.31.0-beta.2
+com.azure:azure-storage-blob-cryptography;12.30.3;12.31.0
com.azure:azure-storage-blob-nio;12.0.0-beta.32;12.0.0-beta.33
-com.azure:azure-storage-common;12.30.3;12.31.0-beta.2
-com.azure:azure-storage-file-share;12.27.3;12.28.0-beta.2
-com.azure:azure-storage-file-datalake;12.24.3;12.25.0-beta.2
-com.azure:azure-storage-internal-avro;12.16.3;12.17.0-beta.2
+com.azure:azure-storage-common;12.30.3;12.31.0
+com.azure:azure-storage-file-share;12.27.3;12.28.0
+com.azure:azure-storage-file-datalake;12.24.3;12.25.0
+com.azure:azure-storage-internal-avro;12.16.3;12.17.0
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-storage-queue;12.26.3;12.27.0-beta.2
+com.azure:azure-storage-queue;12.26.3;12.27.0
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4
diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
index c399c16f7811..82a67e9deca6 100644
--- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
@@ -1,12 +1,17 @@
# Release History
-## 12.28.0-beta.2 (Unreleased)
+## 12.28.0 (2025-10-21)
### Features Added
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+- Upgraded `azure-storage-blob` from `12.31.0` to version `12.32.0`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
## 12.27.3 (2025-09-25)
@@ -53,7 +58,7 @@
## 12.28.0-beta.1 (2025-07-09)
### Features Added
-- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
- Added support for service version 2025-11-05.
## 12.26.1 (2025-06-19)
diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md
index fc672315e3ca..dbd906f935b3 100644
--- a/sdk/storage/azure-storage-blob-batch/README.md
+++ b/sdk/storage/azure-storage-blob-batch/README.md
@@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-blob-batch
- 12.28.0-beta.1
+ 12.28.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml
index 98d8a8cc3ef4..974393591d16 100644
--- a/sdk/storage/azure-storage-blob-batch/pom.xml
+++ b/sdk/storage/azure-storage-blob-batch/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-blob-batch
- 12.28.0-beta.2
+ 12.28.0
Microsoft Azure client library for Blob Storage batching
This module contains client library for Microsoft Azure Blob Storage batching.
@@ -67,7 +67,7 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
index 7e6b55205dde..9e8b09c13f85 100644
--- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
@@ -1,15 +1,10 @@
# Release History
-## 12.0.0-beta.32 (Unreleased)
+## 12.0.0-beta.32 (2025-10-21)
### Features Added
-- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
+- Added support for service version 2025-11-05.
## 12.0.0-beta.31 (2025-07-16)
diff --git a/sdk/storage/azure-storage-blob-changefeed/README.md b/sdk/storage/azure-storage-blob-changefeed/README.md
index 588c819d0ada..efc1e06574c7 100644
--- a/sdk/storage/azure-storage-blob-changefeed/README.md
+++ b/sdk/storage/azure-storage-blob-changefeed/README.md
@@ -21,7 +21,7 @@ process change events that occur in your Blob Storage account at a low cost.
com.azure
azure-storage-blob-changefeed
- 12.0.0-beta.30
+ 12.0.0-beta.32
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml
index 2d9cd6ae0624..ed900619e2be 100644
--- a/sdk/storage/azure-storage-blob-changefeed/pom.xml
+++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml
@@ -79,7 +79,7 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
index b8ec6f24e5bf..15fce577bdca 100644
--- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
@@ -1,12 +1,16 @@
# Release History
-## 12.31.0-beta.2 (Unreleased)
+## 12.31.0 (2025-10-21)
### Features Added
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+- Upgraded `azure-storage-blob` from `12.31.0` to version `12.32.0`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
## 12.30.3 (2025-09-25)
diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md
index 2de1f06d4d35..82347ef0e694 100644
--- a/sdk/storage/azure-storage-blob-cryptography/README.md
+++ b/sdk/storage/azure-storage-blob-cryptography/README.md
@@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-blob-cryptography
- 12.31.0-beta.1
+ 12.31.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml
index f9a68f774221..96197d196d99 100644
--- a/sdk/storage/azure-storage-blob-cryptography/pom.xml
+++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-blob-cryptography
- 12.31.0-beta.2
+ 12.31.0
Microsoft Azure client library for Blob Storage cryptography
This module contains client library for Microsoft Azure Blob Storage cryptography.
@@ -73,13 +73,13 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-nio/CHANGELOG.md b/sdk/storage/azure-storage-blob-nio/CHANGELOG.md
index a6eea8594b81..5e3399b8ffd7 100644
--- a/sdk/storage/azure-storage-blob-nio/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-nio/CHANGELOG.md
@@ -1,14 +1,9 @@
# Release History
-## 12.0.0-beta.33 (Unreleased)
+## 12.0.0-beta.33 (2025-10-21)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Added support for service version 2025-11-05.
## 12.0.0-beta.32 (2025-07-16)
diff --git a/sdk/storage/azure-storage-blob-nio/README.md b/sdk/storage/azure-storage-blob-nio/README.md
index d3c16bab4f82..c64ed9768f9a 100644
--- a/sdk/storage/azure-storage-blob-nio/README.md
+++ b/sdk/storage/azure-storage-blob-nio/README.md
@@ -20,7 +20,7 @@ This package allows you to interact with Azure Blob Storage through the standard
com.azure
azure-storage-blob-nio
- 12.0.0-beta.31
+ 12.0.0-beta.33
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml
index 183e6dd8ddf3..d1d604e6151a 100644
--- a/sdk/storage/azure-storage-blob-nio/pom.xml
+++ b/sdk/storage/azure-storage-blob-nio/pom.xml
@@ -65,13 +65,13 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-stress/pom.xml b/sdk/storage/azure-storage-blob-stress/pom.xml
index 01ec62019302..c4872a687940 100644
--- a/sdk/storage/azure-storage-blob-stress/pom.xml
+++ b/sdk/storage/azure-storage-blob-stress/pom.xml
@@ -40,7 +40,7 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
com.azure
diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md
index 2532e750ab2f..6219b2d52613 100644
--- a/sdk/storage/azure-storage-blob/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob/CHANGELOG.md
@@ -1,12 +1,20 @@
# Release History
-## 12.32.0-beta.2 (Unreleased)
+## 12.32.0 (2025-10-21)
### Features Added
+- AppendBlobClient.AppendBlobFromUri(), .AppendBlockFromUriAsync(), BlobBaseClient.StartCopyFromUri(), .StartCopyFromUriAsync(), SyncCopyFromUri(), .SyncCopyFromUriAsync(), BlockBlobClient.StageBlockFromUri(), .StageBlockFromUriAsync(), PageBlobClient.UploadPagesFromUri(), and .UploadPagesFromUri() will now return CopySourceStatusCode, CopySourceErrorCode, and CopySourceErrorMessage as part of error responses.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-storage-internal-avro` from `12.16.0` to version `12.17.0`.
+- Upgraded `azure-storage-common` from `12.30.0` to version `12.31.0`.
## 12.31.3 (2025-09-25)
@@ -60,7 +68,7 @@
### Features Added
- AppendBlobClient.AppendBlobFromUri(), .AppendBlockFromUriAsync(), BlobBaseClient.StartCopyFromUri(), .StartCopyFromUriAsync(), SyncCopyFromUri(), .SyncCopyFromUriAsync(), BlockBlobClient.StageBlockFromUri(), .StageBlockFromUriAsync(), PageBlobClient.UploadPagesFromUri(), and .UploadPagesFromUri() will now return CopySourceStatusCode, CopySourceErrorCode, and CopySourceErrorMessage as part of error responses.
-- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
- Added support for service version 2025-11-05.
## 12.30.1 (2025-06-19)
diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md
index 0e0518a83dad..59c8f49a0608 100644
--- a/sdk/storage/azure-storage-blob/README.md
+++ b/sdk/storage/azure-storage-blob/README.md
@@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-blob
- 12.32.0-beta.1
+ 12.32.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml
index 78830b10e870..5e235f616d47 100644
--- a/sdk/storage/azure-storage-blob/pom.xml
+++ b/sdk/storage/azure-storage-blob/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
Microsoft Azure client library for Blob Storage
This module contains client library for Microsoft Azure Blob Storage.
@@ -81,12 +81,12 @@
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
com.azure
azure-storage-internal-avro
- 12.17.0-beta.2
+ 12.17.0
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md
index 103e1fd7f62e..7db96760b984 100644
--- a/sdk/storage/azure-storage-common/CHANGELOG.md
+++ b/sdk/storage/azure-storage-common/CHANGELOG.md
@@ -1,12 +1,16 @@
# Release History
-## 12.31.0-beta.2 (Unreleased)
+## 12.31.0 (2025-10-21)
### Features Added
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
## 12.30.3 (2025-09-25)
@@ -49,7 +53,7 @@
## 12.31.0-beta.1 (2025-07-09)
### Features Added
-- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
- Added support for service version 2025-11-05.
## 12.29.1 (2025-06-19)
diff --git a/sdk/storage/azure-storage-common/README.md b/sdk/storage/azure-storage-common/README.md
index e19565227674..8fa92ee9049f 100644
--- a/sdk/storage/azure-storage-common/README.md
+++ b/sdk/storage/azure-storage-common/README.md
@@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-common
- 12.31.0-beta.1
+ 12.31.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml
index 9153f536c8b4..364218638bd6 100644
--- a/sdk/storage/azure-storage-common/pom.xml
+++ b/sdk/storage/azure-storage-common/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
Microsoft Azure common module for Storage
This module contains common code based for all Microsoft Azure Storage client libraries.
diff --git a/sdk/storage/azure-storage-file-datalake-stress/pom.xml b/sdk/storage/azure-storage-file-datalake-stress/pom.xml
index b8412fffec7f..9a89e6382bd6 100644
--- a/sdk/storage/azure-storage-file-datalake-stress/pom.xml
+++ b/sdk/storage/azure-storage-file-datalake-stress/pom.xml
@@ -40,7 +40,7 @@
com.azure
azure-storage-file-datalake
- 12.25.0-beta.2
+ 12.25.0
com.azure
diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
index d5d3357eb611..6aa5495cf2e2 100644
--- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
+++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
@@ -1,12 +1,16 @@
# Release History
-## 12.25.0-beta.2 (Unreleased)
+## 12.25.0 (2025-10-21)
### Features Added
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+- Upgraded `azure-storage-blob` from `12.31.0` to version `12.32.0`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
## 12.24.3 (2025-09-25)
diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md
index 04c3611de236..d9de59c1d6bb 100644
--- a/sdk/storage/azure-storage-file-datalake/README.md
+++ b/sdk/storage/azure-storage-file-datalake/README.md
@@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-file-datalake
- 12.25.0-beta.1
+ 12.25.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml
index bcebb047c161..9f76e7918ad0 100644
--- a/sdk/storage/azure-storage-file-datalake/pom.xml
+++ b/sdk/storage/azure-storage-file-datalake/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-file-datalake
- 12.25.0-beta.2
+ 12.25.0
Microsoft Azure client library for File Storage Data Lake
This module contains client library for Microsoft Azure File Storage Data Lake.
@@ -78,7 +78,7 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-file-share-stress/pom.xml b/sdk/storage/azure-storage-file-share-stress/pom.xml
index ec4167c3edd8..21a8cea79d0a 100644
--- a/sdk/storage/azure-storage-file-share-stress/pom.xml
+++ b/sdk/storage/azure-storage-file-share-stress/pom.xml
@@ -40,7 +40,7 @@
com.azure
azure-storage-file-share
- 12.28.0-beta.2
+ 12.28.0
com.azure
diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md
index 260c9330aebb..b6b5b3ea04bb 100644
--- a/sdk/storage/azure-storage-file-share/CHANGELOG.md
+++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md
@@ -1,15 +1,24 @@
# Release History
-## 12.28.0-beta.2 (Unreleased)
+## 12.28.0 (2025-10-21)
### Features Added
-
-### Breaking Changes
+- Added support for bearer token challenges.
+- Added `ShareErrorCode.ShareSnapshotNotFound`.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
+- Added support for service version 2025-11-05.
### Bugs Fixed
- Fixed a bug where `ShareDirectoryClient.exists` and `ShareFileClient.exists` did not properly handle 404's with the error
code `ParentNotFound`.
+### Other Changes
+
+#### Dependency Updates
+- Upgraded `azure-storage-common` from `12.30.0` to version `12.31.0`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
+
## 12.27.3 (2025-09-25)
### Other Changes
@@ -58,7 +67,7 @@
### Features Added
- Added support for bearer token challenges.
- Added `ShareErrorCode.ShareSnapshotNotFound`.
-- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
- Added support for service version 2025-11-05.
## 12.26.1 (2025-06-19)
diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md
index 8d73109a14e0..672bcbacc772 100644
--- a/sdk/storage/azure-storage-file-share/README.md
+++ b/sdk/storage/azure-storage-file-share/README.md
@@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-file-share
- 12.28.0-beta.1
+ 12.28.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml
index 1453ec9e765d..ee5799b31a0d 100644
--- a/sdk/storage/azure-storage-file-share/pom.xml
+++ b/sdk/storage/azure-storage-file-share/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-file-share
- 12.28.0-beta.2
+ 12.28.0
Microsoft Azure client library for File Share Storage
This module contains client library for Microsoft Azure File Share Storage.
@@ -78,13 +78,13 @@
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
tests
test-jar
test
@@ -115,7 +115,7 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
test
diff --git a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md
index 52cb3140b8fd..c77e278ef1c1 100644
--- a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md
+++ b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md
@@ -1,12 +1,15 @@
# Release History
-## 12.17.0-beta.2 (Unreleased)
+## 12.17.0 (2025-10-21)
### Features Added
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+- Upgraded `azure-storage-common` from `12.30.0` to version `12.31.0`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
## 12.16.3 (2025-09-25)
diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml
index 76c845faebc6..041436b16c40 100644
--- a/sdk/storage/azure-storage-internal-avro/pom.xml
+++ b/sdk/storage/azure-storage-internal-avro/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-internal-avro
- 12.17.0-beta.2
+ 12.17.0
Microsoft Azure internal Avro module for Storage
This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries.
@@ -60,7 +60,7 @@
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
@@ -72,7 +72,7 @@
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml
index 04df509f024b..6091512f2815 100644
--- a/sdk/storage/azure-storage-perf/pom.xml
+++ b/sdk/storage/azure-storage-perf/pom.xml
@@ -25,25 +25,25 @@
com.azure
azure-storage-blob
- 12.32.0-beta.2
+ 12.32.0
com.azure
azure-storage-blob-cryptography
- 12.31.0-beta.2
+ 12.31.0
com.azure
azure-storage-file-datalake
- 12.25.0-beta.2
+ 12.25.0
com.azure
azure-storage-file-share
- 12.28.0-beta.2
+ 12.28.0
diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md
index 4dbb56ffb3e5..c25f9b876b88 100644
--- a/sdk/storage/azure-storage-queue/CHANGELOG.md
+++ b/sdk/storage/azure-storage-queue/CHANGELOG.md
@@ -1,12 +1,18 @@
# Release History
-## 12.27.0-beta.2 (Unreleased)
+## 12.27.0 (2025-10-21)
### Features Added
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
+- Added `QueueProperties.ApproximateMessagesCountLong` to replace `QueueProperties.ApproximateMessagesCount`. This property will correctly handle approximate message counts greater than max int.
+- Added support for service version 2025-11-05.
-### Breaking Changes
+### Other Changes
-### Bugs Fixed
+#### Dependency Updates
+- Upgraded `azure-storage-common` from `12.30.0` to version `12.31.0`.
+- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
+- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
## 12.26.3 (2025-09-25)
@@ -53,7 +59,7 @@
## 12.27.0-beta.1 (2025-07-09)
### Features Added
-- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
+- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
- Added `QueueProperties.ApproximateMessagesCountLong` to replace `QueueProperties.ApproximateMessagesCount`. This property will correctly handle approximate message counts greater than max int.
- Added support for service version 2025-11-05.
diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md
index 2885e4f822c9..d0374af62c2f 100644
--- a/sdk/storage/azure-storage-queue/README.md
+++ b/sdk/storage/azure-storage-queue/README.md
@@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
com.azure
azure-storage-queue
- 12.27.0-beta.1
+ 12.27.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml
index a33978166dae..0a259ae62510 100644
--- a/sdk/storage/azure-storage-queue/pom.xml
+++ b/sdk/storage/azure-storage-queue/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-storage-queue
- 12.27.0-beta.2
+ 12.27.0
Microsoft Azure client library for Queue Storage
This module contains client library for Microsoft Azure Queue Storage.
@@ -73,13 +73,13 @@
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
com.azure
azure-storage-common
- 12.31.0-beta.2
+ 12.31.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-queue/src/main/java/com/azure/storage/queue/models/QueueProperties.java b/sdk/storage/azure-storage-queue/src/main/java/com/azure/storage/queue/models/QueueProperties.java
index dd4d27363425..7f4513c071ba 100644
--- a/sdk/storage/azure-storage-queue/src/main/java/com/azure/storage/queue/models/QueueProperties.java
+++ b/sdk/storage/azure-storage-queue/src/main/java/com/azure/storage/queue/models/QueueProperties.java
@@ -33,7 +33,6 @@ public QueueProperties(Map metadata, int approximateMessagesCoun
* @param metadata Metadata associated with the queue.
* @param approximateMessagesCount Approximate number of messages contained in the queue.
*/
-
public QueueProperties(Map metadata, long approximateMessagesCount) {
this.metadata = metadata;
this.approximateMessagesCount = approximateMessagesCount;