Skip to content

Commit 327d097

Browse files
Update Az.Batch.psd1 (Azure#22425)
* Update Az.Batch.psd1 * Update ChangeLog.md * Update src/Batch/Batch/ChangeLog.md * Update src/Batch/Batch/ChangeLog.md --------- Co-authored-by: Beisi Zhou <[email protected]>
1 parent 71bac30 commit 327d097

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Batch/Batch/Az.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '3.4.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Batch/Batch/ChangeLog.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
2221
* Removed cmdlets: `Get-AzBatchPoolStatistic` and `Get-AzBatchJobStatistic`
23-
24-
* deprecated cmdlets: `Get-AzBatchCertificate` and `New-AzBatchCertificate`
22+
* Deprecated cmdlets: `Get-AzBatchCertificate` and `New-AzBatchCertificate`
2523
- 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)
2624

27-
2825
## Version 3.4.0
2926
* Added new property `Encryption` of type `EncryptionProperties` to `AccountCreateParameters`.
3027
- Configures how customer data is encrypted inside the Batch account.

0 commit comments

Comments
 (0)