Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Batch/Batch/Az.Batch.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '4.0.0'
ModuleVersion = '3.4.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
5 changes: 1 addition & 4 deletions src/Batch/Batch/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down