diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 0476eb885cd65..11eb85ed23189 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -186,17 +186,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-storage-blob;12.28.1;12.29.0-beta.2
-com.azure:azure-storage-blob-batch;12.24.0;12.25.0-beta.2
+com.azure:azure-storage-blob;12.28.1;12.29.0
+com.azure:azure-storage-blob-batch;12.24.0;12.25.0
com.azure:azure-storage-blob-changefeed;12.0.0-beta.26;12.0.0-beta.27
-com.azure:azure-storage-blob-cryptography;12.27.1;12.28.0-beta.2
+com.azure:azure-storage-blob-cryptography;12.27.1;12.28.0
com.azure:azure-storage-blob-nio;12.0.0-beta.27;12.0.0-beta.28
-com.azure:azure-storage-common;12.27.1;12.28.0-beta.2
-com.azure:azure-storage-file-share;12.24.0;12.25.0-beta.2
-com.azure:azure-storage-file-datalake;12.21.0;12.22.0-beta.2
-com.azure:azure-storage-internal-avro;12.13.0;12.14.0-beta.2
+com.azure:azure-storage-common;12.27.1;12.28.0
+com.azure:azure-storage-file-share;12.24.0;12.25.0
+com.azure:azure-storage-file-datalake;12.21.0;12.22.0
+com.azure:azure-storage-internal-avro;12.13.0;12.14.0
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-storage-queue;12.23.0;12.24.0-beta.2
+com.azure:azure-storage-queue;12.23.0;12.24.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 ab86acf05d8cd..404ba806c8d7e 100644
--- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
@@ -1,15 +1,17 @@
# Release History
-## 12.25.0-beta.2 (Unreleased)
+## 12.25.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+- Added support for service version 2025-01-05.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+- Upgraded `azure-storage-blob` from `12.28.0` to version `12.29.0`.
+
## 12.25.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md
index 90d2a595d514f..1bb93ae718b0a 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.25.0-beta.1
+ 12.25.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 440b7da2e7e07..601431f336abc 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.25.0-beta.2
+ 12.25.0
Microsoft Azure client library for Blob Storage batching
This module contains client library for Microsoft Azure Blob Storage batching.
@@ -71,7 +71,7 @@
com.azure
azure-storage-blob
- 12.29.0-beta.2
+ 12.29.0
+ 12.28.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 40ab3061bb881..f845df2554475 100644
--- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
@@ -1,14 +1,9 @@
# Release History
-## 12.0.0-beta.27 (Unreleased)
+## 12.0.0-beta.27 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Added support for service version 2025-01-05.
## 12.0.0-beta.26 (2024-10-17)
diff --git a/sdk/storage/azure-storage-blob-changefeed/README.md b/sdk/storage/azure-storage-blob-changefeed/README.md
index a97c69e8e839c..e6dc752630f19 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.26
+ 12.0.0-beta.27
```
[//]: # ({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 09f33fa984a83..f8d460506b7eb 100644
--- a/sdk/storage/azure-storage-blob-changefeed/pom.xml
+++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml
@@ -83,7 +83,7 @@
com.azure
azure-storage-blob
- 12.29.0-beta.2
+ 12.29.0
+ 12.28.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 62b531eed4666..e88619bcfc602 100644
--- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
@@ -1,15 +1,17 @@
# Release History
-## 12.28.0-beta.2 (Unreleased)
+## 12.28.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+- Added support for service version 2025-01-05.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+- Upgraded `azure-storage-blob` from `12.28.1` to version `12.29.0`.
+
## 12.28.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md
index b871cbf976068..283d88baa9206 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.28.0-beta.1
+ 12.28.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 16a43a2754d9e..39f1fd3c3aaf3 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.28.0-beta.2
+ 12.28.0
Microsoft Azure client library for Blob Storage cryptography
This module contains client library for Microsoft Azure Blob Storage cryptography.
@@ -77,13 +77,13 @@
com.azure
azure-storage-blob
- 12.29.0-beta.2
+ 12.29.0
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.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 665a6a4aee785..04bfcbecfa3a9 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.28 (Unreleased)
+## 12.0.0-beta.28 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Added support for service version 2025-01-05.
## 12.0.0-beta.27 (2024-10-17)
diff --git a/sdk/storage/azure-storage-blob-nio/README.md b/sdk/storage/azure-storage-blob-nio/README.md
index a51c64d5ecdc5..c76db51942f8e 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.27
+ 12.0.0-beta.28
```
[//]: # ({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 4fb0035ba0567..4413604741ba8 100644
--- a/sdk/storage/azure-storage-blob-nio/pom.xml
+++ b/sdk/storage/azure-storage-blob-nio/pom.xml
@@ -69,13 +69,13 @@
com.azure
azure-storage-blob
- 12.29.0-beta.2
+ 12.29.0
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.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 b65d37f369d02..6342a58be4bd9 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.29.0-beta.2
+ 12.29.0
com.azure
diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md
index 70b5fd7987f48..148fa5035d622 100644
--- a/sdk/storage/azure-storage-blob/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob/CHANGELOG.md
@@ -1,16 +1,24 @@
# Release History
-## 12.29.0-beta.2 (Unreleased)
+## 12.29.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
+- Added BlobErrorCode BlobAccessTierNotSupportedForAccountType value.
+- Added support for service version 2025-01-05.
### Bugs Fixed
- Fixed an issue where BlobClient.upload(InputStream data) would overwrite an existing blob by default.
+- Fixed an issue where you couldn't set an immutability policy on a blob version or blob snapshot.
+- Fixed an issue where you couldn't set a legal hold on a blob version.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+- Upgraded `azure-storage-common` from `12.27.0` to version `12.28.0`.
+- Upgraded `azure-storage-internal-avro` from `12.13.0` to version `12.14.0`.
+
## 12.29.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md
index be1a2d4b1bf89..b0daf60d49662 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.29.0-beta.1
+ 12.29.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml
index 7c5ae3ab072c6..cc3369d18c55b 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.29.0-beta.2
+ 12.29.0
Microsoft Azure client library for Blob Storage
This module contains client library for Microsoft Azure Blob Storage.
@@ -86,12 +86,12 @@
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
com.azure
azure-storage-internal-avro
- 12.14.0-beta.2
+ 12.14.0
+ 12.28.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md
index e8c1b4f274b6b..ca3f99ab90c44 100644
--- a/sdk/storage/azure-storage-common/CHANGELOG.md
+++ b/sdk/storage/azure-storage-common/CHANGELOG.md
@@ -1,15 +1,16 @@
# Release History
-## 12.28.0-beta.2 (Unreleased)
+## 12.28.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+- Added support for service version 2025-01-05.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+
## 12.28.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-common/README.md b/sdk/storage/azure-storage-common/README.md
index 18432995dc885..1eb8d32b4c302 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.28.0-beta.1
+ 12.28.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml
index a479035de4d30..b265bb7565aca 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.28.0-beta.2
+ 12.28.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 b9cb47a624da9..2f4241f9bd6dd 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.22.0-beta.2
+ 12.22.0
com.azure
diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
index 6a748d88b5d79..082c0ccac2104 100644
--- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
+++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
@@ -1,15 +1,24 @@
# Release History
-## 12.22.0-beta.2 (Unreleased)
+## 12.22.0 (2024-11-13)
### Features Added
+- Added support for service version 2025-01-05.
### Breaking Changes
-
-### Bugs Fixed
+- When creating a `DataLakeFileClient` or `DataLakeDirectoryClient` via `DataLakePathClientBuilder.pathName(String pathName)`,
+ the path name will be stored exactly as passed in and will not be URL-encoded. For example, if the path name is
+ "foo/bar" and `DataLakeDirectoryClient` is created via `DataLakePathClientBuilder.pathName("foo/bar")`,
+ `DataLakeDirectoryClient.getDirectoryPath()` will return "foo/bar" and the path's url will result in
+ “https://account.dfs.core.windows.net/filesystemname/foo%2Fbar”.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+- Upgraded `azure-storage-blob` from `12.28.0` to version `12.29.0`.
+
## 12.22.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md
index a5353895724ec..dcaee4f399820 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.22.0-beta.1
+ 12.22.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 b4df4030734f2..8d484e9a4c23e 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.22.0-beta.2
+ 12.22.0
Microsoft Azure client library for File Storage Data Lake
This module contains client library for Microsoft Azure File Storage Data Lake.
@@ -82,7 +82,7 @@
com.azure
azure-storage-blob
- 12.29.0-beta.2
+ 12.29.0
+ 12.28.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 06d2dd9cc10b9..c13b5861d631a 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.25.0-beta.2
+ 12.25.0
com.azure
diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md
index 599b83774c9a9..e0427d47727d3 100644
--- a/sdk/storage/azure-storage-file-share/CHANGELOG.md
+++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md
@@ -1,15 +1,21 @@
# Release History
-## 12.25.0-beta.2 (Unreleased)
+## 12.25.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+- Added support for the provisioned V2 billing model.
+- Added support for specifying the binary file permission format for ShareFileClient.beginCopy and
+ ShareFileAsyncClient.beginCopy
+- Added ShareAccessTier Premium value.
+- Added support for service version 2025-01-05.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+- Upgraded `azure-storage-common` from `12.27.0` to version `12.28.0`.
+
## 12.25.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md
index cf16e5c3ada45..bfa33fc6dda34 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.25.0-beta.1
+ 12.25.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 8509faa64f467..a48aab633edf9 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.25.0-beta.2
+ 12.25.0
Microsoft Azure client library for File Share Storage
This module contains client library for Microsoft Azure File Share Storage.
@@ -82,13 +82,13 @@
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
tests
test-jar
test
@@ -119,7 +119,7 @@
com.azure
azure-storage-blob
- 12.29.0-beta.2
+ 12.29.0
test
diff --git a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md
index 528b357a2c8e1..9616b4123e1ee 100644
--- a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md
+++ b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md
@@ -1,15 +1,16 @@
# Release History
-## 12.14.0-beta.2 (Unreleased)
+## 12.14.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+- Added support for service version 2025-01-05.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-storage-common` from `12.27.0` to version `12.28.0`.
+
## 12.14.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml
index d7c1da63074b5..ce3dfaf4689c8 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.14.0-beta.2
+ 12.14.0
Microsoft Azure internal Avro module for Storage
This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries.
@@ -63,7 +63,7 @@
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
@@ -75,7 +75,7 @@
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml
index cc41dabb7a544..d1930b5854c39 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.29.0-beta.2
+ 12.29.0
com.azure
azure-storage-blob-cryptography
- 12.28.0-beta.2
+ 12.28.0
com.azure
azure-storage-file-datalake
- 12.22.0-beta.2
+ 12.22.0
com.azure
azure-storage-file-share
- 12.25.0-beta.2
+ 12.25.0
diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md
index 06d20be9ba8e9..7aa6b3f2cb29e 100644
--- a/sdk/storage/azure-storage-queue/CHANGELOG.md
+++ b/sdk/storage/azure-storage-queue/CHANGELOG.md
@@ -1,15 +1,17 @@
# Release History
-## 12.24.0-beta.2 (Unreleased)
+## 12.24.0 (2024-11-13)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+- Added support for service version 2025-01-05.
### Other Changes
+#### Dependency Updates
+- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
+- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
+- Upgraded `azure-storage-common` from `12.27.0` to version `12.28.0`.
+
## 12.24.0-beta.1 (2024-10-17)
### Features Added
diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md
index 14516719ef269..ca3f0376c9af0 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.24.0-beta.1
+ 12.24.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml
index bbbb3bcfbffce..e01b48863e940 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.24.0-beta.2
+ 12.24.0
Microsoft Azure client library for Queue Storage
This module contains client library for Microsoft Azure Queue Storage.
@@ -76,13 +76,13 @@
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
com.azure
azure-storage-common
- 12.28.0-beta.2
+ 12.28.0
tests
test-jar
test