diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index eecc8a57b2dc..9d27ac7c678e 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -193,17 +193,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.33.1;12.34.0-beta.1
+com.azure:azure-storage-blob;12.33.0;12.33.2
com.azure:azure-storage-blob-batch;12.29.1;12.30.0-beta.1
com.azure:azure-storage-blob-changefeed;12.0.0-beta.34;12.0.0-beta.35
com.azure:azure-storage-blob-cryptography;12.32.1;12.33.0-beta.1
com.azure:azure-storage-blob-nio;12.0.0-beta.35;12.0.0-beta.36
-com.azure:azure-storage-common;12.32.1;12.33.0-beta.1
-com.azure:azure-storage-file-share;12.29.1;12.30.0-beta.1
-com.azure:azure-storage-file-datalake;12.26.1;12.27.0-beta.1
+com.azure:azure-storage-common;12.32.0;12.32.2
+com.azure:azure-storage-file-share;12.29.0;12.29.2
+com.azure:azure-storage-file-datalake;12.26.0;12.26.2
com.azure:azure-storage-internal-avro;12.18.1;12.19.0-beta.1
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-storage-queue;12.28.1;12.29.0-beta.1
+com.azure:azure-storage-queue;12.28.0;12.28.2
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/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml
index 641d8c5e88e9..0f34dca47ceb 100644
--- a/sdk/storage/azure-storage-blob-batch/pom.xml
+++ b/sdk/storage/azure-storage-blob-batch/pom.xml
@@ -67,7 +67,7 @@
com.azure
azure-storage-blob
- 12.34.0-beta.1
+ 12.33.2
+ 12.32.2
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml
index 5ecb707549a6..af69f0598147 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.34.0-beta.1
+ 12.33.2
+ 12.32.2
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml
index 7bd8a885e6df..daafc8e2627c 100644
--- a/sdk/storage/azure-storage-blob-cryptography/pom.xml
+++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml
@@ -73,13 +73,13 @@
com.azure
azure-storage-blob
- 12.34.0-beta.1
+ 12.33.2
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml
index 15c047fe7562..4825a320e9c4 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.34.0-beta.1
+ 12.33.2
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
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 cbb134d37dc1..8937896ffe0f 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.34.0-beta.1
+ 12.33.2
com.azure
diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md
index d1fcad194d65..e2400d62ad98 100644
--- a/sdk/storage/azure-storage-blob/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob/CHANGELOG.md
@@ -10,13 +10,18 @@
### Other Changes
-## 12.33.2 (Unreleased)
+## 12.33.2 (2026-02-05)
### Bugs Fixed
- Fixed a bug where builders were only using a single credential when multiple credentials were added and credentials
were silently overwritten for principle-bound user delegation SAS. All credential changes will now be logged at the
info level; invalid combinations of credentials will throw an error.
+### Other Changes
+
+#### Dependency Updates
+- updated `azure-storage-common` from `12.32.1` to `12.32.2` in `azure-storage-common`.
+
## 12.33.1 (2026-01-29)
### Other Changes
diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md
index d3e4999e8ccb..64b015631329 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.33.0
+ 12.33.2
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml
index 92330c8d4487..8b8246a48606 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.34.0-beta.1
+ 12.33.2
Microsoft Azure client library for Blob Storage
This module contains client library for Microsoft Azure Blob Storage.
@@ -81,7 +81,7 @@
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
com.azure
@@ -101,7 +101,7 @@
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md
index a35801a5a14d..4bcf4ed08241 100644
--- a/sdk/storage/azure-storage-common/CHANGELOG.md
+++ b/sdk/storage/azure-storage-common/CHANGELOG.md
@@ -1,5 +1,7 @@
# Release History
+
+
## 12.33.0-beta.1 (Unreleased)
### Features Added
@@ -10,13 +12,13 @@
### Other Changes
-## 12.32.2 (Unreleased)
+## 12.32.2 (2026-02-05)
### Other Changes
#### Credential Validation
-- added `validateCredentialsNotAmbiguous()` to `CredentialValidator` class check for valid credential combinations and
-throw errors for invalid credential combinations. This is for internal use only.
+- added `validateCredentialsNotAmbiguous()` to `CredentialValidator` class check for valid credential combinations and
+ throw errors for invalid credential combinations. This is for internal use only.
## 12.32.1 (2026-01-29)
diff --git a/sdk/storage/azure-storage-common/README.md b/sdk/storage/azure-storage-common/README.md
index 8fd3081fb5f3..9d78bb21dfb6 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.32.0
+ 12.32.2
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml
index 2a8669b8ba0d..2efdef2c9f7a 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.33.0-beta.1
+ 12.32.2
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 9623603f4e47..5d814bf25989 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.27.0-beta.1
+ 12.26.2
com.azure
diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
index 9a6435ed9007..4746085815b7 100644
--- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
+++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md
@@ -10,13 +10,19 @@
### Other Changes
-## 12.26.2 (Unreleased)
+## 12.26.2 (2026-02-05)
### Bugs Fixed
- Fixed a bug where builders were only using a single credential when multiple credentials were added and credentials
were silently overwritten for principle-bound user delegation SAS. All credential changes will now be logged at the
info level; invalid combinations of credentials will throw an error.
+### Other Changes
+
+#### Dependency Updates
+- Updated `azure-storage-blob` from `12.33.1` to `12.33.2` in `azure-storage-blob`.
+- updated `azure-storage-common` from `12.32.1` to `12.32.2` in `azure-storage-common`.
+
## 12.26.1 (2026-01-29)
### Other Changes
diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md
index 78c45c204a88..37f0bfd78a53 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.26.0
+ 12.26.2
```
[//]: # ({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 49bdf973a9be..ffd0ee431308 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.27.0-beta.1
+ 12.26.2
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.34.0-beta.1
+ 12.33.2
+ 12.32.2
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 c0442fa641f2..e711f2550260 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.30.0-beta.1
+ 12.29.2
com.azure
diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md
index 16f66f0cdcb0..1999dcad7eb3 100644
--- a/sdk/storage/azure-storage-file-share/CHANGELOG.md
+++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md
@@ -10,14 +10,18 @@
### Other Changes
-## 12.29.2 (Unreleased)
+## 12.29.2 (2026-02-05)
### Bugs Fixed
- Fixed a bug where builders were only using a single credential when multiple credentials were added and credentials
were silently overwritten for principle-bound user delegation SAS. All credential changes will now be logged at the
info level; invalid combinations of credentials will throw an error.
- This is a _potentially breaking_ change if users were incorrectly applying multiple credentials
+### Other Changes
+
+#### Dependency Updates
+- Updated `azure-storage-blob` from `12.33.1` to `12.33.2` in `azure-storage-blob`.
+- updated `azure-storage-common` from `12.32.1` to `12.32.2` in `azure-storage-common`.
## 12.29.1 (2026-01-29)
diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md
index 949d48c25292..d36c8b89a868 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.29.0
+ 12.29.2
```
[//]: # ({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 2732129b048e..c651778661c3 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.30.0-beta.1
+ 12.29.2
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.33.0-beta.1
+ 12.32.2
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
tests
test-jar
test
@@ -115,7 +115,7 @@
com.azure
azure-storage-blob
- 12.34.0-beta.1
+ 12.33.2
test
diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml
index 2fa848d7d472..a504a1af1c4b 100644
--- a/sdk/storage/azure-storage-internal-avro/pom.xml
+++ b/sdk/storage/azure-storage-internal-avro/pom.xml
@@ -60,7 +60,7 @@
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
@@ -72,7 +72,7 @@
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
tests
test-jar
test
diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml
index 4bbc628c913b..131a625cffa0 100644
--- a/sdk/storage/azure-storage-perf/pom.xml
+++ b/sdk/storage/azure-storage-perf/pom.xml
@@ -25,7 +25,7 @@
com.azure
azure-storage-blob
- 12.34.0-beta.1
+ 12.33.2
@@ -37,13 +37,13 @@
com.azure
azure-storage-file-datalake
- 12.27.0-beta.1
+ 12.26.2
com.azure
azure-storage-file-share
- 12.30.0-beta.1
+ 12.29.2
diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md
index c1c59b537453..8bdc8f2336e6 100644
--- a/sdk/storage/azure-storage-queue/CHANGELOG.md
+++ b/sdk/storage/azure-storage-queue/CHANGELOG.md
@@ -10,13 +10,19 @@
### Other Changes
-## 12.28.2 (Unreleased)
+## 12.28.2 (2026-02-05)
### Bugs Fixed
- Fixed a bug where builders were only using a single credential when multiple credentials were added and credentials
were silently overwritten for principle-bound user delegation SAS. All credential changes will now be logged at the
info level; invalid combinations of credentials will throw an error.
+### Other Changes
+
+#### Dependency Updates
+- Updated `azure-storage-blob` from `12.33.1` to `12.33.2` in `azure-storage-blob`.
+- updated `azure-storage-common` from `12.32.1` to `12.32.2` in `azure-storage-common`.
+
## 12.28.1 (2026-01-29)
### Other Changes
diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md
index f973572d81c0..f310a0afe5ba 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.28.0
+ 12.28.2
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml
index 5f7c4763b494..9d14040cd1ef 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.29.0-beta.1
+ 12.28.2
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.33.0-beta.1
+ 12.32.2
com.azure
azure-storage-common
- 12.33.0-beta.1
+ 12.32.2
tests
test-jar
test