diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index 457706213ac5..9aa20f87e9e7 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.0.0' +ModuleVersion = '3.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md index c08b5609ba27..0b1c11b9a1de 100644 --- a/src/Batch/Batch/ChangeLog.md +++ b/src/Batch/Batch/ChangeLog.md @@ -18,13 +18,10 @@ - Additional information about change #1 --> ## Upcoming Release - * Removed cmdlets: `Get-AzBatchPoolStatistic` and `Get-AzBatchJobStatistic` - -* deprecated cmdlets: `Get-AzBatchCertificate` and `New-AzBatchCertificate` +* Deprecated cmdlets: `Get-AzBatchCertificate` and `New-AzBatchCertificate` - The Batch account certificates feature is deprecated. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools, [learn more](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) - ## Version 3.4.0 * Added new property `Encryption` of type `EncryptionProperties` to `AccountCreateParameters`. - Configures how customer data is encrypted inside the Batch account.