diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 1063dd8383ce..41c267a2760e 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.4;1.0.0-beta.5 +com.azure:azure-compute-batch;1.0.0-beta.5;1.0.0-beta.6 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 91c9fed20ccc..0f5f361ceae6 100644 --- a/sdk/batch/azure-compute-batch/CHANGELOG.md +++ b/sdk/batch/azure-compute-batch/CHANGELOG.md @@ -1,5 +1,61 @@ # Release History +## 1.0.0-beta.6 (2026-03-04) + +### Features Added + +- Added Models: + - Added `BatchJobDefaultOrder` + - Added `BatchPoolIdentityReference` + - Added `DiskCustomerManagedKey` + - Added `DiskEncryptionSetParameters` + - Added `HostEndpointSettings` + - Added `HostEndpointSettingsModeTypes` + - Added `IPFamily` + - Added `IpTag` + - Added `ProxyAgentSettings` + +- Added Properties: + - Added `ipv6Address` to `BatchNode` + - 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 + +- Removed Certificate operations and properties + - `createCertificate` + - `getCertificate` + - `listCertificates` + - `beginDeleteCertificate` + - `cancelCertificateDeletion` +Please migrate to use Azure Key Vault. For more information, see [Migrate Batch account certificates to Azure Key Vault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) + +- Removed models: + - `BatchCertificate` + - `BatchCertificateDeleteError` + - `BatchCertificateFormat` + - `BatchCertificateReference` + - `BatchCertificateState` + - `BatchCertificateStoreLocation` + - `BatchCertificateVisibility` + - `BatchNodeCommunicationMode` +Transition Batch pools to the Simplified compute node communication model + +- Removed properties: + - Removed `CertificateReferences` from `BatchNode` + - Removed `ResourceTags` and `CertificateReferences` from `BatchPool` + - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolCreateOptions` + - Removed `CertificateReferences` and `TargetNodeCommunicationMode` from `BatchPoolReplaceOptions` + - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolSpecifications` + - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolUpdateOptions` + - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `ComputeBatchModelFactory` + ## 1.0.0-beta.5 (2025-09-15) ### Breaking Changes diff --git a/sdk/batch/azure-compute-batch/README.md b/sdk/batch/azure-compute-batch/README.md index d1ae2d4982b6..1b55bd8a1a6a 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.5 + 1.0.0-beta.6 ``` diff --git a/sdk/batch/azure-compute-batch/pom.xml b/sdk/batch/azure-compute-batch/pom.xml index 8245bc1176a3..e9869d9cc7d0 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.5 + 1.0.0-beta.6 jar Microsoft Azure SDK for Batch Client