Skip to content

Commit

Permalink
Update Az.Batch.psd1 (#22425)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Nickcandy and BethanyZhou authored Jul 26, 2023
1 parent 71bac30 commit 327d097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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

0 comments on commit 327d097

Please sign in to comment.