diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 413a5cafddca..954d83337d84 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -86,7 +86,7 @@ com.azure:azure-communication-messages;1.1.9;1.2.0-beta.2
com.azure:azure-communication-phonenumbers;1.4.3;1.5.0-beta.1
com.azure:azure-communication-rooms;1.2.6;1.3.0-beta.1
com.azure:azure-communication-sms;1.1.38;1.2.0-beta.1
-com.azure:azure-compute-batch;1.0.0-beta.5;1.0.0-beta.6
+com.azure:azure-compute-batch;1.0.0-beta.6;1.0.0
com.azure:azure-containers-containerregistry;1.2.22;1.3.0-beta.1
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.57.1;1.58.0-beta.1
diff --git a/sdk/batch/azure-compute-batch/CHANGELOG.md b/sdk/batch/azure-compute-batch/CHANGELOG.md
index 0f5f361ceae6..ece7a30ef708 100644
--- a/sdk/batch/azure-compute-batch/CHANGELOG.md
+++ b/sdk/batch/azure-compute-batch/CHANGELOG.md
@@ -1,6 +1,12 @@
# Release History
-## 1.0.0-beta.6 (2026-03-04)
+## 1.0.0 (2026-03-04)
+
+### Other Changes
+
+This is the first generally available release of the `azure-compute-batch` library. It includes all features and breaking changes introduced in `1.0.0-beta.6`.
+
+## 1.0.0-beta.6 (2026-02-25)
### Features Added
@@ -17,13 +23,12 @@
- Added Properties:
- Added `ipv6Address` to `BatchNode`
- - Added `Ipv6RemoteLoginIpAddress` and `Ipv6RemoteLoginPort` to `BatchNodeRemoteLoginSettings`
- - Added `IpFamilies` and `IpTags` to `BatchPublicAddressConfiguration`
+ - Added `ipv6RemoteLoginIpAddress` and `ipv6RemoteLoginPort` to `BatchNodeRemoteLoginSettings`
+ - Added `ipFamilies` and `ipTags` to `BatchPublicAddressConfiguration`
- Added `JobDefaultOder` to `BatchTaskSchedulingPolicy`
- Added `ManagedDisk` to `DataDisk`
- Added `CustomerManagedKey` to `DiskEncryptionConfiguration`
- Added `DiskEncryptionSet` to `ManagedDisk`
- - Added `DiskWithVMGuestStateValue` to `SecurityEncryptionTypes`
- Added `ProxyAgentSetting` to `SecurityProfile`
### Breaking Changes
diff --git a/sdk/batch/azure-compute-batch/README.md b/sdk/batch/azure-compute-batch/README.md
index 1b55bd8a1a6a..8e40eb65c40a 100644
--- a/sdk/batch/azure-compute-batch/README.md
+++ b/sdk/batch/azure-compute-batch/README.md
@@ -104,7 +104,7 @@ Various documentation is available to help you get started
com.azure
azure-compute-batch
- 1.0.0-beta.6
+ 1.0.0
```
diff --git a/sdk/batch/azure-compute-batch/pom.xml b/sdk/batch/azure-compute-batch/pom.xml
index e9869d9cc7d0..88697049473a 100644
--- a/sdk/batch/azure-compute-batch/pom.xml
+++ b/sdk/batch/azure-compute-batch/pom.xml
@@ -14,7 +14,7 @@
com.azure
azure-compute-batch
- 1.0.0-beta.6
+ 1.0.0
jar
Microsoft Azure SDK for Batch Client